Bug 15282 - r25726 caused plugins/mouse-events.html to fail
Summary: r25726 caused plugins/mouse-events.html to fail
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
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 15:47 PDT by Beth Dakin
Modified: 2007-09-26 00:30 PDT (History)
1 user (show)

See Also:


Attachments
Call updateWidgetPositions() as Mitz suggested (1.08 KB, patch)
2007-09-25 15:50 PDT, Beth Dakin
no flags Details | Formatted Diff | Diff
No s! (1.73 KB, patch)
2007-09-25 15:58 PDT, Beth Dakin
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2007-09-25 15:47:04 PDT
The fix for http://bugs.webkit.org/show_bug.cgi?id=15241 caused a layout test failure.
Comment 1 Beth Dakin 2007-09-25 15:50:13 PDT
Created attachment 16392 [details]
Call updateWidgetPositions() as Mitz suggested
Comment 2 mitz 2007-09-25 15:54:38 PDT
Comment on attachment 16392 [details]
Call updateWidgetPositions() as Mitz suggested

Actually I thought about calling updateWidgetPosition() (no s!) on (*it), so it would be called only on the newly created widgets.
Comment 3 Beth Dakin 2007-09-25 15:58:10 PDT
Created attachment 16393 [details]
No s!

That seems better.
Comment 4 Darin Adler 2007-09-25 15:59:27 PDT
Comment on attachment 16393 [details]
No s!

r=me
Comment 5 Beth Dakin 2007-09-25 16:02:02 PDT
Fixed with r25739.