Bug 19336 - absolutely positioned table cell wraps in all browsers except FF
Summary: absolutely positioned table cell wraps in all browsers except FF
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-30 15:55 PDT by Calvin Anderson
Modified: 2011-08-03 11:26 PDT (History)
1 user (show)

See Also:


Attachments
reduction.zip (757 bytes, application/octet-stream)
2008-05-30 15:55 PDT, Calvin Anderson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Anderson 2008-05-30 15:55:47 PDT
I. Steps:
 -----------
 
 1. Launch attached test case
 
 II. Issue:
 The layout is different for both files. The only difference between the 2 files is that one reads "document.body.offsetTop" before chaging CSS positioning from absolute to relative, while the other does not.
 ----------------
 
 
 III. Other browsers:
 -----------------------
 IE7 : OK
 FF3 : Ok
 
 
 IV. Safari nightly tested: version 3.1.1(525.17)- r33029
 
 Not working properly on Safari.
 
 
 V. Safari screenshot : Available.
Comment 1 Calvin Anderson 2008-05-30 15:55:48 PDT
Created attachment 21441 [details]
reduction.zip
Comment 2 Robert Hogan 2011-08-03 11:26:55 PDT
There's only one file in the test case. I've messed with the absolute/relative positions in both and cannot get a WebKit browser to behave any differently to FF4 or Opera. I'm going to close as invalid. Please re-open if you can still re-create the problem and add some more information or a clearer test case.