[Webkit-unassigned] [Bug 25897] New: [Gtk] Extraneous object of ROLE_PANEL in hierarchy for entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 15:58:13 PDT 2009


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

           Summary: [Gtk] Extraneous object of ROLE_PANEL in hierarchy for
                    entries
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: xan.lopez at gmail.com, William.Walker at sun.com,
                    apinheiro at igalia.com


Steps to reproduce:

1. Type some text in an entry (e.g. Google search entry).

2. Examine the accessible associated with the entry in Accerciser.

Preferred results: The entry itself would implement the accessible text
interface itself rather than have a descendant which does so. This would be
consistent with what other applications do.

Expected results (Based on looking at the hierarchy of other accessible objects
in WebKit which contain text):

- ROLE_ENTRY
  - ROLE_TEXT

Actual results: 

- ROLE_ENTRY
  - ROLE_PANEL
    - ROLE_TEXT

If there is some fundamental reason why that object of ROLE_PANEL must remain
in the accessible hierarchy, assistive technologies can punt and still get at
the text. However, if this object is indeed extraneous, it would be great if it
could be removed from the hierarchy.


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



More information about the webkit-unassigned mailing list