<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>48607</bug_id>
          
          <creation_ts>2010-10-28 19:08:40 -0700</creation_ts>
          <short_desc>entries misplaced in mtable after rowspan</short_desc>
          <delta_ts>2016-03-14 03:36:06 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>MathML</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>97401</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Carlisle">davidc</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dbarton</cc>
    
    <cc>distler</cc>
    
    <cc>donggwan.kim</cc>
    
    <cc>fred.wang</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>301534</commentid>
    <comment_count>0</comment_count>
    <who name="David Carlisle">davidc</who>
    <bug_when>2010-10-28 19:08:40 -0700</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>301535</commentid>
    <comment_count>1</comment_count>
      <attachid>72285</attachid>
    <who name="David Carlisle">davidc</who>
    <bug_when>2010-10-28 19:10:35 -0700</bug_when>
    <thetext>Created attachment 72285
test file described in initial comment</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>301536</commentid>
    <comment_count>2</comment_count>
    <who name="David Carlisle">davidc</who>
    <bug_when>2010-10-28 19:11:45 -0700</bug_when>
    <thetext>meant to say in initial comment: tested with WebKit-r70091 on windows 7</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>301541</commentid>
    <comment_count>3</comment_count>
    <who name="David Carlisle">davidc</who>
    <bug_when>2010-10-28 19:40:02 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; 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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>316681</commentid>
    <comment_count>4</comment_count>
    <who name="Jacques Distler">distler</who>
    <bug_when>2010-12-02 22:45:26 -0800</bug_when>
    <thetext>Tested with Safari-MacOSX 6533.18.5, r72896.

Dave,

Did you file a Mozilla bug for the parenthesis-stretching issue?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>316729</commentid>
    <comment_count>5</comment_count>
    <who name="David Carlisle">davidc</who>
    <bug_when>2010-12-03 01:26:21 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; Tested with Safari-MacOSX 6533.18.5, r72896.
&gt; 
&gt; Dave,
&gt; 
&gt; 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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>728725</commentid>
    <comment_count>6</comment_count>
    <who name="Dave Barton">dbarton</who>
    <bug_when>2012-09-26 10:44:54 -0700</bug_when>
    <thetext>The fix for bug 97401 will implement basic rowspan and columnspan, but operator stretching in an mtable is still currently unimplemented in webkit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1174382</commentid>
    <comment_count>7</comment_count>
    <who name="Frédéric Wang Nélar">fred.wang</who>
    <bug_when>2016-03-14 03:36:06 -0700</bug_when>
    <thetext>I&apos;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.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>72285</attachid>
            <date>2010-10-28 19:10:35 -0700</date>
            <delta_ts>2010-10-28 19:10:35 -0700</delta_ts>
            <desc>test file described in initial comment</desc>
            <filename>bmnoscript.html</filename>
            <type>text/html</type>
            <size>696</size>
            <attacher name="David Carlisle">davidc</attacher>
            
              <data encoding="base64">PCFkb2N0eXBlIGh0bWw+DQoNCjxodG1sPg0KPGhlYWQ+DQoNCjwvaGVhZD4NCjxib2R5Pg0KDQo8
bWF0aD4NCjxtdGFibGU+DQogIDxtdHI+DQogICAgPG10ZD48L210ZD4NCiAgICA8bXRkPjwvbXRk
Pg0KICAgIDxtdGQ+PG10ZXh0PmE8L210ZXh0PjwvbXRkPg0KICAgIDxtdGQ+PG10ZXh0PmI8L210
ZXh0PjwvbXRkPg0KICAgIDxtdGQ+PG10ZXh0PmM8L210ZXh0PjwvbXRkPg0KICAgIDxtdGQ+PC9t
dGQ+DQogIDwvbXRyPg0KICA8bXRyPg0KICAgIDxtdGQ+PG10ZXh0Png8L210ZXh0PjwvbXRkPg0K
ICAgIDxtdGQgcm93c3Bhbj0iMyI+PG1vPig8L21vPjwvbXRkPg0KICAgIDxtdGQ+PG1uPjE8L21u
PjwvbXRkPjxtdGQ+PG1uPjI8L21uPjwvbXRkPjxtdGQ+PG1uPjM8L21uPjwvbXRkPg0KICAgIDxt
dGQgcm93c3Bhbj0iMyI+PG1vPik8L21vPjwvbXRkPg0KICA8L210cj4NCiAgPG10cj4NCiAgICA8
bXRkPjxtdGV4dD55PC9tdGV4dD48L210ZD4NCiAgICA8bXRkPjwvbXRkPjxtdGQ+PG1uPjIyPC9t
bj48L210ZD48bXRkPjxtbj4zMzwvbW4+PC9tdGQ+DQogIDwvbXRyPg0KICA8bXRyPg0KICAgIDxt
dGQ+PG10ZXh0Pno8L210ZXh0PjwvbXRkPg0KICAgIDxtdGQ+PC9tdGQ+PG10ZD48L210ZD48bXRk
Pjxtbj4zMzM8L21uPjwvbXRkPg0KICA8L210cj4NCjwvbXRhYmxlPg0KPC9tYXRoPg0KPC9ib2R5
Pg0KPC9odG1sPg0K
</data>

          </attachment>
      

    </bug>

</bugzilla>