[sw-issues] [Issue 88070] [a11y] Notes are not expos ed to ATs

2009-12-22 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88070





--- Additional comments from williewal...@openoffice.org Tue Dec 22 
12:35:36 + 2009 ---
ww-od: I think UNKNOWN is OK.  I'm not sure there is another role that might
make sense.  Thanks!

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88070] [a11y] Notes are not expos ed to ATs

2009-12-21 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88070





--- Additional comments from williewal...@openoffice.org Mon Dec 21 
14:43:03 + 2009 ---
ww-od: I think the proposal on the WIKI looks good.  The only thing I see as an
issue is that the NOTE role does not exist in ATK.  What you may need to do is
keep the AT-SPI role as it was and then define an 'xml-roles' attribute that has
a value of 'note' and store this in the accessible object's 'attributes'
property.  The way this would be exposed to the assistive technology is via the
'attributes' property on the accessible object.

Note that the 'attributes' property on the accessible object is a whole
different space than the 'attributes' property associated with the accessible
text for the object.  That it, there are two 'attributes' like things in the API
- one is for general attributes on the whole object (which is where we want to
put the 'xml-roles' attribute) and the other is for text attributes.

Thanks!

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88070] [a11y] Notes are not expos ed to ATs

2009-12-17 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88070





--- Additional comments from williewal...@openoffice.org Thu Dec 17 
18:47:13 + 2009 ---
There is a lot to process in this thread with a number of very long replies to
read.  I apologize for adding to the length. :-(

@ww-od: I am proposing to use the accessible description to identify the
different elements - it's easy to implement and no new attributes are needed.

The accessible description is for human consumption and is not really meant to
provide any meaning or direction for assistive technologies -- it's just a
string to pass on to users.

In looking at what you are proposing to expose to the AT, most of the content is
probably just inferable to a user, just as a sighted user can infer the content
type.  That is, a date looks like a date, a name looks like name, etc.

For the button that opens a menu of further actions, giving it an accessible
name of something like Actions and an accessible description of Activate this
button to open a list of actions to perform on this comment might be enough for
the user to infer its purpose.  The accessible description should also appear as
a tooltip that is available when hovering over the button and/or when one
presses Ctrl+F1 when the button has keyboard focus.

What would be very nice is for the user to know that the entire container is a
comment.  ARIA has the notion of a note role:
http://www.w3.org/TR/wai-aria/roles#role_definitions.  I believe you can expose
this via the xml-roles attribute of the container for the object.  See
https://developer.mozilla.org/ARIA_User_Agent_Implementors_Guide.

Popping up a level, the other big questions seem to be:

1) Representing the hierarchy
2) Identifying the range(s) of text being commented on
3) Handling visibility of comments
4) Providing keyboard-only access to comments - navigating to them, editing
them, copying them, creating new ones, etc.

Representing the hierarchy
--

The current proposal is to embed an EOC character in the paragraph and then make
the container for the comment object be a child of the paragraph.  The position
of the EOC character represents the start of the range(s) of text being
commented on, and the container hierarchy basically maps to the building blocks
for the comment.  This seems fine to me.

Identifying the range(s) of text being commented on
---

This is where things get a little messy.  In all the examples I've seen so far,
comments seem to be anchored to a single point in the text.  But,
http://lists.oasis-open.org/archives/office/200708/msg7.html indicates some
sort of new office:annotation-end tag.  I'm not sure how to interpret this,
but it seems to imply a comment can apply to a range of text instead of a single
point, and that comments are represented by either one or a pair of objects.  If
it's one object, then it's a single point in the document.  If it's two, the
first is the start of a range and the second is the end of that range.

Assuming we use the EOC model as it exists, the first object can always get us
to the actual comment container directly.  That leaves the second object.  To
handle that, I propose the following -- the second object is embedded as an EOC
just like the first, but it is basically a non-showing empty object whose
xml-role is note-end.  The link between the start and end objects can be
handled via an accessible relation RELATION_MEMBER_OF added to both objects.

With this, when I encounter the first object, it has the full container with an
xml-role attribute of note.  It also has a RELATION_MEMBER_OF relation that
points to the end object (if it exists).  When I encounter the end object, it is
basically empty (maybe ROLE_FILLER?), but with an xml-role attribute of
note-end.  It also has a RELATION_MEMBER_OF relation that points to the
starting object.

Handling visibility of comments
---

IMO, these are like any other objects and the STATE_SHOWING state should be used
to indicate whether they are burning pixels on the screen or not.

Providing keyboard-only access to comments
--

I'm not really familiar with all the keyboard navigation techniques and styles
in OOo, so I'll leave this up to the OOo developers.  From a user-based task
model, however, the important things seem to be:

* The user should be able to quickly add or delete a comment.

* The user should be able to quickly navigate between the document content and
the comments.

* When in the document content area and the user sees a comment is present,
navigating to the comment should automatically make the comment become visible.
 I might also argue that as you arrow through a document, any associated comment
for the current caret position should be visible and it should be obvious which
comment it is.

* The 

[graphics-issues] [Issue 87261] No accessibility events ge nerated when viewing a presentation (workaroun d available)

2009-12-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87261





--- Additional comments from williewal...@openoffice.org Fri Dec  4 
15:42:09 + 2009 ---
ww-mt: As discussed earlier, we are convinced that full AT support in an 
active
presentation view doesn't help much, and that the presenter console is much more
helpful to the user.

A common interaction style users have on Windows is that they bring the full
screen mode up and the screen reader will then read the entire slide as the user
pages up/down.  This behavior is highly desired and highly helpful because the
user only needs to know the page up/down keys.

So, some sort of event(s) when the slide changes would be highly desirable so
that a screen can then do a SayAll of the slide content.



-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 87532] [a11y] Expose table headin gs as such to ATs

2009-12-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87532





--- Additional comments from williewal...@openoffice.org Fri Dec  4 
15:47:27 + 2009 ---
Getting the description would be OK, but getting the Accessible for the header
would be desirable as well.  From the Accessible, we should be able to obtain
the text, but we can also use it as a means to help us determine if the header
spans multiple columns or rows.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 71360] [a11y] Unable to detect mi sspelled words.

2009-08-17 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71360





--- Additional comments from williewal...@openoffice.org Mon Aug 17 
18:33:01 + 2009 ---
Thanks!  Which CWS build can I find this in?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100938] Incorrect offsets returne d by getAttributes

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100938





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
14:43:11 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 101012] object:active-descendant- changed any_data field contains previous activ e descendant instead of current active descend ant in Hyperlink dialog

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101012





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
14:44:31 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 63983] The StarOffice-Paths opti ons pane table doesn't provide useful informat ion when read with a screen reader.

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63983





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
14:47:43 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 83639] Extended tool tip text is not retunred by getToolTipText

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83639





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
14:49:03 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 89176] Implementation of XAccessi bleMultiLineText in EditEngine

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89176





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
14:53:10 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 89176] Implementation of XAccessi bleMultiLineText in EditEngine

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89176





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
15:03:56 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 90991] [a11y] OOo Impress and Cal c should name paragraphs starting at 1

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90991





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
15:05:13 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92103] No a11y events when expand ing/collapsing items in navigator

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92103





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
15:06:47 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 93269] [a11y] caret-moved and foc used events initially missing

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93269





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
15:09:33 + 2009 ---
Using the swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]), the Orca team has noticed the expected
caret-moved events are present; the object:state-changed:focused events (detail1
== 1) are still initially missing. As described in the opening comment, if you
up arrow in the table and then down arrow, the events suddenly start appearing.
This continues to be true for the focused events.

