To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115343
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'' |'hdu,kstribley'
--------------------------------------------------------------------------------
Assigned to|hdu |od
--------------------------------------------------------------------------------
Component|external |gsl
--------------------------------------------------------------------------------
QA contact|iss...@external |iss...@gsl
--------------------------------------------------------------------------------
Subcomponent|www |code
--------------------------------------------------------------------------------
Target milestone|milestone 1 |---
--------------------------------------------------------------------------------
Version|DEV300_m33 |OOO330m13
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Nov 2 10:02:01 +0000
2010 -------
Confirmed for WriterEngine but not for EditEngine.
@od: Writer seems to treat the ZWSP as a formatting mark, which in itself is a
good idea. But when this
results in Writer splitting up the text into different portions so the layout
engines don't get to see the
real text with its context then there is trouble. In this example the text
(U+1B2D U+1B44 U+200B U+1B2C)
gets split into two distinct portions
(U+1B2D U+1B44) and (U+1B2C)
This shouldn't be done. The text belongs together. Highlighting the formatting
mark is a good idea but
this can and should be done even when the text remains undisturbed.
@kstribley: IIRC the other layout engines also consider some of the string
context before and after the
actual requested substring to layout their glyphs. Doing this also for graphite
would help to solve this
problem.
Even with graphite becoming more context aware WriterEngine should be fixed not
to split text just
because of marks that are important for formatting.
---------------------------------------------------------------------
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]