Closed
Bug 102475
Opened 24 years ago
Closed 24 years ago
Active Accessibility: fix pane state change event problems
Categories
(SeaMonkey :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.5
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
1.82 KB,
patch
|
mozilla
:
review+
brendan
:
superreview+
|
Details | Diff | Splinter Review |
We use the STATECHANGE event to indicate when a pane is busy loading, and when
it is finished.
However, this is not working when a user clicked on a link that jumps somewhere
within the same document.
It is also not working when the link was jumped to via the accDoDefaultAction call.
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
|
||
Comment on attachment 51489 [details] [diff] [review]
This has been tested - it works
This looks ok. Are we not concerned about mListner not being there? you check but don't return an error anymore if it isn't there.
if that was planned, fine. Just wanted to point it out.
r=jgaunt
Attachment #51489 -
Flags: review+
Assignee | ||
Comment 3•24 years ago
|
||
Yeah it was planned.
I don't want to return an error from OnLocationChange.
Comment 4•24 years ago
|
||
Comment on attachment 51489 [details] [diff] [review]
This has been tested - it works
sr=brendan@mozilla.org
Attachment #51489 -
Flags: superreview+
Assignee | ||
Comment 5•24 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: seeking r=, sr=
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•