To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85360
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'ayaniger,hdu,okhayat' |'ayaniger,hdu,okhayat,sb'
--------------------------------------------------------------------------------
IssuesThisDependsOn| |78466
--------------------------------------------------------------------------------
Assigned to|sba |sb
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Summary|OpenOffice should correctl|Wrong BiDi-behavior for co
|y implement the BiDi algor|mposed strings
|ithm in user interfaces. |
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Jan 23 16:20:31 +0000
2009 -------
Adjusted the summary to the root cause of these classes of problems.
Background details (from my entry in issue 78466#desc6):
There is a general problem with code which just composes strings by adding
other strings together.
There are probably many parts of OOo where such compositions have just been
designed and tested for
LTR-strings.
Before the individual strings get merged into the bigger composition they each
look good alone,
because they seem to assume "natural layout" (the first strong character
defines the default direction).
@sb: I suggest to add a String helper method which adds LRE/RLE...PDF
(U+202A/U+202B...U+202C)
pairs to strings that assume natural layout. This would help owners of string
compositing code to keep
the fixes for the problems simple, unless the composition itself requires
reordering of parts.
---------------------------------------------------------------------
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]