To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222
                 Issue #|114222
                 Summary|Bad fallback positioning with multiple Uniscribe scrip
                        |t items for currency format
               Component|Spreadsheet
                 Version|DEV300m83
                Platform|Unknown
                     URL|
              OS/Version|Windows Vista
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|kstribley





------- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:48:02 
+0000 2010 -------
The currency format dialog in Calc often shows bad glyph positioning of the
format code when font fallback occurs. It can also be seen in the formula bar of
Calc for strings such as:
रु.$रु

This can be broken down to a fallback scenario involving 4 Uniscribe script 
items:
<fallback run><non-fallback run><non-fallback run><fallback run>
The second non-fallback run is incorrectly positioned because
UniscribeLayout::MoveGlyph only adjusts the offset of the currently active
visual item. MultiSalLayout::AdjustLayout only calls MoveGlyph for the first
glyph in a continuous run from a single layout. Normally a single run
corresponds to a single ScriptItem, so this is OK, but in this case it isn't.

---------------------------------------------------------------------
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to