NEW 7768
Should consider adjusting min/max_width when catching infinite scrollbar recursion
https://bugs.webkit.org/show_bug.cgi?id=7768
Summary Should consider adjusting min/max_width when catching infinite scrollbar recu...
Beth Dakin
Reported 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.
Attachments
Should be on same line (192 bytes, text/html)
2006-03-14 16:00 PST, Beth Dakin
no flags
Safari 15.6 matches Chrome but differs from Firefox (566.40 KB, image/png)
2022-07-22 07:40 PDT, Ahmad Saleem
no flags
Beth Dakin
Comment 1 2006-03-14 16:00:00 PST
Created attachment 7065 [details] Should be on same line
Ahmad Saleem
Comment 2 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!
Note You need to log in before you can comment on or make changes to this bug.