Bug 68663 - Make sure to update scrollbars in ScrollView::setFrameRect
Summary: Make sure to update scrollbars in ScrollView::setFrameRect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 16:54 PDT by Anders Carlsson
Modified: 2011-09-26 03:56 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.27 KB, patch)
2011-09-22 16:58 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-09-22 16:54:18 PDT
Make sure to update scrollbars in ScrollView::setFrameRect
Comment 1 Anders Carlsson 2011-09-22 16:58:09 PDT
Created attachment 108420 [details]
Patch
Comment 2 Anders Carlsson 2011-09-22 17:00:58 PDT
Committed r95765: <http://trac.webkit.org/changeset/95765>
Comment 3 Adam Roben (:aroben) 2011-09-23 03:31:03 PDT
Is there a user-visible symptom of this bug? Can you write a test?
Comment 4 Anders Carlsson 2011-09-23 09:38:51 PDT
(In reply to comment #3)
> Is there a user-visible symptom of this bug? Can you write a test?

We already have tests for this, and this fixes a bunch of them!
Comment 5 Anders Carlsson 2011-09-23 09:39:00 PDT
To clarify, it fixes all of them :)
Comment 6 Adam Roben (:aroben) 2011-09-26 03:56:39 PDT
Great! It would be nice to mention things like that in the ChangeLog in the future.