<?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>55889</bug_id>
          
          <creation_ts>2011-03-07 11:45:35 -0800</creation_ts>
          <short_desc>Can&apos;t always scroll to see left overflow on RTL pages</short_desc>
          <delta_ts>2011-03-09 14:15:44 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>55077</dup_id>
          
          <bug_file_loc>http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20HTML%3E%0A%3Chtml%3E%0A%3Cbody%20style%3D%22border%3A10px%20solid%20silver%3B%20width%3A100px%3B%20%20direction%3Artl%3B%22%3Exxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Fraser (smfr)">simon.fraser</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mitz</cc>
    
    <cc>playmobil</cc>
    
    <cc>progame+wk</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>xji</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>363452</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2011-03-07 11:45:35 -0800</bug_when>
    <thetext>URL shows a testcase where you can&apos;t scroll to reveal left overflow on RTL pages.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363470</commentid>
    <comment_count>1</comment_count>
    <who name="">mitz</who>
    <bug_when>2011-03-07 12:05:06 -0800</bug_when>
    <thetext>Huh? &lt;html style=&quot;direction:ltr&quot;&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363471</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2011-03-07 12:05:54 -0800</bug_when>
    <thetext>Meaning, that is not a right-to-left page (direction doesn’t propagate from &lt;body&gt; if it’s explicitly set on &lt;html&gt;).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363481</commentid>
    <comment_count>3</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2011-03-07 12:15:57 -0800</bug_when>
    <thetext>Updated URL.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363482</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2011-03-07 12:16:59 -0800</bug_when>
    <thetext>Caused by bug 55077?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363492</commentid>
    <comment_count>5</comment_count>
    <who name="">mitz</who>
    <bug_when>2011-03-07 12:23:32 -0800</bug_when>
    <thetext>Simon, the updated URL still has &lt;html style=&quot;direction:ltr;&quot;&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363500</commentid>
    <comment_count>6</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2011-03-07 12:40:50 -0800</bug_when>
    <thetext>Fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363505</commentid>
    <comment_count>7</comment_count>
    <who name="">mitz</who>
    <bug_when>2011-03-07 12:46:19 -0800</bug_when>
    <thetext>Does seem like a duplicate of bug 55077.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363855</commentid>
    <comment_count>8</comment_count>
    <who name="Yair Yogev">progame+wk</who>
    <bug_when>2011-03-07 23:39:15 -0800</bug_when>
    <thetext>i don&apos;t know which is correct but using the old URL (with &lt;html style=&quot;direction:ltr&quot;&gt; but RTL body), FF showed a horizontal scrollbar while WebKit did not.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>363989</commentid>
    <comment_count>9</comment_count>
    <who name="Xiaomei Ji">xji</who>
    <bug_when>2011-03-08 09:22:59 -0800</bug_when>
    <thetext>(In reply to comment #8)
&gt; i don&apos;t know which is correct but using the old URL (with &lt;html style=&quot;direction:ltr&quot;&gt; but RTL body), FF showed a horizontal scrollbar while WebKit did not.

The direction propagation in Webkit (when dir is set in root) is different from that in Firefox.

In Webkit &quot;Direction and writing-mode should propagate from the &lt;body&gt; to the &lt;html&gt; to the ICB as long as the &lt;html&gt; hasn&apos;t explicitly set the direction or writing-mode.&quot; (from dhyatt),

while Firefox always propagate the direction from the &lt;body&gt; to the initial containing block even if the &lt;html&gt; has explicitly set the direction.

Please refer to description and comment #9 in bug 48157.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>364327</commentid>
    <comment_count>10</comment_count>
    <who name="Xiaomei Ji">xji</who>
    <bug_when>2011-03-08 22:54:10 -0800</bug_when>
    <thetext>please reopen if I am wrong.

*** This bug has been marked as a duplicate of bug 55077 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>364503</commentid>
    <comment_count>11</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2011-03-09 07:54:09 -0800</bug_when>
    <thetext>In this bug, we didn&apos;t even get a scrollbar.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>364536</commentid>
    <comment_count>12</comment_count>
    <who name="Yair Yogev">progame+wk</who>
    <bug_when>2011-03-09 09:22:48 -0800</bug_when>
    <thetext>(In reply to comment #11)
&gt; In this bug, we didn&apos;t even get a scrollbar.


maybe i didn&apos;t understand the testcase, but after the change in comment #3 i get one (using chrome)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>364759</commentid>
    <comment_count>13</comment_count>
    <who name="Xiaomei Ji">xji</who>
    <bug_when>2011-03-09 14:09:51 -0800</bug_when>
    <thetext>(In reply to comment #12)
&gt; (In reply to comment #11)
&gt; &gt; In this bug, we didn&apos;t even get a scrollbar.
&gt; 
&gt; 
&gt; maybe i didn&apos;t understand the testcase, but after the change in comment #3 i get one (using chrome)

Using chrome linux, I see the same: horizontal scrollbar presents. but scroll does not reveal left overflow before r80622, and it reveals left overflow after r80622.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>364766</commentid>
    <comment_count>14</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2011-03-09 14:15:44 -0800</bug_when>
    <thetext>OK cool.

*** This bug has been marked as a duplicate of bug 55077 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>