Issue 91742 - text in impress tables is not read
Summary: text in impress tables is not read
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: DEV300m24
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.2
Assignee: clippka
QA Contact: issues@graphics
URL:
Keywords: accessibility, aqua
Depends on:
Blocks:
 
Reported: 2008-07-17 07:59 UTC by nospam4obr
Modified: 2009-09-08 12:16 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nospam4obr 2008-07-17 07:59:37 UTC
This is a follow-up issue to issue 90575.

Due to the lack of a reliable global a11y focus event notification mechanism,
the UNO<->native accessibility bridges need to attach as
XAccessibleEventListener to each a11y object pretty early:

e.g. if one inserts a new table in impress, the checks in AccessibleCell::Init
(svx/source/table/accessiblecell.cxx) fail and no AccessibleTextHelper object
gets created.
Comment 1 malte_timmermann 2008-11-26 14:18:21 UTC
OOo 3.2
Comment 2 clippka 2009-03-09 17:08:47 UTC
the bug description is a little misguiding. AccessibleCell::Init is not called
late, it is currently called never ever. Fixed that, have to check if that
enables the cell accessibility
Comment 3 clippka 2009-03-10 10:51:25 UTC
fixed in cws swa11y32 for OOo 3.2
Comment 4 eric.savary 2009-08-19 14:02:06 UTC
Verified in CWS swa11y32_2nd
Comment 5 clippka 2009-09-08 12:16:12 UTC
closing