Bug 4715

Summary: Scroll bar misplaced at photosight.ru
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Major CC: ahmad.saleem792, bdakin, bfulgham, ian, karlcow, mitz, rniwa, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: HasReduction, InRadar
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.photosight.ru/photo.php?photoid=835683&ref=section&refid=5
Attachments:
Description Flags
Reduced test case
none
Further reduced testcase
none
Screenshot of WinIE results
none
All browsers differ from each other
none
rendering in safari, firefox, chrome none

Alexey Proskuryakov
Reported 2005-08-28 11:18:21 PDT
This is also in Radar as rdar://4092982. In a scrolling text box at photosight.ru, the scroller is positioned incorrectly, too much to the right (scroll to the middle of the page to see the problem). MSIE/Mac renders this OK; Firefox doesn't. This site is very high-profile.
Attachments
Reduced test case (1.28 KB, text/html)
2005-08-28 11:19 PDT, Alexey Proskuryakov
no flags
Further reduced testcase (748 bytes, text/html)
2005-08-29 01:09 PDT, mitz
no flags
Screenshot of WinIE results (12.36 KB, image/png)
2005-09-19 23:19 PDT, Alexey Proskuryakov
no flags
All browsers differ from each other (991.32 KB, image/png)
2022-08-12 12:31 PDT, Ahmad Saleem
no flags
rendering in safari, firefox, chrome (137.06 KB, image/png)
2022-12-26 19:23 PST, Karl Dubost
no flags
Alexey Proskuryakov
Comment 1 2005-08-28 11:19:20 PDT
Created attachment 3627 [details] Reduced test case
mitz
Comment 2 2005-08-29 01:09:44 PDT
Created attachment 3633 [details] Further reduced testcase
mitz
Comment 3 2005-08-29 01:12:57 PDT
IE:mac simply ignores table-layout:fixed, so now wonder it renders this "OK".
Alexey Proskuryakov
Comment 4 2005-08-29 07:22:58 PDT
Tested with MSIE/Win - it sizes the tables just like Safari and Firefox do, but the scroll bar is invisible (clipped), as well as the overflowing text in your test case. So, looks like this site was designed for MSIE/Mac, but MSIE/Win is also more or less fine :-)))
mitz
Comment 5 2005-09-07 23:25:21 PDT
Looks like either a dupe or a close relative of bug 4047.
mitz
Comment 6 2005-09-19 14:47:00 PDT
OK, I guess it isn't.
Beth Dakin
Comment 7 2005-09-19 15:09:39 PDT
I agree; I don't think this is quite the same as bug 4047. Here, the overflow:auto is specified on the div itself, not the cell containing the div. The other bug fixed rendering when overflow is specified on the cell. One way you can tell it's not the same problem is that before the fix for 4047, when overflow:auto is specified on a table cell, scroll bars won't appear at all (same in Firefox). In the given test case for this bug, though, even the version of Safari without the patch for table cell overflow support renders scroll bars (and Firefox too), even though they are not in the MSIE-determined correct place. I'm not sure what the best fix for this is...
Alexey Proskuryakov
Comment 8 2005-09-19 23:19:32 PDT
Created attachment 3957 [details] Screenshot of WinIE results
Ahmad Saleem
Comment 9 2022-08-12 12:31:48 PDT
Created attachment 461565 [details] All browsers differ from each other As can be seen from attached screenshot, all browser differ from each other. I am not sure on web-spec but just wanted to share updated testing screenshot. (NOTE - I used "Further Reduced..." test case. Thanks!
Karl Dubost
Comment 10 2022-12-26 19:23:30 PST
Created attachment 464217 [details] rendering in safari, firefox, chrome Same behavior in Chrome and Safari Different in Firefox.
Note You need to log in before you can comment on or make changes to this bug.