To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73746


User bm changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|bm                        |pb
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jun 18 16:15:48 +0000 
2007 -------
->PB: Please have a look at the changes I did in svtools for the ValueSet in CWS
swa11y01. What I changed is the following:

1. I removed the new method and replaced it by a parameter in the CTOR of the
ValueSet. Thus, the bool parameter is set in time, and cannot be changed during
the lifetime of the ValueSet.

2. As it turns out that the Java Access Bridge (version 2.0.1) treats all a11y
object of type LIST and TREE as having the state "managesDescendants", no matter
if this state is set or not. So, when the bool flag is true, PANEL is used as
the accessible role.

3. When a different entry is selected, instead of sending an
ACTIVE_DESCENDANT_CHANGED event from the ValueSet itself, a STATE_CHANGED with a
FOCUSED state type is sent from the child.

So far, this looks good: A. the list box is read correctly, i.e. the problem of
this issue is fixed, B. selecting a different entry in the value set triggers an
event.

However, ZoomText once read: "Normal, One of Four" for the first icon (named
Normal). Now it reads "Normal, Disabled". Please check if the value set items
can be enabled, or what might be a problem here. I am not so familiar with this
a11y things for controls.

---------------------------------------------------------------------
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