Closed
Bug 357585
Opened 18 years ago
Closed 18 years ago
alert event is not fired for elements that are visibile initially
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: surkov, Assigned: aaronlev)
Details
Attachments
(1 file)
1.15 KB,
application/xhtml+xml
|
Details |
If my test contains element with xhtml2:role="wairole:alert" and this element is visible then alert event is not fired.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #0)
> If my test contains element with xhtml2:role="wairole:alert" and this element
> is visible then alert event is not fired.
>
AaronL, should nsIAccessibilityService::InvalidateSubtreeFor be called for this element?
Assignee | ||
Comment 3•18 years ago
|
||
I don't think it should. It's generally something that is made visible after the current document has been used for a while. I could see the argument for doing so, but it's a rare case -- I think it only helps your xforms messages impl. Not worth parsing the entire content on load for.
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•