<?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>13891</bug_id>
          
          <creation_ts>2007-05-27 00:14:35 -0700</creation_ts>
          <short_desc>REGRESSION: Taloussanomat.fi web site not rendering correctly</short_desc>
          <delta_ts>2008-02-05 07:58:49 -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>523.x (Safari 3)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.taloussanomat.fi</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction, InRadar, Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Marko Buuri">marko.buuri</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bdakin</cc>
    
    <cc>mitz</cc>
    
    <cc>webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>9011</commentid>
    <comment_count>0</comment_count>
    <who name="Marko Buuri">marko.buuri</who>
    <bug_when>2007-05-27 00:14:35 -0700</bug_when>
    <thetext>Taloussanomat.fi web site not rendering correctly with webkit nighly versions. This is regression from Safari 2.0.4 (419.3) that renders the site perfectly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9012</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2007-05-27 00:28:50 -0700</bug_when>
    <thetext>Confirmed with r21802. Interestingly, the content seems to be rendered correctly at first, but then gets moved out of sight.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9016</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2007-05-27 03:10:47 -0700</bug_when>
    <thetext>I&apos;m seeing the same behavior with both Safari 2.0.4 and TOT, namely that the main content seems to be pushed down below the leftmost column (presumably because their container gets an unexpected vertical scrollbar).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9023</commentid>
    <comment_count>3</comment_count>
    <who name="Marko Buuri">marko.buuri</who>
    <bug_when>2007-05-27 08:05:24 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; I&apos;m seeing the same behavior with both Safari 2.0.4 and TOT, namely that the
&gt; main content seems to be pushed down below the leftmost column (presumably
&gt; because their container gets an unexpected vertical scrollbar).
&gt;

Very interesting, because I am not able to reproduce this problem with this standard setup: iMac G5, OS X 10.4.9, Safari 2.0.4. The nightlies on the other hand have been rendering this site incorrectly for as long I have have used them on this same system, which is for as long as roughly few weeks. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9033</commentid>
    <comment_count>4</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2007-05-27 12:14:28 -0700</bug_when>
    <thetext>The site uses overflow-x and overflow-y, which were not supported by Safari 2.  Now we are honoring them.   For some reason we&apos;re overflow vertically when Firefox did not, so we&apos;ll need to reduce to figure out why.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9036</commentid>
    <comment_count>5</comment_count>
      <attachid>14749</attachid>
    <who name="">mitz</who>
    <bug_when>2007-05-27 13:01:27 -0700</bug_when>
    <thetext>Created attachment 14749
Reduction

I think this is about font-size: 0 mapping to 1px (if that&apos;s still the case).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9037</commentid>
    <comment_count>6</comment_count>
    <who name="">mitz</who>
    <bug_when>2007-05-27 13:03:10 -0700</bug_when>
    <thetext>I&apos;m pretty sure it&apos;s the font-size: 0 thing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9042</commentid>
    <comment_count>7</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2007-05-27 14:51:42 -0700</bug_when>
    <thetext>I&apos;m not sure it&apos;s that simple.  Setting a minimum font size of 9px in Firefox does not result in any overflow appearing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>9043</commentid>
    <comment_count>8</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2007-05-27 14:57:45 -0700</bug_when>
    <thetext>Actually never mind.  Firefox seems to special-case 0.  If a font is size 0 then the minimum font size (and zoom) do not apply, since obviously it was not intended to be displayed (makes sense).

The annoyance here of course is that AppKit can&apos;t handle zero size fonts, opting to return a font of size 12 instead.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1148</commentid>
    <comment_count>9</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2007-08-30 14:47:37 -0700</bug_when>
    <thetext>&lt;rdar://problem/5451500&gt;

Does the problem still occur on the live site?  I&apos;m not sure I see anything wrong in TOT</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1156</commentid>
    <comment_count>10</comment_count>
    <who name="">mitz</who>
    <bug_when>2007-08-30 15:08:46 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; &lt;rdar://problem/5451500&gt;
&gt; 
&gt; Does the problem still occur on the live site?  I&apos;m not sure I see anything
&gt; wrong in TOT

Looks like usage of overflow-x has been commented-out in &lt;http://www.taloussanomat.fi/css/layout.css&gt;, which fixes the problem on the site.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69454</commentid>
    <comment_count>11</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-02-05 03:38:13 -0800</bug_when>
    <thetext>IMO bug 11004 is related to this bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>14749</attachid>
            <date>2007-05-27 13:01:27 -0700</date>
            <delta_ts>2007-05-27 13:01:27 -0700</delta_ts>
            <desc>Reduction</desc>
            <filename>13891 reduction.html</filename>
            <type>text/html</type>
            <size>310</size>
            <attacher>mitz</attacher>
            
              <data encoding="base64">/v8APABiAG8AZAB5AD4ACgA8AGQAaQB2ACAAcwB0AHkAbABlAD0AIgBvAHYAZQByAGYAbABvAHcA
OgAgAGEAdQB0AG8AOwAiAD4ACgAgACAAIAAgADwAZABpAHYAIABzAHQAeQBsAGUAPQAiAGgAZQBp
AGcAaAB0ADoAIAAxADAAMABwAHgAOwAiAD4APAAvAGQAaQB2AD4ACgAgACAAIAAgADwAZABpAHYA
IABzAHQAeQBsAGUAPQAiAGgAZQBpAGcAaAB0ADoAIAAwADsAIABsAGkAbgBlAC0AaABlAGkAZwBo
AHQAOgAgADAAOwAgAGYAbwBuAHQALQBzAGkAegBlADoAIAAwADsAIgA+ACYAbgBiAHMAcAA7ADwA
LwBkAGkAdgA+AAoAPAAvAGQAaQB2AD4ACg==
</data>

          </attachment>
      

    </bug>

</bugzilla>