To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67214
Issue #|67214
Summary|EditEngine doesn't implement text.getDefaultAttributes
| (needed for a11y).
Component|Word processor
Version|1.0.0
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|ui
Assigned to|tl
Reported by|tl
------- Additional comments from [EMAIL PROTECTED] Tue Jul 11 02:02:23 -0700
2006 -------
Bug description copied from issue 63870:
Open/Star Office EditEngine 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 Writer with a call to
text.getDefaultAttributes():
{}
(in other words, none).
Text Attributes returned by StarOffice Writer with a call to
text.getAttributes(caretOffset)
{'style': 'normal',
'justification': 'left',
'indent': '0',
'left-margin': '0',
'weight': '400',
'pixels-below-lines': '0',
'strikethrough': 'false',
'right-margin': '0',
'underline': 'none',
'size': '12'}
This was with Solaris x86 Nevada, build 34, JDS/GNOME vermillion_08 and Star
Office build m161 with the new UNO/Atk bridge.
---------------------------------------------------------------------
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]