RESOLVED FIXED 43018
Strange scrollbars with SVG image
https://bugs.webkit.org/show_bug.cgi?id=43018
Summary Strange scrollbars with SVG image
Pierre Rudloff
Reported 2010-07-26 16:47:44 PDT
The SVG image at this URL has strange disabled scrollbars around it : http://tael67.free.fr/divers/svg_problem/ It seems to come from the width/height attribute of the <svg> tag. If I change them, there is no scrollbar anymore.
Attachments
Add test for strange scrollbars with non-integer scaled SVG image (6.36 KB, patch)
2011-11-03 11:36 PDT, Philip Rogers
no flags
Add test for strange scrollbars with non-integer scaled SVG image (6.70 KB, patch)
2011-11-17 18:16 PST, Philip Rogers
no flags
Dirk Schulze
Comment 1 2010-07-26 23:40:11 PDT
I can just confirm it for Chromium on linux. Does it happen in Safari as well?
Pierre Rudloff
Comment 2 2010-07-27 09:53:46 PDT
I can reproduce with Chrome 5.0.375.99, Safari 5.0 and the latest nightly of Webkit (all on Mac OS).
Philip Rogers
Comment 3 2011-11-03 11:36:16 PDT
Created attachment 113530 [details] Add test for strange scrollbars with non-integer scaled SVG image I boiled this bug down to an issue with non-integer sized SVG images being scaled when used as an image. This was just recently fixed (with the LayoutUnits changes, I think) but no test-case covers the issue described in this bug.
Philip Rogers
Comment 4 2011-11-17 18:16:15 PST
Created attachment 115721 [details] Add test for strange scrollbars with non-integer scaled SVG image Cleaned up the patch and tracked down the change that fixed this: r98852. Even if this patch isn't accepted, this bug should be marked as fixed.
WebKit Review Bot
Comment 5 2011-11-17 18:41:17 PST
Attachment 115721 [details] did not pass style-queue: Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9 Updating OpenSource RA layer request failed: OPTIONS of 'http://svn.webkit.org/repository/webkit': could not connect to server (http://svn.webkit.org) at /usr/lib/git-core/git-svn line 2295 Died at Tools/Scripts/update-webkit line 157. If any of these errors are false positives, please file a bug against check-webkit-style.
Nikolas Zimmermann
Comment 6 2011-11-18 06:50:49 PST
Comment on attachment 115721 [details] Add test for strange scrollbars with non-integer scaled SVG image Thanks, looks good to me.
WebKit Review Bot
Comment 7 2011-11-18 08:03:15 PST
Comment on attachment 115721 [details] Add test for strange scrollbars with non-integer scaled SVG image Clearing flags on attachment: 115721 Committed r100778: <http://trac.webkit.org/changeset/100778>
WebKit Review Bot
Comment 8 2011-11-18 08:03:20 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.