So...I think this bug needs to be reopened. :-(

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95042] [a11y] active-descendant-c hanged, selection-changed events missing from Size combo box in Character dialog

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95042





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
15:11:29 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 92143] text getRangeExtents repor ts incorrect 'x' values for spreadsheet cells

2009-08-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92143





--- Additional comments from williewal...@openoffice.org Tue Aug  4 
17:33:14 + 2009 ---
This fix has been confirmed by the Orca team using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]).

Many thanks!


-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 103982] Crasher in impress when a 11y is enabled

2009-08-03 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103982
 Issue #|103982
 Summary|Crasher in impress when a11y is enabled
   Component|Presentation
 Version|1.0.0
Platform|Sun
 URL|
  OS/Version|Solaris
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|ui
 Assigned to|es
 Reported by|williewalker





--- Additional comments from williewal...@openoffice.org Mon Aug  3 
20:07:15 + 2009 ---
On an OpenSolaris 2009.06 system with accessibility enabled, using the
swa11y32_2nd_en-US_SolarisIntel.tar file Thomas Lange made for me
(300m51(Build:9408)[CWS:swa11y32_2nd]), perform the following.  Note that this
seems to be a relatively new crasher (i.e., it doesn't crash on the OOo that
comes with OpenSolaris 2009.06).

0. Enable a11y, log out, and log back in if a11y is not already enabled.

1. Launch simpress

2. In resulting Presentation Wizard dialog, press the Create button.

3. In Task Pane/Layouts, click the Title, Text image to create a new slide.

4. In the slide, click on the first/only bulleted item (Click to add an
outline), i.e. as if you wished to edit the text.

5. Press Esc.

Result: simpress crashes. Reproducible 100% of the time.

Here's where in the core file:

  [1] 0xf2b70957(0x0, 0x8044c58, 0x97f4f60, 0xfef710e4, 0x100), at 
0xf2b70957 
  [2] EditTextObject::operator==(0x8, 0x9a286b0, 0x8044c98, 0xf2b6dff4,
0xfee22a00), at 0xf2b6e009 
  [3] EditTextObject::operator==(0x8, 0x9a286b0, 0x0, 0xf2bcc526), at 
0xf2b6e009 
  [4] OutlinerParaObject::operator==(0x80e0934, 0x97f2bec, 0x8044cf8,
0xf285d554), at 0xf2bcc547 
  [5] 0xf285d571(0x80e0930, 0x97f2be8, 0x8b63ff0, 0xf285ca0a), at 0xf285d571 
  [6] 0xf285ca58(0xf0aac2ec, 0xf0aac43c, 0x8044d10, 0xf285d10e), at 0xf285ca58 
  [7] 0xf285d123(0xf0aac2ec, 0xf0aac43c, 0x8044d68, 0xf285d40e), at 0xf285d123 
  [8] 0xf285d423(0xf0aac2ec, 0xf0aac43c, 0x, 0xf2868050), at 0xf285d423 
  [9] 0xf28680c3(0xf0aac2b0, 0xf0aac400, 0xf35280b8, 0xf3499312), at 0xf28680c3 
  [10] drawinglayer::primitive2d::arePrimitive2DReferencesEqual(0xf0abd530,
0xf0abd710, 0x0, 0xf34993b2), at 0xf3499383 
  [11] drawinglayer::primitive2d::arePrimitive2DSequencesEqual(0x97dffc0,
0x8044e1c, 0x0, 0xf2e8c022), at 0xf349940b 
  [12]
sdr::contact::ViewContact::getViewIndependentPrimitive2DSequence(0x8044e74,
0x97dffb0, 0x8044eb8, 0xf288aa5a), at 0xf2e8c057 
  [13] SdrObject::RecalcBoundRect(0x81775a8, 0x8044ed0, 0x89a5808, 0xf288aa08),
at 0xf288aa96 
  [14] SdrObject::GetCurrentBoundRect(0x81775a8, 0x0, 0x8044f58, 0xf299e6da), at
0xf288aa35 
  [15] SdrMarkList::TakeBoundRect(0x97bea20, 0x97bee48, 0x97bee64, 0xf28bb85a),
at 0xf299e762 
  [16] SdrMarkView::SetMarkRects(0x97bdff8), at 0xf28bb89c 
  [17] SdrMarkView::AdjustMarkHdl(0x97bdff8, 0x97bdff8, 0xf316ad98, 0xf28b7e4e),
at 0xf28bd922 
  [18] SdrMarkView::ModelHasChanged(0x97bdff8, 0x4, 0x0, 0xf29b6e8c), at 
0xf28b7ee4 
  [19] SdrEditView::ModelHasChanged(0x97bdff8, 0x5, 0x60, 0xf2984a89), at
0xf29b6e9e 
  [20] SdrObjEditView::ModelHasChanged(0x97bdff8, 0x60, 0x29, 0xf1ae1e68), at
0xf2984a9b 
  [21] 0xf1ae1e7a(0x97bdff8, 0x0, 0x0, 0xf1b3fe8a), at 0xf1ae1e7a 
  [22] 0xf1b3fea2(0x97bdff8, 0x60, 0x29, 0xf2907f2e), at 0xf1b3fea2 
  [23] SdrPaintView::FlushComeBackTimer(0x97bdff8, 0x256f, 0x29, 0xf28bbc09), at
0xf2907f68 
  [24] SdrMarkView::PickHandle(0x97bdff8), at 0xf28bbc25 
  [25] 0xf1de8a30(0x8174660, 0x8045580, 0x97bb548, 0xf1de7cf6), at 0xf1de8a30 
  [26] 0xf1de818c(0x8174660, 0x8045580, 0xa1, 0xf1dfc665), at 0xf1de818c 
  [27] 0xf1dfc67a(0x8174660, 0x8045580, 0x8045328, 0xf1af74e2), at 0xf1dfc67a 
  [28] 0xf1af771e(0x97bb160, 0x8045580, 0x97bb548, 0x1), at 0xf1af771e 
  [29] 0xf1b0f9a3(0x97bb160, 0x8045580, 0x97bb548, 0xfd8eeb5c), at 0xf1b0f9a3 
  [30] 0xf1b00ff2(0x97bb548, 0x8045580, 0x80454c0, 0xfd8ef3a9), at 0xf1b00ff2 
  [31] 0xfd8f01d5(0x89e6bb8, 0x3, 0x1, 0x19d, 0x193, 0x6b127b8a, 0x0, 0x1), at
0xfd8f01d5 
  [32] 0xfd8f3db1(0x89e6bb8, 0x8afe6f0, 0x2, 0x80457b0, 0x0, 0x0), at 
