Issue 118145 - Is empty character string in Math really empty?
Summary: Is empty character string in Math really empty?
Status: UNCONFIRMED
Alias: None
Product: Math
Classification: Application
Component: ui (show other issues)
Version: OOo 3.3
Hardware: PC Windows XP
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-07 21:13 UTC by lapsap7+ooo
Modified: 2013-01-29 21:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Test case rendered in OOO 3.3 Math (3.56 KB, image/png)
2011-06-13 14:20 UTC, lapsap7+ooo
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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.