Closed
Bug 109187
Opened 24 years ago
Closed 24 years ago
Active Accessiblity: Support <groupbox>
Categories
(SeaMonkey :: Bookmarks & History, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access, Whiteboard: seeking r=, sr=)
Attachments
(1 file)
|
5.25 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
A <groupbox> logically groups controls.
It has no state, but returns ROLE_GROUPING and it's label as the accessible name.
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Whiteboard: seeking r=, sr=
Comment 2•24 years ago
|
||
sarah, john, wanna be QA contact?
Comment 3•24 years ago
|
||
aaronl mentioned that dsirnapalli should be the qa contact for things pertaining
to "Active Accessibility", so over to dsirnapalli. :)
QA Contact: claudius → dsirnapalli
Comment 4•24 years ago
|
||
Comment on attachment 57142 [details] [diff] [review]
Had to hand edit this to remove stuff from other work I'm doing -- do not apply patch
r=jgaunt
The GetElementsByTagName I think walks the entire tree and takes a long time.
We might look into a more efficient way of doing this.
remove the comment about reusing the HTML widget in the nsAccessibilityService
method
Attachment #57142 -
Flags: review+
| Assignee | ||
Comment 5•24 years ago
|
||
In this case GetElementsByTagName is only walking the <groupbox> subtree, which
shouldn't be large at all.
Comment 6•24 years ago
|
||
sr=hyatt
| Assignee | ||
Comment 7•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
-- Groupbox is implemented. nsIAccessible's attributes and methods work as
intended for Groupbox. Marking bug as verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•