0xfd8f3db1 
  [33] 0xfc63bc02(0x815f0b8, 0x944e420), at 0xfc63bc02 
  [34] _gtk_marshal_BOOLEAN__BOXED(0x8b00520, 0x8045930, 0x2, 0x8e352f0,
0x8045958, 0x0), at 0xf8969f2a 
  [35] g_closure_invoke(0x8b00520, 0x8045930, 0x2, 0x8e352f0, 0x8045958, 0x1,
0x0, 0xfc414b5d), at 0xfc3ff3d6 
  [36] signal_emit_unlocked_R(0x80bdea0, 0x0, 0x815f0b8, 0x8045aa0, 0x8e352f0,
0x14, 0x8045a60, 0x800), at 0xfc4158ce 
  [37] g_signal_emit_valist(0x815f0b8, 0x2a, 0x0, 0x8045b4c), at 0xfc414536 
  [38] g_signal_emit(0x815f0b8, 0x2a, 0x0, 0x944e420, 0x8045b6c, 0x81412d8,
0x8045b78, 0xf8a7a4b1), at 0xfc41493d 
  [39] gtk_widget_event_internal(0x815f0b8, 0x944e420, 0x8045b98, 0xf8a7a284),
at 0xf8a7a6d6 
  [40

[sw-issues] [Issue 103596] Tooltips do not issue a11 y events when showing

2009-07-16 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103596
 Issue #|103596
 Summary|Tooltips do not issue a11y events when showing
   Component|Word processor
 Version|OOO310m11
Platform|Sun
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|es
 Reported by|williewalker





--- Additional comments from williewal...@openoffice.org Thu Jul 16 
20:56:29 + 2009 ---
When one presses Ctrl+F1 to cause a tooltip to appear, no a11y event is issued.
 The events only seem to be issued when the tooltip goes away (and even that
seems intermittent for some reason).

To reproduce:

1) run the to-be-attached test application.  
2) run soffice
3) press Alt+F then Ctrl+F1 to force a tooltip to appear.

Event output should be emitted by the test application when the tooltip appears.
 In particular, I'd expect an object:state-changed:showing event with a detail1
value of 1 when the tooltip appears.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 103596] Tooltips do not issue a11 y events when showing

2009-07-16 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103596





--- Additional comments from williewal...@openoffice.org Thu Jul 16 
20:57:10 + 2009 ---
Created an attachment (id=63591)
Simple test application


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 102803] Travelling with F6 into t he Styles and Formatting floater sets the focu s nowhere

2009-06-15 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102803


User williewalker changed the following:

What|Old value |New value

  CC|'mt'  |'mt,williewalker'





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change

2009-05-27 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88069





--- Additional comments from williewal...@openoffice.org Wed May 27 
13:54:02 + 2009 ---
@williewalker - od: sounds fair enough.  I haven't had a chance to test with
GNOME 2.26.0, but if you have done so and have verified this is fixed, then I'm
fine with closing this as fixed.  We can always re-open it if necessary.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100938] Incorrect offsets returne d by getAttributes

2009-05-27 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100938





--- Additional comments from williewal...@openoffice.org Wed May 27 
14:41:13 + 2009 ---
@williewalker - od: I'm not sure I understand the OOo implementation enough to
determine whether the value is correct or not.  Can you provide an example with
specific offset numbers?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100938] Incorrect offsets returne d by getAttributes

2009-05-27 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100938





--- Additional comments from williewal...@openoffice.org Wed May 27 
16:06:36 + 2009 ---
In looking at the specific example Joanie supplied, let's see if we can agree
upon some numbers.

All bold:

   t.attributes(0) = ('weight:600', 0, 8)

None bold:

   t.attributes(0) =  ('', 0, 9)

First word bold (assume the space character after 'First' is bold):

   t.attributes(0) = ('weight:600', 0, 6)
   t.attributes(6) = ('', 6, 15)

Middle word bold:

   t.attributes(0) = ('', 0, 7)
   t.attributes(7) = ('weight:600', 7, 11) - assuming the 'space' is not bold
   t.attributes(11) = ('', 11, 16)

Last word bold:

   t.attributes(0) = ('', 0, 10)
   t.attributes(10) = ('weight:600', 10, 14)

Seem OK?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 101012] object:active-descendant- changed any_data field contains previous activ e descendant instead of current active descend ant in Hyperlink dialog

2009-04-29 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101012





--- Additional comments from williewal...@openoffice.org Wed Apr 29 
12:24:25 + 2009 ---
@es - I confirmed this on OpenSolaris 2008.11, but the person opening the Orca
bug (http://bugzilla.gnome.org/show_bug.cgi?id=578097) mentions the following in
the opening comment for that bug:

$ apt-cache policy openoffice.org-writer
openoffice.org-writer:
  Installed: 1:3.0.1-5ubuntu2
  Candidate: 1:3.0.1-5ubuntu2
  Version table:
 *** 1:3.0.1-5ubuntu2 0
500 http://in.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: gnome-orca 2.26.0-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gnome-orca
Uname: Linux 2.6.28-9-generic i686

I suspect this probably is not an OS-specific issue.  The test application I've
attached to this bug is a Python script which doesn't require any compilation or
build environment.  It should also run without modification on any platform
where pyatspi is available (e.g., OpenSolaris, Ubuntu, etc.).  Confirming the
problem with the test application should take only a few minutes, and the
complete instructions for reproducing the problem are in the opening comment for
this bug - please give it a try.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 101012] object:active-descendant- changed any_data field contains previous activ e descendant instead of current active descend ant in Hyperlink dialog

2009-04-10 Thread williewalker
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 williewal...@openoffice.org Fri Apr 10 
14:00:10 + 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 101012] object:active-descendant- changed any_data field contains previous activ e descendant instead of current active descend ant in Hyperlink dialog

2009-04-10 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101012


User williewalker changed the following:

What|Old value |New value

Keywords|  |accessibility





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 101012] object:active-descendant- changed any_data field contains previous activ e descendant instead of current active descend ant in Hyperlink dialog

2009-04-10 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101012





--- Additional comments from williewal...@openoffice.org Fri Apr 10 
14:02:23 + 2009 ---
Created an attachment (id=61506)
Test application from opening comment as a separate file.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 100833] Provide label for/by rela tions between panels and the separators labell ing them

2009-04-09 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100833





--- Additional comments from williewal...@openoffice.org Thu Apr  9 
12:51:03 + 2009 ---
williewalker-tl: you can use 'accerciser' to look at the hierarchy.

In the hierarchy, find the 'separator' object that is acting as the label.  Then
go to the Interface tab and click on the Accessible triangle.  Look in the
Relations area of the panel that is exposed when you click on the Accessible
triangle.  It should have a Label for relationship listed that points to the
panel containing the table.

Now do the same for the panel containing the table.  It should have a Labelled
by relationship that points to the separator object acting as the label.

Before the change is made, there will be no relations.  After the change is
made, the relations will exist.

Hope this helps.

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 100833] Provide label for/by rela tions between panels and the separators labell ing them

2009-04-03 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100833
 Issue #|100833
 Summary|Provide label for/by relations between panels and the 
|separators labelling them
   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 williewal...@openoffice.org Fri Apr  3 
13:49:07 + 2009 ---
This is a follow on to bug #63983.  

1) Bring up Tools-Options

2) Select the Paths option in the tree table on the left.

3) Doing #2 brings up a labeled panel on the right.  The label (which is exposed
as an object of role separator) is something like Paths used by StarOffice and
the panel contains a table.

There should be accessible label for and label by relations between the panel
and the label.  Note that this is just a specific example of a potentially
general problem in OOo.  That is, if this construct of a labeled panel is used
throughout OOo, then the appropriate accessible relations should be provided.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 63983] The StarOffice-Paths opti ons pane table doesn't provide useful informat ion when read with a screen reader.

2009-04-03 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63983





