Bug 7768 - Should consider adjusting min/max_width when catching infinite scrollbar recursion
Summary: Should consider adjusting min/max_width when catching infinite scrollbar recu...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-14 15:58 PST by Beth Dakin
Modified: 2022-07-22 07:40 PDT (History)
6 users (show)

See Also:


Attachments
Should be on same line (192 bytes, text/html)
2006-03-14 16:00 PST, Beth Dakin
no flags Details
Safari 15.6 matches Chrome but differs from Firefox (566.40 KB, image/png)
2022-07-22 07:40 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2006-03-14 15:58:53 PST
http://bugzilla.opendarwin.org/show_bug.cgi?id=6796 is the bug representing the prevention of infinite recursion when a block with overflow:auto can't decide if it needs scrollbars or not. We should consider adjusting the min/max_width of the block if we hit the case where we prevent recursion. In the test case, for instance, "foo" and "bar" should be on the same line.
Comment 1 Beth Dakin 2006-03-14 16:00:00 PST
Created attachment 7065 [details]
Should be on same line
Comment 2 Ahmad Saleem 2022-07-22 07:40:06 PDT
Created attachment 461137 [details]
Safari 15.6 matches Chrome but differs from Firefox

I am able to reproduce this issue in Safari 15.6 on macOS 12.5 based on attached test case and the both text are not on same line but it is same as Chrome Canary 105. Only Firefox Nightly 104 is only browser, which shows this on same line as can be seen from attached screenshot. Thanks!