Bug 14627 - Truncated float at bottom of document box
Summary: Truncated float at bottom of document box
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 17:31 PDT by Gérard Talbot
Modified: 2009-06-14 12:44 PDT (History)
1 user (show)

See Also:


Attachments
Test case (local) (1.58 KB, text/html)
2007-07-16 07:56 PDT, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gérard Talbot 2007-07-15 17:31:23 PDT
Steps to reproduce:
1- Load provided URL
2- scroll all the way down to reach the 4th test

Actual results in Safari 3.0.2 build 522.13.1:
The light-green background float box is truncated. About 40px of it is viewable and 40px of it is truncated: the whole height (80px) of the floated box is not reachable, viewable.

Expected results:
The light-green background float box is rendered truncated: the whole height (80px) of the floated box is reachable, viewable with scrolling down.

I can upload a screen shot if needed, if requested. 
I have searched for a duplicate. The closest I could find is bug 9314.
Comment 1 Gérard Talbot 2007-07-15 17:34:25 PDT
 
Expected results:
The light-green background float box is **_rendered_**: the whole height
(80px) of the floated box is reachable, viewable with scrolling down.

Also "truncated" <=> synonym <=> "clipped"
Comment 2 David Kilzer (:ddkilzer) 2007-07-16 07:52:39 PDT
Confirmed with a local debug build of WebKit r24295 with Safari 3.0 (522.12) on Mac OS X 10.4.10 (8R218).

Firefox 2.0.0.4 lets you see the whole light-green box at the bottom of the page, but Safari 3.0 does not.

Not a regression as Safari 2.0.4 (419.3) with original WebKit renders the same way.
Comment 3 David Kilzer (:ddkilzer) 2007-07-16 07:56:44 PDT
Created attachment 15532 [details]
Test case (local)

Local copy of the test case.
Comment 4 Gérard Talbot 2008-05-02 23:27:36 PDT
The original testcase from the provided URL changed and is now not good anymore. But attachment 15532 [details] is still good. So, I'm removing the URL.
Comment 5 Gérard Talbot 2009-06-14 12:44:42 PDT
When I try attachment 15532 [details] with latest stable release Safari 4.0 build 530.17, I get expected results. I do not know which patch may have fixed this; if I knew it, I would resolve this bug as fixed. Therefore I am

Resolving as WORKSFORME

regards, Gérard