To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63870
                  Issue #:|63870
                  Summary:|Writer does implement text.getDefaultAttributes
                          |(needed for  a11y).
                Component:|Word processor
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|ui
              Assigned to:|mru
              Reported by:|richburridge





------- Additional comments from [EMAIL PROTECTED] Fri Mar 31 07:04:30 -0800 
2006 -------
Open/Star Office Writer 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]

Reply via email to