Issue 87348 - stack-like objects (matrix - binom - stack) should be vertically aligned the same way
Summary: stack-like objects (matrix - binom - stack) should be vertically aligned the ...
Status: CONFIRMED
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: OOo 2.3.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-23 10:16 UTC by macias
Modified: 2013-08-07 14:54 UTC (History)
2 users (show)

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


Attachments
Screenshot of the issue (18.72 KB, image/png)
2008-03-23 20:09 UTC, troodon
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description macias 2008-03-23 10:16:59 UTC
Run:
matrix{2 ## 2} binom{2}{2} stack{2 # 2} 

For reason unknown matrix object is put much higher than binom or stack. It 
looks really strange if you put them in the same line (spacing inside objects 
are the same).
Comment 1 troodon 2008-03-23 20:08:29 UTC
Confirming with 2.4.0 RC6 on Windows Vista. It's easier to see if you add
parenthesis:

left ( matrix{2 ## 2} right ) left ( binom{2}{2} right ) left ( stack{2 # 2} right )
Comment 2 troodon 2008-03-23 20:09:17 UTC
Created attachment 52253 [details]
Screenshot of the issue
Comment 3 michael.ruess 2008-03-27 11:05:47 UTC
MRU->TL: as described, a matrix is displayed a little higher than stack or binom
expression.