Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b112
Description
The return value of org.w3c.dom.events.UIEvent.getView() is of type org.w3c.dom.views.AbstractView but this type does not exist in the Java SE specification. The type does exist in the JDK implementation but it's not correct for a method in the Java SE to reference a type that is not in the Java SE specification.
Attachments
Issue Links
- relates to
-
JDK-8023276 Java SE should include the full DOM API from JAXP
- Resolved