Issue 104294 - Emit an object:state-changed:showing event when a tooltip appears
Summary: Emit an object:state-changed:showing event when a tooltip appears
Status: CLOSED DUPLICATE of issue 103596
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: DEV300m51
Hardware: All Solaris
: P3 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2009-08-17 16:55 UTC by joaniediggs
Modified: 2009-12-07 11:33 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joaniediggs 2009-08-17 16:55:49 UTC
Steps to reproduce:

1. Launch Writer and Accerciser

2. Turn event monitoring on in Accerciser

3. In Writer, cause a toolbar tooltip to appear either by hovering the mouse
over a button or by moving focus to it and pressing Ctrl+F1

Expected results: An object:state-changed:showing event (detail1 == 1) would be
emitted.

Actual results: An object:state-changed:showing event is not emitted, though we
do get an object:state-changed:visible (detail1 == 1) event.

Impact: All of the other toolkits and applications (that I am aware of) which
expose tooltips via at-spi, emit an object:state-changed:showing event. Orca at
the moment does not listen for object:state-changed:visible events -- and it
won't until we've been able to ascertain that doing so will not impact
performance across the board.

Therefore, what I am hoping is that it will be quite easy for you to emit this
event at the same time you emit the object:state-changed:visible event. If so,
things should JustWork(tm). If it's more difficult than that, please let me know
and I'll start doing performance analysis. Thanks in advance!
Comment 1 eric.savary 2009-09-21 15:08:33 UTC
Set keyword
Comment 2 joaniediggs 2009-12-04 16:00:53 UTC
Turns out I'd filed a dup. My bad.

*** This issue has been marked as a duplicate of 103596 ***
Comment 3 malte_timmermann 2009-12-07 11:33:17 UTC
Closing duplicate...