Issue 118145

Summary: Is empty character string in Math really empty?
Product: Math Reporter: lapsap7+ooo
Component: uiAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: issues
Version: OOo 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Test case rendered in OOO 3.3 Math none

Description lapsap7+ooo 2011-06-07 21:13:47 UTC
In the "Format" page of Math Help, it's written that:
The standard centralized formulas can be aligned to the left without using the Format - Alignment menu. To do this, place an empty character string, that is, the inverted commas which surround any text "", before the section of formula that you want to align.

But is the "empty character string" really empty??

Let's try this reduced case:

X = ...  newline
""X = ... newline
alignl X = ... newline

It is obvious that the second line is shifted a little bit to the right, meaning that the "empty character string" has *some width*, ie non-empty!

So, when we want to align equal signs, like this:

X = ...  newline
alignl phantom{X} = ... newline

we cannot really use "" in place of alignl.

Therefore, the problem we have is either:
1. The Math Help is misleading and this discrepancy should be written out clearly to users.  And it should stop advise users to use this non-empty string for visual matter.
or
2. The "empty character string" should have no width and the *width* that we see here is a bug.
Comment 1 lapsap7+ooo 2011-06-13 14:20:06 UTC
Created attachment 76615 [details]
Test case rendered in OOO 3.3 Math
Comment 2 Oliver-Rainer Wittmann 2012-06-13 12:16:41 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.