Bug 48607 - entries misplaced in mtable after rowspan
Summary: entries misplaced in mtable after rowspan
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 97401
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-28 19:08 PDT by David Carlisle
Modified: 2016-03-14 03:36 PDT (History)
4 users (show)

See Also:


Attachments
test file described in initial comment (696 bytes, text/html)
2010-10-28 19:10 PDT, David Carlisle
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Carlisle 2010-10-28 19:08:40 PDT
In the table the entry 22 should be below 3 and the entries 33 and 333 should be below 3
however they appear below 1 and 2 respectively, apparently the layout has not taken account of the rowspan attribute on the entries in the first row.

perhaps related to this, the brackets in the rowspanned entries are not stretched to the height of all three rows, as they should be.

the attached file renders in firefox with the cells aligned as described, that has a bug with stretching operators in tables so it also fails to stretch the brackets.

the file at

http://monet.nag.co.uk/~dpc/bm.html

is the same as the attached except that it also has some javascript code inserting objects for Internet explorer /Mathplayer 
which I have removed from the test file, but I mention it as IE/MathPlayer shows the correct display for both cell alignment and stretching.
Comment 1 David Carlisle 2010-10-28 19:10:35 PDT
Created attachment 72285 [details]
test file described in initial comment
Comment 2 David Carlisle 2010-10-28 19:11:45 PDT
meant to say in initial comment: tested with WebKit-r70091 on windows 7
Comment 3 David Carlisle 2010-10-28 19:40:02 PDT
(In reply to comment #0)
> In the table the entry 22 should be below 3 and the entries 33 and 333 should be below 3

sorry, correction: 22 should be below 2, 33 and 333 should be below 3
Comment 4 Jacques Distler 2010-12-02 22:45:26 PST
Tested with Safari-MacOSX 6533.18.5, r72896.

Dave,

Did you file a Mozilla bug for the parenthesis-stretching issue?
Comment 5 David Carlisle 2010-12-03 01:26:21 PST
(In reply to comment #4)
> Tested with Safari-MacOSX 6533.18.5, r72896.
> 
> Dave,
> 
> Did you file a Mozilla bug for the parenthesis-stretching issue?

Not exactly but the mozilla developers confirmed on list that it is was a known issue:

https://bugzilla.mozilla.org/show_bug.cgi?id=236963
Comment 6 Dave Barton 2012-09-26 10:44:54 PDT
The fix for bug 97401 will implement basic rowspan and columnspan, but operator stretching in an mtable is still currently unimplemented in webkit.
Comment 7 Frédéric Wang (:fredw) 2016-03-14 03:36:06 PDT
I'm closing this bug since it is fixed by bug 97401. Please open a separate bug for the issue of operator stretching in table cells, if there is not one yet.