Issue 63871 - Spreadsheet doesn't implement text.getDefaultAttributes (needed for a11y).
Summary: Spreadsheet doesn't implement text.getDefaultAttributes (needed for a11y).
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 2.0.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sc
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2006-03-31 15:08 UTC by richburridge
Modified: 2013-08-07 15:14 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description richburridge 2006-03-31 15:08:47 UTC
Open/Star Office Spreadsheet is not returning any default text attributes.

Text Attributes returned by gedit with a call to 
text.getDefaultAttributes():

{'fg-stipple': 'false',
 'weight': '400',
 'family-name':  'Monospace',
 'fg-color': '0,0,0',
 'strikethrough': 'false',
 'wrap-mode': 'word',
 'underline': 'none',
 'size': '12',
 'style': 'normal',
 'scale': '1',
 'left-margin': '2',
 'stretch': 'normal',
 'pixels-above-lines': '0',
 'pixels-inside-wrap': '0',
 'bg-stipple': 'false',
 'direction': 'ltr',
 'justification': 'left',
 'variant': 'normal',
 'rise': '0',
 'editable': 'true',
 'invisible': 'false',
 'bg-full-height': 'false',
 'indent': '0',
 'language': 'c',
 'pixels-below-lines': '0',
 'bg-color': '65535,65535,65535',
 'right-margin': '2'}

Text Attributes returned by Star Office Spreadsheet with a call to 
text.getDefaultAttributes():

{}

(in other words, none).

See issue #63870 for a similar problem with the Word processor component.

This was with Solaris x86 Nevada, build 34, JDS/GNOME vermillion_08 and Star
Office build m161 with the new UNO/Atk bridge.

Could somebody also add a keyword of "accessibility" to this bug please?

Thanks.
Comment 1 mkretzschmar 2006-03-31 16:09:15 UTC
added accessibility keyword
Comment 2 frank 2006-03-31 18:48:18 UTC
Hi Daniel,

seems to be yours. Please re-target as needed.

Frank
Comment 3 daniel.rentz 2006-07-11 09:07:32 UTC
target, started
Comment 4 Oliver-Rainer Wittmann 2006-07-25 07:04:08 UTC
correct issue type
Comment 5 daniel.rentz 2006-07-27 08:02:43 UTC
Calc uses implementation from base class 
accessibility::AccessibleStaticTextBase (svx, issue 67214). No own 
implementation necessary.
Comment 6 Oliver-Rainer Wittmann 2006-07-27 11:16:30 UTC
OD->ES: Checked in internal installation set of cws a11y204 - please verify.
Comment 7 eric.savary 2006-07-31 15:01:18 UTC
ES->KLA: please verify with CWS a11y204 on pj-1. Please see issue 67715 to know
what to test.
Comment 8 eric.savary 2006-08-01 16:46:57 UTC
.
Comment 9 eric.savary 2006-08-01 16:47:41 UTC
Verified in CWS a11y204
Comment 10 eric.savary 2006-08-16 14:34:51 UTC
Ok in m181
Comment 11 richburridge 2006-12-13 18:41:18 UTC
Just to verify, I downloaded OOo v2.1 (32bit Linux version) 
from the openoffice.org website and installed it.
With this version, I cannot reproduce the problem.
Not all the text attributes are presented, but there are a
separate couple of issues (#71383 and #71385) to handle that.