Closed
Bug 240737
Opened 21 years ago
Closed 21 years ago
Offline information and security information buttons are not shown in GOK
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 257097
People
(Reporter: pkwarren, Assigned: pkwarren)
Details
Using Mozilla with GOK (after applying the patch in Bug 239867), the Toolbars
and UI Grab functionality is working properly. However, the "Online/Offline"
button and the "Security Information" button in the bottom right of the Mozilla
browser window are not exposed to GOK by Mozilla.
Assignee | ||
Comment 1•21 years ago
|
||
I can also reproduce this same problem in a trunk Windows build. AccExplore does
not show any accessible information for the offline button, privacy button, or
security button on the status bar. I believe this is because there is no
accessible created for xul elements of type <statusbarpanel>, while there are
accessibles created for xul elements of type <toolbarbutton>, which is what the
navigator/mailnews/editor/address book/chatzilla buttons are.
Compare:
http://lxr.mozilla.org/seamonkey/source/xpfe/global/resources/content/bindings/general.xml#205
to:
http://lxr.mozilla.org/seamonkey/source/xpfe/global/resources/content/bindings/toolbarbutton.xml#63
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: PC → All
Comment 2•21 years ago
|
||
> ... /bindings/general.xml#205
Also line #242.
Both the text and iconic statusbar items need accessibles.
Assignee | ||
Comment 3•21 years ago
|
||
Marking this as a duplicate of Bug 257097. The patch in that bug implements
nsIAccessibleProvider for statusbarpanel-iconic. There is no accessible object
created for the statusbarpanel base class, but both statusbar and
statusbar-iconic have accessible objects, and that should work in almost all cases.
*** This bug has been marked as a duplicate of 257097 ***
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•