-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b51
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2228135 | 7u21 | Igor Nekrestyanov | P3 | Closed | Fixed | b03 |
Attempt to load DTLite in Chrome/Linux fails. Launching from command line i can see chrome prints out warning about missing xembed support.
Testcase:
====
<embed code="m.html" codebase="." id="a" width="10" height="10" type="application/x-java-applet">
</embed>
<script>
window.alert("ID: "+document.getElementById("a").version);
</script>
====
Testcase:
====
<embed code="m.html" codebase="." id="a" width="10" height="10" type="application/x-java-applet">
</embed>
<script>
window.alert("ID: "+document.getElementById("a").version);
</script>
====
- backported by
-
JDK-2228135 DTLite plugin is not usable in Linux/Chrome
-
- Closed
-