RESOLVED FIXED 48607
entries misplaced in mtable after rowspan
https://bugs.webkit.org/show_bug.cgi?id=48607
Summary entries misplaced in mtable after rowspan
David Carlisle
Reported 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.
Attachments
test file described in initial comment (696 bytes, text/html)
2010-10-28 19:10 PDT, David Carlisle
no flags
David Carlisle
Comment 1 2010-10-28 19:10:35 PDT
Created attachment 72285 [details] test file described in initial comment
David Carlisle
Comment 2 2010-10-28 19:11:45 PDT
meant to say in initial comment: tested with WebKit-r70091 on windows 7
David Carlisle
Comment 3 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
Jacques Distler
Comment 4 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?
David Carlisle
Comment 5 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
Dave Barton
Comment 6 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.
Frédéric Wang (:fredw)
Comment 7 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.
Note You need to log in before you can comment on or make changes to this bug.