To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88513
                 Issue #|88513
                 Summary|atk bridge needs to expose tab stop positions
               Component|gsl
                 Version|DEV300m9
                Platform|PC
                     URL|
              OS/Version|Unix, X11
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|obr
             Reported by|obr





------- Additional comments from [EMAIL PROTECTED] Mon Apr 21 05:14:03 +0000 
2008 -------
Issue 72262 was re-opened with the following report:

=================================

It's currently blocking Orca bug #502101:
http://bugzilla.gnome.org/show_bug.cgi?id=502101

>From that bug, here's how to reproduce the problem:

0/ Get latest Orca from SVN HEAD and apply the patch attached to bug #502101.
   Diffs can be found at:
   http://bugzilla.gnome.org/attachment.cgi?id=102337
   Configure, build and install.

1/ Start "swriter --norestore"

2/ Start latest Orca

3/ Give focus to the swriter window and type Tab

With the patch applied, the following debug is output by Orca:
allAttributes:  {'vertical-align': 'baseline', 'weight': '400', 'family-name':
'Times', 'fg-color': '0,0,0', 'strikethrough': 'none', 'underline': 'none',
'size': '12', 'style': 'normal', 'scale': '1', 'left-margin': '0mm', 'stretch':
'normal', 'pixels-above-lines': '0mm', 'paragraph-style': 'Default',
'text-shadow': 'none', 'direction': 'ltr', 'justification': 'left', 'variant':
'normal', 'font-effect': 'none', 'text-rotation': '0', 'invisible': 'false',
'writing-mode': 'lr-tb', 'indent': '0mm', 'language': 'en-us',
'pixels-below-lines': '0mm', 'bg-color': '255,255,255', 'right-margin': '0mm',
'text-decoration': 'none', 'line-height': '100%'}

Notice 'left-margin': '0mm'

4/ Type Tab again.

Debug output shows:

allAttributes:  {'vertical-align': 'baseline', 'weight': '400', 'family-name':
'Times', 'fg-color': '0,0,0', 'strikethrough': 'none', 'underline': 'none',
'size': '12', 'style': 'normal', 'scale': '1', 'left-margin': '0mm', 'stretch':
'normal', 'pixels-above-lines': '0mm', 'paragraph-style': 'Default',
'text-shadow': 'none', 'direction': 'ltr', 'justification': 'left', 'variant':
'normal', 'font-effect': 'none', 'text-rotation': '0', 'invisible': 'false',
'writing-mode': 'lr-tb', 'indent': '0mm', 'language': 'en-us',
'pixels-below-lines': '0mm', 'bg-color': '255,255,255', 'right-margin': '0mm',
'text-decoration': 'none', 'line-height': '100%'}

We still have:
'left-margin': '0mm'

5/ Type Insert-f (get text attributes).

SPEECH OUTPUT: 'Insert'
SPEECH OUTPUT: 'f'
SPEECH OUTPUT: 'size 12'
SPEECH OUTPUT: 'family-name Times'

No mention of any indentation.

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