--- Additional comments from williewal...@openoffice.org Fri Apr  3 
13:50:17 + 2009 ---
@tl: the more meaningful and important bug (i.e., the one that will result in
the user obtaining useful information) has been logged as bug #100833.  Thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 100788] Separator objects that re nder text should implement accessible text

2009-04-02 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100788
 Issue #|100788
 Summary|Separator objects that render text should implement ac
|cessible text
   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 williewal...@openoffice.org Thu Apr  2 
12:16:38 + 2009 ---
In some dialogs, there are objects exposed with role separator via the AT-SPI.
 These objects not only present a horizontal line, but also render text.  An
example can be found as follows:

1) Go to Tools-Options
2) Select Paths under the OpenOffice.org tree node.
3) On the right hand side will appear a table that is labeled Paths used by
OpenOffice.org -- this label is exposed as a separator object whose
accessible name matches the text being rendered.

Because it is rendering text, this object should also implement the accessible
text interface.  Thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 63983] The StarOffice-Paths opti ons pane table doesn't provide useful informat ion when read with a screen reader.

2009-04-02 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63983





--- Additional comments from williewal...@openoffice.org Thu Apr  2 
12:31:54 + 2009 ---
williewalker-tl: So what do you mean by going for no name but using a
LABELED_BY relation for the separator?

In this case, what I'm seeing is that the object exposing itself as a separator
is not just a horizontal line, but also something that presents text (e.g.,
Paths used by StarOffice).  As an aside, it's unfortunate that this object
doesn't implement the accessible text interface since all things that render
text should implement the accessible text interface, but that's a separate bug
(bug #100788).

In any case, what we have is a separator that is effectively a label for the
panel containing the table.  So, there should be label for and labeled by
accessible relations set up between the panel containing the table and the
separator.  If this can be done, then the accessible names of
HeaderTabListBox, HeaderTabListBoxTable and ColumnHeaderBar of
HeaderTabListBox become irrelevant.

As for what to do about these particular names Since accessible names are
meant to be meaningful human consumable strings, however, and since these
strings are more along the lines of programmatic repetitions of the accessible
role, then they may be better off left as NULL or empty strings.

Thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92103] No a11y events when expand ing/collapsing items in navigator

2009-04-02 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92103





--- Additional comments from williewal...@openoffice.org Thu Apr  2 
12:45:58 + 2009 ---
Just for clarification - how does the OOo implementation treat transient
objects? My understanding of transient objects is that they should tend to
persist as long as they are rendered on the screen.  So, for example, if one
arrows up and down the transient items of a tree, the accessible objects should
remain the same as long as they are still painted on the display.

Thus, changing the state of the object, such as expanding or collapsing it,
should not cause the old accessible peer for that object to be destroyed and a
new one created.  Instead, the same accessible should be used.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 89176] Implementation of XAccessi bleMultiLineText in EditEngine

2009-04-02 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89176





--- Additional comments from williewal...@openoffice.org Thu Apr  2 
12:51:29 + 2009 ---
williewalker-tl: so, I'm kind of confused about what this specific
implementation exposes to the AT-SPI.  It seems like this might be for the Mac
OS X implementation, which is currently out of my domain.  :-(

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92103] No a11y events when expand ing/collapsing items in navigator

2009-04-02 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92103





--- Additional comments from williewal...@openoffice.org Thu Apr  2 
13:47:35 + 2009 ---
Emitting the object:state-changed:expanded is still the appropriate thing to do.
 Given that there are unknowns in the implementation, let's see what happens
with the life cycle of the objects.  We have code in Orca that attempts to deal
with different accessibles being used for the same visual object on the screen.
 So, if we get different accessibles in this case, Orca's code might work and/or
we might be able to make it work.  Thanks!

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 90991] [a11y] OOo Impress and Cal c should name paragraphs starting at 1

2009-04-01 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90991





--- Additional comments from williewal...@openoffice.org Wed Apr  1 
13:08:59 + 2009 ---
@tl: I'd like better understand what is mean by 'the resulting description will
be Image bullet in paragraph only.'

If an assistive technology can determine the object is an image bullet via other
means (e.g., looking at the text of the object), then this kind of description
seems redundant.  I'm not sure I understand the exact scenario where this
happens, though.  Can you attach an example document and/or describe this in
more detail?  I'd like to take a look at it with Orca.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 90991] [a11y] OOo Impress and Cal c should name paragraphs starting at 1

2009-04-01 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90991





--- Additional comments from williewal...@openoffice.org Wed Apr  1 
14:25:59 + 2009 ---
williewalker-tl: I'll need to test with Orca, but it seems like a description
of image bullet for paragraph might not be the optimal approach.  That is
separate from this bug, however, and I can file a separate request if needed.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 89176] Implementation of XAccessi bleMultiLineText in EditEngine

2009-04-01 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89176





--- Additional comments from williewal...@openoffice.org Wed Apr  1 
22:24:33 + 2009 ---
williewalker-tl: sure thing. :-) I just need a pointer to an OOo build
containing the fix.  I also assume you want me to test this from the standpoint
of http://bugzilla.gnome.org/show_bug.cgi?id=508846.  Is that correct?

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 90991] [a11y] OOo Impress and Cal c should name paragraphs starting at 1

2009-04-01 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90991





--- Additional comments from williewal...@openoffice.org Wed Apr  1 
22:26:42 + 2009 ---
williewalker-tl: just want to follow up that I'll also need a pointer to a
build with the fix in it and I'll give it a shot.  Thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92103] No a11y events when expand ing/collapsing items in navigator

2009-04-01 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92103





--- Additional comments from williewal...@openoffice.org Wed Apr  1 
22:44:15 + 2009 ---
williewalker-OD: the AT-SPI event model is such that one registers for event
types in general instead of registering for events on specific objects.  So, it
should be OK to emit object:state-changed:expanded events for these objects.

A GTK+ example of where we see this can be found in the gtk-demo application
(/usr/demo/jds/bin/gtk-demo on OpenSolaris).  The Icon View item in the tree
table is an accessible table cell object with the EXPANDABLE and TRANSIENT
states and it emits the appropriate events.  Here's some examples from
accerciser when I expand/collapse the object:

object:state-changed:expanded(1, 0, None)
source: [table cell | Icon View]
application: [application | gtk-demo]
object:state-changed:expanded(0, 0, None)
source: [table cell | Icon View]
application: [application | gtk-demo]



-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 92143] text getRangeExtents repor ts incorrect 'x' values for spreadsheet cells

2009-03-30 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92143





--- Additional comments from williewal...@openoffice.org Mon Mar 30 
20:00:08 + 2009 ---
@tbe - your latest build from today seems to have resolved the problems nicely. 
 

Your latest fix actually exposes a bug in the Orca patch that was counting how
many characters too wide the text was for a cell (we, too, were making a bad
assumption that the text did not start prior to the left edge of the cell). 
That's an Orca problem and not yours, though.

Many thanks!

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change

2009-03-27 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88069





--- Additional comments from williewal...@openoffice.org Fri Mar 27 
13:26:55 + 2009 ---
@od - thank you.  I'm less interested in the actual binary and more interested
in which version of libatk-bridge the changes were made in.  This is useful to
me so I know where we'll stand in terms of integration.  I was wondering if you
knew before I went digging.

