To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51843
                  Issue #:|51843
                  Summary:|getElementsByTagName DOM function is too slow
                Component:|framework
                  Version:|OOo 2.0 Beta
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|lo
              Reported by:|lo





------- Additional comments from [EMAIL PROTECTED] Tue Jul 12 07:22:17 -0700 
2005 -------
the unerlying node list implementation reconstructs the elelement list every
time, a request is made to it, because it has to be a live representation of the
the elements in the tree.
The implementation should listen for mutation events on the tree and cache the
list as long as no mutation event occurs.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to