Issue 87348

Summary: stack-like objects (matrix - binom - stack) should be vertically aligned the same way
Product: Math Reporter: macias <bluedzins>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: don.troodon, issues
Version: OOo 2.3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Screenshot of the issue none

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.