From your response, I'm guessing you don't know.  :-)  So, I went digging
because this kind of cross reference and dependency is useful to have written
down.  The GNOME bug that was used to track this is as follows:

http://bugzilla.gnome.org/show_bug.cgi?id=567706

The relevant GNOME svn revisions are as follows, which seem to indicate it went
into GNOME 2.25.5 (and hence GNOME 2.26.0):

http://svn.gnome.org/viewvc/at-spi?view=revisionrevision=1149
http://svn.gnome.org/viewvc/at-spi?view=revisionrevision=1150

I don't see any commits for the gnome-2-24 branch.  I also checked the JDS
svn.opensolaris.org/svn/jds/spec-files/branches/gnome-2-24 patches to see if
there were any downstream fixes for OpenSolaris.  None have been done.

So, it looks as though one will need GNOME 2.26.0 or better along with some
version of OOo (3.1?) in order to get this functionality.

Thanks!

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 92143] text getRangeExtents repor ts incorrect 'x' values for spreadsheet cells

2009-03-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92143


User williewalker changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from williewal...@openoffice.org Thu Mar 26 
18:07:29 + 2009 ---
I tested with StarOffice 9.1.0 DEV300m41 (Build:9398) [CWS:swa11y32] on my
OpenSolaris b109 machine with Orca from trunk and with a new Orca patch from
http://bugzilla.gnome.org/show_bug.cgi?id=363820.  Many thanks for making the
build available.

I'm not sure the problem has been fixed.  :-(  It is getting very close, though,
and you've covered a lot of cases (thanks!).  The one case that remains can be
reproduced as follows:

1) Create a cell with text that is too wide for the cell.
2) Change the left/center/right alignment so that the left side of the text is
clipped by the cell.

In the above, the extents of the text seem to begin at the left edge of the cell
and are incremented thereafter. That is, it is as though left alignment were
enabled for the cell.

Thanks for your work!

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 63983] The StarOffice-Paths opti ons pane table doesn't provide useful informat ion when read with a screen reader.

2009-03-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63983


User williewalker changed the following:

What|Old value |New value

 Assigned to|williewalker  |tl





--- Additional comments from williewal...@openoffice.org Thu Mar 26 
18:50:36 + 2009 ---
Thanks for looking at this!  So, the three strings in question are as follows:

HeaderTabListBox - the is name of the panel containing the
HeaderTabListBoxTable.  Perhaps the same text used that's labeling the panel
might be best (e.g., Paths used by StarOffice). Alternatively, we might also
want to consider shooting for no name on this object, but add a LABELED_BY
relation for the separator (the Paths used by StarOffice object) that is
labeling the panel.

HeaderTabListBoxTable - this is the table itself.  It probably also doesn't
need a name.  But, if one is necessary, perhaps the same text used that's
labeling the table might be best (e.g., Paths used by StarOffice).  
ColumnHeaderBar of HeaderTabListBox - this is the table holding the column
headers.  As with the others, it really doesn't need a name.  If it has to have
one, a simple name of Column Headers might be useful.

Thanks!

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 63494] Save Changes dialog does n't get focus when Alt-F4 is pressed

2009-03-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63494





--- Additional comments from williewal...@openoffice.org Thu Mar 26 
21:47:49 + 2009 ---
Note - this might have something to do with Metacity's focus-stealing-prevention
code.  We wrestled with this in
http://bugzilla.gnome.org/show_bug.cgi?id=343897#c12.  Comment #12 (which is
where the previous link will take you) suggests you call
gdk_x11_window_set_user_time to help fix the bug (or at least the bug we were
having in Orca).


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change

2009-03-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88069





--- Additional comments from williewal...@openoffice.org Thu Mar 26 
22:09:23 + 2009 ---
I tested with StarOffice 9.1.0 DEV300m41 (Build:9398) [CWS:swa11y32] on my
OpenSolaris b109 machine with Orca from trunk and did not get any
object:text-attributes-changed events.  Do you recall which version of
libatk-bridge.so Li gave you?  It might not be in b109.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 70966] [a11y] Arrowing around in the Navigator windows doesn't always generate a11y events.

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70966





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
17:27:00 + 2009 ---
@es - happy to take a look.

Do you have a pointer to a build that will work on OpenSolaris 2008.11 b109?


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 92143] text getRangeExtents repor ts incorrect 'x' values for spreadsheet cells

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92143





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
17:28:09 + 2009 ---
Thanks for working on this!  I'd love to be able to test it out.  Do you have a
build that works on OpenSolaris 2008.11 b109?

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 90991] [a11y] OOo Impress and Cal c should name paragraphs starting at 1

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90991


User williewalker changed the following:

What|Old value |New value

  CC|'joaniediggs' |'joaniediggs,williewalker'





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 90993] [a11y] No accessibility ev ents generated when pressing Delete on a slide placeholder in Impress.

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90993


User williewalker changed the following:

What|Old value |New value

  CC|'es'  |'es,williewalker'





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88069





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:22:09 + 2009 ---
Many thanks for working on this.

Just providing a trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=404046

I'd also love to test this if I can get my hands on a build that works with
OpenSolaris 2008.11 b109.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 87532] [a11y] Expose table headin gs as such to ATs

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87532





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:26:04 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=524723


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95042] active-descendant-changed, selection-changed events missing from Size co mbo box in Character dialog

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95042





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:28:52 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=556476


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92103] No a11y events when expand ing/collapsing items in navigator

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92103





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:30:12 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=356060


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 88784] Saving Documents

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88784





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:32:41 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=361737

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88070] [a11y] Notes are not expos ed to ATs

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88070





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:33:58 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=525895


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 85354] Accessibility Workbench sh ould catch TRANSIENT / EventBroadcaster mismat ch

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85354





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:35:57 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=412252

-
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 75441] Non-breaking spaces should be treated as word boundaries for keyboard na vigation

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75441





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:44:06 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=418287

This may indeed still be an accessibility problem.  Note comment #2 of
http://bugzilla.gnome.org/show_bug.cgi?id=418287#c2 where what AT-SPI thinks is
a word and what OOo thinks is a word are two different things.

From the looks of things, OOo should either support navigation by words where
non-breaking spaces can be treated as word boundaries, or the OOo accessible
text implementation should not treat non-breaking spaces as word boundaries.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 88784] Saving Documents

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88784





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
18:59:37 + 2009 ---
Trackback to the Orca bug:
http://bugzilla.gnome.org/show_bug.cgi?id=361737

Sorry...meant to put this in bug #87784.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 87784] [a11y] Users should be abl e to exit and re-enter form fields easily via the keyboard

2009-03-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87784





--- Additional comments from williewal...@openoffice.org Tue Mar 24 
19:00:16 + 2009 ---
Trackback to the Orca bug: http://bugzilla.gnome.org/show_bug.cgi?id=361737

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 90690] [a11y] Orca should announc e the slide title, number, and count when Page Up/Page Down is pressed in

2009-03-17 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90690


User williewalker changed the following:

What|Old value |New value

  CC|'es,joaniediggs'  |'es,joaniediggs,williewalk
|  |er'





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 90713] [a11y] Orca should announc e when a placeholder is being moved on an Impr ess slide

2009-03-17 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90713


User williewalker changed the following:

What|Old value |New value

  CC|'joaniediggs' |'joaniediggs,williewalker'





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 90825] [a11y] Orca unable to read Impress placeholder contents as child count i s incorrect.

2009-03-17 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90825


