Closed
Bug 1272685
Opened 10 years ago
Closed 10 years ago
Emit object:state-changed:showing event for doorhangers
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1272450
People
(Reporter: jdiggs, Unassigned)
References
(Blocks 1 open bug)
Details
This needs to be done in SeaMonkey too. Hopefully the fix in the original bug can be easily ported.
+++ This bug was initially created as a clone of Bug #1210108 +++
When a doorhanger is shown to the user in Windows, as I understand it, an alert event is emitted along with whatever event is emitted to indicate the accessible tree has been modified.
Unfortunately, ATK/AT-SPI2 doesn't have an alert event. We could add one. But that would not help users now, nor would it help users who do not update to the latest version of their distro in the future. I think a reasonable alternative would be to emit object:state-changed:showing when a doorhanger's showing state changes. This is the event emitted by other applications and toolkits implementing ATK when tooltips, notifications, and the like are shown.
Comment 1•10 years ago
|
||
As far as I can tell, there's nothing more that needs to be done here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•10 years ago
|
||
If you'll forgive a sanity check on my part: Right now, the platform-specific (ATK) object:state-changed:showing event is missing. As a result, the Orca screen reader does not announce things like "would you like to save this password?" This is because the tooltip view has been destroyed?
You need to log in
before you can comment on or make changes to this bug.
Description
•