To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101012
                 Issue #|101012
                 Summary|object:active-descendant-changed any_data field contai
                        |ns previous active descendant instead of current activ
                        |e descendant in Hyperlink dialog
               Component|framework
                 Version|1.0.0
                Platform|Sun
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|ui
             Assigned to|tm
             Reported by|williewalker





------- Additional comments from [email protected] Fri Apr 10 
14:00:10 +0000 2009 -------
The object:active-descendant-changed any_data field contains previous active
descendant instead of current active descendant in the Hyperlink dialog.

1) Save this small python script to a file:

import pyatspi
def callback(event):
    print "Event:", event
    print "Source:", event.source
    print "any_data:", event.any_data
    print
pyatspi.Registry.registerEventListener(callback,
                                       "object:active-descendant-changed")
pyatspi.Registry.start()

2) Run the script in a terminal using "python <filename>" and make it's visible
for observations as you perform the remaining steps in this test case.

3) Run OOo writer.  Go to Insert->Hyperlink.

4) Arrow up and down the "Internet", "Mail & News", "Document", and "New
Document" choices on the left hand side.  Notice that the any_data field being
output by the test application incorrectly refers to the previously selected
object instead of the currently selected object.

5) Arrow up and down the "File type" box in the same dialog.  Notice that the
any_data field being output by the test application correctly refers to the
currently selected item.

The impact of this bug is that screen reader users become confused about what is
actually selected in the dialog.  :-(

The Orca bug tracking this is http://bugzilla.gnome.org/show_bug.cgi?id=578097

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to