User williewalker changed the following:

What|Old value |New value

  CC|'es,joaniediggs'  |'es,joaniediggs,williewalk
|  |er'





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 88070] [a11y] Notes are not expos ed to ATs

2009-03-03 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88070





--- Additional comments from williewal...@openoffice.org Tue Mar  3 
17:21:55 + 2009 ---
I agree with Joanie.  We're in a big crunch right now and won't have cycles to
think about this properly in time for the OOo deadline.  When the GNOME 2.26 and
OpenSolaris 2009.06 deadlines blow over, though, maybe we should set up a
conference call to go over this and just focus on trying to get it into some
future version of OOo.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 79706] a11y: text in outline view and notes view not read

2008-11-03 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79706


User williewalker changed the following:

What|Old value |New value

  CC|'joaniediggs,richburridge'|'joaniediggs,richburridge,
|  |williewalker'





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



[graphics-issues] [Issue 79706] a11y: text in outline view and notes view not read

2008-11-03 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79706





--- Additional comments from [EMAIL PROTECTED] Mon Nov  3 16:23:01 + 
2008 ---
Hi - is there a way to re-open this bug?  I'm not sure it really has been fixed.
 Please refer to my previous comment regarding this.  Thanks!

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



[sw-issues] [Issue 95042] active-descendant-changed, selection-changed events missing from Size co mbo box in Character dialog

2008-10-17 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95042


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[sc-issues] [Issue 92143] text getRangeExtents repor ts incorrect 'x' values for spreadsheet cells

2008-07-25 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92143
 Issue #|92143
 Summary|text getRangeExtents reports incorrect 'x' values for 
|spreadsheet cells
   Component|Spreadsheet
 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|tbe
 Reported by|williewalker





--- Additional comments from [EMAIL PROTECTED] Fri Jul 25 14:24:34 + 
2008 ---
Building upon http://www.openoffice.org/issues/show_bug.cgi?id=70916...

I'm still not sure the text extents are reported properly, even in the left
justified case.  It looks as though the y, width, and height are accurate, but
the x position is incorrect for spreadsheet cells.

The patch at http://bugzilla.gnome.org/show_bug.cgi?id=363820 contains some
print statements in it to help debug the problem.  Here's an example when
looking at dynamic.ods (attached to 70916):

Information for cell C4 (Column Heading C), which is cut off at the 'd' on my
display.  That's the 'd' in 'Heading'.   As a result, I can only see Column
Head being displayed, and only part of the 'd' is showing.  Something seems
wrong with the text extent calculations. In the following, OBJECT EXTENTS are
the extents of the cell. Each line thereafter represents the extents of the 
string.

OBJECT EXTENTS: x=475 y=256 width=78 height=14
C: x=475 y=256 width=10 height=14
Co: x=475 y=256 width=16 height=14
Col: x=475 y=256 width=19 height=14
Colu: x=475 y=256 width=25 height=14
Colum: x=475 y=256 width=35 height=14
Column: x=475 y=256 width=42 height=14
Column : x=475 y=256 width=45 height=14
Column H: x=475 y=256 width=54 height=14
Column He: x=475 y=256 width=60 height=14
Column Hea: x=475 y=256 width=67 height=14
Column Head: x=475 y=256 width=73 height=14
Column Headi: x=475 y=256 width=76 height=14
Column Headin: x=475 y=256 width=82 height=14

Here's what seems wrong:

1) The 'x' position of the 'C' starts flush with the left edge of the cell. 
This leads me to believe that cell borders might not be taken into account,
assuming the OBJECT EXTENTS are correct.

2) It seems as though the above is telling us the 'i' and perhaps part of the
'n' are within the cell boundary, which they are not.  This again might be
related to the left border not being taken into account.

Furthermore, when looking at a cell with right justfication, cell C5 (100),
the text extents seem to lead us to believe it's left justified:

OBJECT EXTENTS: x=475 y=270 width=78 height=14
1: x=475 y=270 width=8 height=14
10: x=475 y=270 width=14 height=14
100: x=475 y=270 width=21 height=14

By using Orca's flat review functionality for characters (KP_1, KP_2, KP_3),
which draws a rectangle around the character, it's also obvious that the text
extents are not correct.  Again, the y, width, and height seem right.  It's just
the 'x' position that is wrong.

Thanks!

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



[graphics-issues] [Issue 79706] a11y: text in outline view and notes view not read

2008-07-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79706





--- Additional comments from [EMAIL PROTECTED] Thu Jul 24 16:29:56 + 
2008 ---
Can we reopen this bug or the internal bug?  I don't think it has resolved the
problem we were seeing in Orca: 
http://bugzilla.gnome.org/show_bug.cgi?id=538394.

The problem is that switching between modes and back (e.g., Normal to Outline
back to Normal), ends up putting OOo in a mode where it no longer issues a11y
events when arrowing around the text in a slide.

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



[sw-issues] [Issue 92103] No a11y issues when expand ing/collapsing items in navigator

2008-07-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92103
 Issue #|92103
 Summary|No a11y issues when expanding/collapsing items in navi
|gator
   Component|Word processor
 Version|1.0.3
Platform|Sun
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|es
 Reported by|williewalker





--- Additional comments from [EMAIL PROTECTED] Thu Jul 24 17:13:11 + 
2008 ---
1) Run OOo and create a new document with several headings in it.

2) Press F5 to bring up the Navigator window and then Alt+F6 to put focus on the
navigator.

3) Arrow to the Headings item and press left/right to contract/expand the 
item.

If you watch the events being delivered by OOo (say via the accerciser
application), you will notice that no events are being delivered by OOo when you
expand/contract the Headings item.  I believe object:state-changed:expanded
events should be delivered.

Thanks!

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



[sw-issues] [Issue 70966] [a11y] Arrowing arounf in the Navigator windows doesn't always generate a11y events.

2008-07-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70966





--- Additional comments from [EMAIL PROTECTED] Thu Jul 24 17:18:53 + 
2008 ---
I tested using OODEV300_m27 build 9336 on my OpenSolaris box and the problem
still exists.  The important thing to remember is that we get desired behavior
the first time the Navigator is open, but things go bad when you Escape out of
the Navigator and then reopen it.

Can we reopen this bug please?


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



[sc-issues] [Issue 70916] [a11y] Text in spread shee t cells return the wrong extents.

2008-07-24 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70916





--- Additional comments from [EMAIL PROTECTED] Thu Jul 24 18:59:47 + 
2008 ---
In testing with DEV300m27 b9336 on my OpenSolaris x86 box, I see that things are
looking better, but they still do not seem quite accurate.  I'm wondering if OOo
is taking cell boundary and text alignment into account when calculating text
extents?

I've just created an updated version of the Orca patch to handle the situation
where the text is wider than a spreadsheet cell:
http://bugzilla.gnome.org/show_bug.cgi?id=363820.

The patch at http://bugzilla.gnome.org/show_bug.cgi?id=363820 contains some
print statements in it to help debug the problem.  Here's an example when
looking at dynamic.ods (attached to this bug):

Information for cell C4 (Column Heading C), which is cut off at the 'd' on my
display.  Something seems wrong with the text extent calculations:

