Closed
Bug 109223
Opened 23 years ago
Closed 23 years ago
Active Accessibility: support <listbox>
Categories
(SeaMonkey :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.9
People
(Reporter: aaronlev, Assigned: mozilla)
References
Details
(Keywords: access)
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
aaronlev
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
A <listbox> can have multiple selections (sometimes? always?)
It's not implemented yet - see bug 70858
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 1•23 years ago
|
||
to aaron per our discussion
Assignee: jgaunt → aaronl
Status: ASSIGNED → NEW
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•23 years ago
|
||
-> back to jgaunt, since we have to wait for hewitt's fix on 70858
Assignee: aaronl → jgaunt
Status: ASSIGNED → NEW
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Assignee | ||
Comment 3•23 years ago
|
||
So far this is working everywhere except the doDefaultAction. That I can find
anyway. I'm still doing some poking.
Assignee | ||
Comment 4•23 years ago
|
||
Attachment #68989 -
Attachment is obsolete: true
Reporter | ||
Comment 5•23 years ago
|
||
Comment on attachment 69703 [details] [diff] [review]
XUL listbox acc support
r=aaronl
Nits:
I take it that this patch fixes default actions for html selects as well?
What other bugs does this fix?
- // add ourself as a RadiobuttonStateChange listener (custom event fired in
nsHTMLInputElement.cpp)
Why remove this comment instead of editing it and keeping it in there?
+ // may have to register as a nsIDOMXULListener for this same string
This comment is confusing.
+// nsCOMPtr<nsIPresContext> presContext;
+// GetPresContext(presContext);
+// if (presContext)
+// rv = content->HandleDOMEvent(presContext, &event, nsnull,
NS_EVENT_FLAG_INIT ,&status);
Do you want to remove commented out code?
In nsXULListboxAccessible::GetSelectedChildren()
I just noticed we have a superfluous return NS_OK; in the if statement right
before the end.
Attachment #69703 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
The html select work got in by mistake, taken out
fixed the comment about the radio button
took out the extra return and removed the commented out code as it really
doesn't apply
Attachment #69703 -
Attachment is obsolete: true
Reporter | ||
Updated•23 years ago
|
Attachment #69752 -
Flags: review+
Comment 7•23 years ago
|
||
Comment on attachment 69752 [details] [diff] [review]
cleaned up for r= nits
sr=hewitt
Attachment #69752 -
Flags: superreview+
Assignee | ||
Comment 8•23 years ago
|
||
checked in last night/this morning with great fireworks
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•