HTMLCollectionImpl does not contain enough elements 
----------------------------------------------------

                 Key: XERCESJ-1402
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1402
             Project: Xerces2-J
          Issue Type: Bug
          Components: DOM (HTML)
    Affects Versions: 2.9.1
            Reporter: Johannes Koch


An org.apache.html.dom.HTMLCollectionImpl for a FORM element's form controls 
does not contain all form controls because the recursion stops at an element 
found to be a form control. So form controls within a FIELDSET element are not 
found.

<FIELDSET>
  <LABEL ...></LABEL> <INPUT ...>
</FIELDSET>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to