OBJECT EXTENTS: x=475 y=256 width=78 height=14
C: x=475 y=256 width=10 height=14
Co: x=475 y=256 width=16 height=14
Col: x=475 y=256 width=19 height=14
Colu: x=475 y=256 width=25 height=14
Colum: x=475 y=256 width=35 height=14
Column: x=475 y=256 width=42 height=14
Column : x=475 y=256 width=45 height=14
Column H: x=475 y=256 width=54 height=14
Column He: x=475 y=256 width=60 height=14
Column Hea: x=475 y=256 width=67 height=14
Column Head: x=475 y=256 width=73 height=14
Column Headi: x=475 y=256 width=76 height=14
Column Headin: x=475 y=256 width=82 height=14
tooLong = 4 characters too long

Information for cell C5 (100), which is right justified.  The text extents
seem to lead us to believe it's left justified, I think:

OBJECT EXTENTS: x=475 y=270 width=78 height=14
1: x=475 y=270 width=8 height=14
10: x=475 y=270 width=14 height=14
100: x=475 y=270 width=21 height=14
tooLong = None

Assuming CWS dr62 has been integrated into DEV300m27 b9336, can we please reopen
this bug?


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



[dba-issues] [Issue 69889] [a11y] Table Wizard panel has several inaccessible components.

2008-07-18 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69889





--- Additional comments from [EMAIL PROTECTED] Fri Jul 18 12:13:28 + 
2008 ---
In discussing this with our UI designer (who is also a user), the preferred
method would be to not use text characters for representing arrows.  Instead,
images with accessible names/descriptions would be preferred.

Failing that, Orca is a screen reader and will read the text being presented to
the user.  We appreciate the addition of the accessible names, however, but
kindly request that the given strings be used for the accessible description of
the object instead of the accessible name.  With this, the Orca user will be
presented with the visual text that sighted users see and they can use the
Where Am I functionality of Orca to obtain the accessible description for more
information.

Thank you for your work!

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



[framework-issues] [Issue 63979] The User Data options pane is confusing when read with a screen reader.

2008-07-16 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63979





--- Additional comments from [EMAIL PROTECTED] Wed Jul 16 14:42:18 + 
2008 ---
Thanks for working on this!  Ideally, a single label would not be used to label
three separate text areas -- if that can be changed to have one label per area,
things would be much better.  :-)

Failing that, the problem happening with #1 is that in braille, Orca is
currently not falling back to the object's name if a label cannot be found.  We
currently do this for speech and can modify braille to do the same.

I'm confused about comment #2 -- is the reference to what OOo is doing
internally to get the names or an assumption about what Orca might be doing?

Finally, maybe we're making way to big a deal out of this and the behavior was
acceptable (not optimal, but acceptable) all along.  I'll consult with the Orca
UI person on this and get back to you.



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



[dba-issues] [Issue 69889] [a11y] Table Wizard panel has several inaccessible components.

2008-07-16 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69889





--- Additional comments from [EMAIL PROTECTED] Wed Jul 16 16:56:27 + 
2008 ---
Is it normal that I see something like 'knpf' instead of 
'knopf' or 'dlg' instead of dialog?

In looking at the German translation file, I see that knpf is the short
braille for the push button rolename and Schaltfläche is the long braille.  By
default, Orca should use the long braille for rolenames, and I just verified it
seems to be doing so.  Did you make any changes in your Orca preferences to use
short braille for rolenames?  It would be in the Braille tab of the Orca
preferences GUI.

Also ' knpf' is coming on the Wizard Button, therefore orca is not be 
able to show the 'AccessibleName' property content as expected. It use
something else :-(

We have made the general rule of thumb that if there is accessible text being
presented by an object, Orca presents that text since it is a *screen* reader.
There has been some discussion about giving priority to the accessible name if
it exists (which is what you've done in this case -- thanks!), but we have run
into cases where the accessible name is programmatic garbage.  As such, we've
been better off giving priority to the accessible text instead.

I'll talk about alternative approaches with our UI person. Some options might
include:

1) Using images instead of text for the buttons in question.  With this, Orca
will fallback to the accessible name, which is the main reason accessible name
exists.

2) Making the new strings accessible descriptions or tooltips that the user can
get to via Ctrl+F1 when then button has focus and/or via Orca's Where Am I
functionality.


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



[graphics-issues] [Issue 79701] a11y: Content of slide pa ne /task pane cannot be reached via shortcuts anymore

2008-07-07 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79701





--- Additional comments from [EMAIL PROTECTED] Mon Jul  7 14:27:34 + 
2008 ---
Thanks for fixing this issue.  In order for us to better help our users, can you
please let us know what keystrokes the user needs to perform to give focus to
the areas in question?  Thanks again!

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



[graphics-issues] [Issue 91447] WMF to SVG conversion is p oor

2008-07-07 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91447


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[sc-issues] [Issue 86112] [a11y] 'Area' labels of Ca lc Headers/Footers dialog not always announced .

2008-07-02 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86112





--- Additional comments from [EMAIL PROTECTED] Wed Jul  2 13:51:58 + 
2008 ---
WILLIEWALKER-TBE:

Thanks for fixing this.  We're looking into removing the workarounds in our
code.  With your fixes, however, I believe things will work with or without the
presence of the workarounds we have.  Thanks, and yes, we will follow up if we
still notice problems.

Thanks again for your work on this as well as other accessibility bug fixes.


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



[sc-issues] [Issue 86112] [a11y] 'Area' labels of Ca lc Headers/Footers dialog not always announced .

2008-06-27 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86112





--- Additional comments from [EMAIL PROTECTED] Fri Jun 27 12:33:46 + 
2008 ---
I did some more testing for this specific bug scenario using the
OOo_3.0.0_080620_Solarisx86 build, and I'm seeing that the bug no longer seems
to exist.

I'm not sure if this was due to changes in OOo, pyatspi, Orca's script for OOo,
or something else, but I'm seeing that Orca responds to an initial focus: event
from the paragraph in the Left area panel and presents the paragraph and Left
area information.

When tabbing to/from the Left/Center/Right area panels, Orca responds to the
first focus-like event it gets, which is a object:state-changed:focused event
for the associated paragraph.  The subsequent redundant, but expected, focus:
event for the same object is basically ignored.

Rich - if there were anything wrong here, we don't let the user know the
paragraph is 'blank' even though the speakBlankLines option is True (same for
the Right area paragraph).  But, that may be an Orca issue and not an OOo issue.


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



[sc-issues] [Issue 86112] [a11y] 'Area' labels of Ca lc Headers/Footers dialog not always announced .

2008-06-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86112





--- Additional comments from [EMAIL PROTECTED] Thu Jun 26 13:02:38 + 
2008 ---
Thanks for looking into this bug.  As background, the typical runtime scenario
is that Orca will be running prior to OOo.  As a result, Orca will have
requested listeners for focus events.

Also, to make sure I understand things correctly, the majority of this bug has
been fixed.  It's now just down to how to get the appropriate information to
Orca so it can make the Left Area presentation when the dialog first appears.
 Is that correct?

scenario 1:

- the object that receives focus tries to send state-changed:focused, 
but no listeners from the OOo ATK bridge have been attached yet.

- the OOo ATK bridge receives a VCL focus event and sends a focus 
event either for the VCL control itself or the children with the a11y
focus (e.g. a paragraph object).

- Since listeners are attached now, state-changed events will be passed 
to ATK from there on

If Orca is running prior to OOo, would this scenario be realistic?

scenario 2:

