Summary: | Scrollbar width is not applied when element hidden | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Allan Jardine <allan.jardine> | ||||
Component: | New Bugs | Assignee: | gur.trio | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bdakin, commit-queue, darin, esprehn+autocc, glenn, gur.trio, hyatt, kondapallykalyan, pravind, simon.fraser, zachlloyd | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Allan Jardine
2012-07-04 05:35:16 PDT
Created attachment 210584 [details]
Patch
(In reply to comment #1) > Created an attachment (id=210584) [details] > Patch Incase of custom-scrollbars webkit considers the visibility property and incase its hidden doesnot apply the scollbars properties. Same is not for non-customscrollbars. In either case scrollbar properties are applied. Behaviour should be same for both since even if element visibility:hidden space is set for that element. (In reply to comment #1) > Created an attachment (id=210584) [details] > Patch Hi Darin. Can you please review this patch? I don’t think I have the expertise to review this. Maybe Beth Dakin, Simon Fraser, or Hyatt? Comment on attachment 210584 [details]
Patch
Seems reasonable.
(In reply to comment #5) > (From update of attachment 210584 [details]) > Seems reasonable. Thanks for the review Simon. Anything else needs to be done? Comment on attachment 210584 [details] Patch Clearing flags on attachment: 210584 Committed r155323: <http://trac.webkit.org/changeset/155323> All reviewed patches have been landed. Closing bug. |