Bug 13783 - REGRESSION (r21120): Frame resizers not repainted properly when dragged
Summary: REGRESSION (r21120): Frame resizers not repainted properly when dragged
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Nobody
URL: data:text/html,%3Cframeset%20rows=%22...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-05-18 16:29 PDT by mitz
Modified: 2007-05-19 16:34 PDT (History)
0 users

See Also:


Attachments
RepaintDuringLayoutIfNeeded (1.55 KB, patch)
2007-05-19 01:15 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-05-18 16:29:03 PDT
On any frameset page, dragging the frame resizers makes them disappear or be replaced with junk.
Comment 1 mitz 2007-05-18 16:35:23 PDT
Must have been caused by removing repaintObjectsBeforeLayout() :-(
Comment 2 mitz 2007-05-19 01:15:40 PDT
Created attachment 14621 [details]
RepaintDuringLayoutIfNeeded

Actually wrote a patch that carefully repainted only the resizers before I realized it was pointless :)
Comment 3 Dave Hyatt 2007-05-19 01:18:35 PDT
Comment on attachment 14621 [details]
RepaintDuringLayoutIfNeeded

Heh.

r=me.
Comment 4 Mark Rowe (bdash) 2007-05-19 16:34:59 PDT
Landed in r21603.