step one and two of scenario 1 are reversed, so that there already is 
a listener attached to the object gaining focus and the initial 
state-changed:focused will make it to orca.

We believe issue 86112 is due to scenario 1. To fix it, the bridge 
could send a synthetic state-changed:focused when it creates a wrapper
object which has the focused state in its state set, but this might
leave to a duplicate state-changed:focused event in scenario 2.

Orca has defensive code in it to handle duplicate focus events from objects, so
it might be able to deal well with the proposed fix.

To make sure I understand what you're describing, however, the object is created
with the focused state set and as a result, there's no chance of this object
emitting a focus event?  If so, this answers my question above and it seems like
a potential bug in the OOo implementation:  if an object gets focus, a focus
event should be emitted for it.

Another potential solution might be to let the bridge emit a focus
events for VCL control  the focused child, but as focus events are 
collected until idle, this one might not reach orca.

Just as a quick question to make sure I understand the vernacular, what is a VCL
control and how does it relate to an ATK object?  Is it that the VCL control is
OOo's equivalent of a GTK+ control and OOo has something like GAIL to create ATK
objects?  I also want to be sure I understand how the term bridge is being
used here.  I don't believe you are referring to the ATK bridge, but I'm not 
sure.

A third potential solution might be to use a dedicated role for text
containers, which tells orca to speak the parent object as well.

I'm not sure how this would work.  What would the object and event models be for
this dedicated role?  In addition, are you proposing a new AT-SPI role type, or
would you use an existing one?

Thanks!

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



[sc-issues] [Issue 86112] [a11y] 'Area' labels of Ca lc Headers/Footers dialog not always announced .

2008-06-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86112





--- Additional comments from [EMAIL PROTECTED] Thu Jun 26 17:43:33 + 
2008 ---
Solution 1 would check for a FOCUSED state at the time the ATK wrapper 
object gets created and emit the state-changed event if set. As mentioned
earlier, this might lead to duplicate state-changed events in scenario 2.

At the time this happens, would the object be visible/showing when this event is
issued and would the widget hierarchy be complete (e.g., if we traced upwards
from the object, would we end up at the OOo application)?  If not, this probably
is not a good solution.  :-(  If so, however, it might be a good thing.  :-)

Solution 2 will send an additional focus: event eventually (might not 
make it to orca when OOo is busy).

In this scenario, would there occur the possibility that some other object
grabbed focus before the additional focus event made it to Orca, and thus
resulting in Orca forming an incorrect view of the world?


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



[sc-issues] [Issue 86112] [a11y] 'Area' labels of Ca lc Headers/Footers dialog not always announced .

2008-06-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86112





--- Additional comments from [EMAIL PROTECTED] Thu Jun 26 20:13:25 + 
2008 ---
I'm getting very confused about what's just internal to OOo and what gets
exposed to the assistive technology, so maybe I should express things more in
terms of what the assistive technology needs.

When something gets keyboard focus, we need a focus event for it.  We also
expect the accessible hierarchy to be accurate for the object when we get the
event -- at a minimum, we should be able to ask for an object's parent and that
object's parent and so on all the way up to the top level object.

The solutions that permit this are the desired ones, and it sounds like solution
1 is one that works.  Is that correct?


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



[sc-issues] [Issue 86112] [a11y] 'Area' labels of Ca lc Headers/Footers dialog not always announced .

2008-06-26 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86112





--- Additional comments from [EMAIL PROTECTED] Thu Jun 26 22:06:02 + 
2008 ---
Hmm...I'm guessing more debugging is needed to see what the event stream is that
Orca is getting. I'm going back to this:

Also, to make sure I understand things correctly, the majority of 
this bug has been fixed.  It's now just down to how to get the 
appropriate information to Orca so it can make the Left Area 
presentation when the dialog first appears. Is that correct?

I'm not sure we really answered that, so I'm going to download the internal
builds and test.

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



[sw-issues] [Issue 71430] [a11y] In the Navigator wi ndow, the labels in the tree table should have a RELATION_NODE_CHILD_OF relation

2008-06-12 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71430





--- Additional comments from [EMAIL PROTECTED] Thu Jun 12 19:17:24 + 
2008 ---
To further add to this, as part of being a good AT-SPI implementation, tree like
widgets are expected to expose the RELATION_NODE_CHILD_OF relation.  It's not
just for Orca.  Thanks!

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



[framework-issues] [Issue 63979] The User Data options pane is confusing when read with a screen reader.

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63979


User williewalker changed the following:

What|Old value |New value

  CC|'obr' |'obr,williewalker'





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



[framework-issues] [Issue 63982] The StarOffice-Print opti ons pane doesn't provide useful information wh en read with a screen reader.

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63982


User williewalker changed the following:

What|Old value |New value

  CC|'es,obr'  |'es,obr,williewalker'





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



[framework-issues] [Issue 63983] The StarOffice-Paths opti ons pane table doesn't provide useful informat ion when read with a screen reader.

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63983


User williewalker changed the following:

What|Old value |New value

  CC|'obr' |'obr,williewalker'





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



[graphics-issues] [Issue 71355] [a11y] No focus event gi ven when going from the first to the second sc reen in the Presentation wizard.

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71355


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[framework-issues] [Issue 76926] [a11y] Check menu items sh ould have a role of ROLE_CHECK_MENU_ITEM

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76926


User williewalker changed the following:

What|Old value |New value

  CC|'allbugs,obr,pl'  |'allbugs,obr,pl,williewalk
|  |er'





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



[dba-issues] [Issue 80545] [a11y] No apparent way to to reorder the column heading in the spreadsh eet-like form of an OOo dbase database.

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80545


User williewalker changed the following:

What|Old value |New value

  CC|'allbugs' |'allbugs,williewalker'





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



[framework-issues] [Issue 63494] Save Changes dialog does n't get focus when Alt-F4 is pressed

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63494


User williewalker changed the following:

What|Old value |New value

  CC|'sz'  |'sz,williewalker'





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



[gsl-issues] [Issue 85292] crash on exit when accerci ser event logging is turned on

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85292


User williewalker changed the following:

What|Old value |New value

  CC|'joaniediggs' |'joaniediggs,williewalker'





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



[sw-issues] [Issue 72162] [A11y] Control-Shift-Left/ Right can select whitespace.

2008-06-04 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72162


User williewalker changed the following:

What|Old value |New value

Keywords|  |accessibility





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



[graphics-issues] [Issue 87261] [a11y] No accessibility ev ents generated when viewing a presentation.

2008-04-14 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87261


User williewalker changed the following:

What|Old value |New value

  CC|'joaniediggs' |'joaniediggs,williewalker'





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



[sw-issues] [Issue 87426] [a11y] Spell Checking dial og has broken accessibility component hierarch y.

2008-04-14 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87426


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[sw-issues] [Issue 87784] [a11y] Users should be abl e to exit and re-enter form fields easily via the keyboard

2008-04-14 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87784


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[sw-issues] [Issue 88070] [a11y] Embedded objects ar e not fully exposed to ATs

2008-04-14 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88070


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[sw-issues] [Issue 88069] [a11y] Please emit object: text-attributes-changed events when text attri butes change

2008-04-14 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88069


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



[sw-issues] [Issue 87532] [a11y] Expose table headin gs as such to ATs

2008-04-14 Thread williewalker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87532


User williewalker changed the following:

What|Old value |New value

  CC|''|'williewalker'





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



  1   2   >