Closed
Bug 304871
Opened 19 years ago
Closed 19 years ago
Hitting enter with screen reader active will not open new window links
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access, fixed1.8, Whiteboard: Have patch)
Attachments
(2 files)
6.02 KB,
patch
|
timeless
:
review+
jst
:
superreview+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
1.33 KB,
patch
|
timeless
:
review+
jst
:
superreview+
cbeard
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Steps:
1. Go to http://www.firefox-browser.de/
2. With screen reader active in browse mode, tab to link
3. Hit Enter
An alert pops up saying that a popup has been blocked. New windows should always
open as a result of an explicit user action like a key press or mouse click
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #192853 -
Flags: superreview?(jst)
Attachment #192853 -
Flags: review?(timeless)
Comment 2•19 years ago
|
||
Comment on attachment 192853 [details] [diff] [review]
Use different interfaces for simulating a click in DoAction()
sr=jst
Attachment #192853 -
Flags: superreview?(jst) → superreview+
Comment on attachment 192853 [details] [diff] [review]
Use different interfaces for simulating a click in DoAction()
NS_RELEASE(gDoCommandTimer);
drop this:
gDoCommandTimer = nsnull;
Attachment #192853 -
Flags: review?(timeless) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #192853 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #192853 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 4•19 years ago
|
||
Fixed in both branch and trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•19 years ago
|
||
Attachment #193157 -
Flags: superreview?(bzbarsky)
Attachment #193157 -
Flags: review?(timeless)
Comment 6•19 years ago
|
||
I won't be able to get to this for at least two weeks.
Assignee | ||
Comment 7•19 years ago
|
||
Comment on attachment 193157 [details] [diff] [review]
Missed part of previous patch --- an important part :)
Very simple patch!
Attachment #193157 -
Flags: superreview?(bzbarsky) → superreview?(jst)
Comment 8•19 years ago
|
||
Comment on attachment 193157 [details] [diff] [review]
Missed part of previous patch --- an important part :)
sr=jst
Attachment #193157 -
Flags: superreview?(jst) → superreview+
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b4?
Whiteboard: Have patch
Attachment #193157 -
Flags: review?(timeless) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #193157 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #193157 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Flags: blocking1.8b4? → blocking1.8b4+
Assignee | ||
Updated•19 years ago
|
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•