[Webkit-unassigned] [Bug 49106] Include the FrameView widget of a RenderWidget in the accessibility tree.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 16:32:43 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=49106


chris.guillory at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73135|0                           |1
        is obsolete|                            |
  Attachment #73135|review?                     |
               Flag|                            |
  Attachment #73138|                            |review?
               Flag|                            |




--- Comment #4 from chris.guillory at google.com  2010-11-05 16:32:43 PST ---
Created an attachment (id=73138)
 --> (https://bugs.webkit.org/attachment.cgi?id=73138&action=review)
Proposed patch.

Before this patch the AX tree of the top document would not include any children for a RenderIFrame render object (firstChild() doesn't return any renderer children).

After this patch the AX tree of the top document will include the RenderView of a RenderIFrame as a child. The RenderView document of the iFrame already includes all of that document's children. Also calling AccessibilityRenderObject::parentObject() on the RenderView document of an iFrame will return the RenderIFrame of the parent document; previously calling parentObject() repeatedly on a sub-document wouldn't walk all the way up to the top document.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list