WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
13525
Repainting a listbox schedules a relayout
https://bugs.webkit.org/show_bug.cgi?id=13525
Summary
Repainting a listbox schedules a relayout
mitz
Reported
2007-04-27 10:04:53 PDT
When painting listboxes (and file upload controls) a temporary anonymous block is used to run the bidi algorithm. Manipulating the block results in marking it for relayout. Due to a bug first noted in
bug 10862
, this results in the entire view being scheduled for relayout every single time the listbox is painted. Patch forthcoming.
Attachments
Fix scheduleRelayout()
(2.66 KB, patch)
2007-04-27 10:05 PDT
,
mitz
no flags
Details
Formatted Diff
Diff
Fix scheduleRelayout()
(2.64 KB, patch)
2007-04-27 10:59 PDT
,
mitz
hyatt
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2007-04-27 10:05:49 PDT
Created
attachment 14229
[details]
Fix scheduleRelayout()
mitz
Comment 2
2007-04-27 10:59:29 PDT
Created
attachment 14231
[details]
Fix scheduleRelayout() Corrected a sentence in the change log. Thanks, Mark!
Mark Rowe (bdash)
Comment 3
2007-04-28 00:06:46 PDT
Landed in
r21162
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug