Closed Bug 109223 Opened 23 years ago Closed 23 years ago

Active Accessibility: support <listbox>

Categories

(SeaMonkey :: General, defect, P1)

x86
Windows 2000
defect

Tracking

(Not tracked)

RESOLVED FIXED
mozilla0.9.9

People

(Reporter: aaronlev, Assigned: mozilla)

References

Details

(Keywords: access)

Attachments

(1 file, 2 obsolete files)

A <listbox> can have multiple selections (sometimes? always?) It's not implemented yet - see bug 70858
Depends on: 70858
Keywords: access, fcc508
Blocks: 82207
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.8
to aaron per our discussion
Assignee: jgaunt → aaronl
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
-> back to jgaunt, since we have to wait for hewitt's fix on 70858
Assignee: aaronl → jgaunt
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Keywords: nsbeta1
Attached patch v1.0 of patch for xul listbox accessibility (obsolete) (deleted) — Splinter Review
So far this is working everywhere except the doDefaultAction. That I can find anyway. I'm still doing some poking.
Attached patch XUL listbox acc support (obsolete) (deleted) — Splinter Review
Attachment #68989 - Attachment is obsolete: true
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+
Attached patch cleaned up for r= nits (deleted) — Splinter Review
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
Attachment #69752 - Flags: review+
Comment on attachment 69752 [details] [diff] [review] cleaned up for r= nits sr=hewitt
Attachment #69752 - Flags: superreview+
checked in last night/this morning with great fireworks
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: