WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
130056
Web Inspector: the inspector overlay lags out when element transforms change
https://bugs.webkit.org/show_bug.cgi?id=130056
Summary
Web Inspector: the inspector overlay lags out when element transforms change
Blaze Burg
Reported
2014-03-10 17:29:31 PDT
Select a periodic element in the demo, so an overlay gets painted on it, fine. Then, rotate the model. The page becomes quite busy, pegging a core. According to the profiler, it seems that we try to send a ton of overlay highlights during rotation, and it takes about 20 seconds to catch up. During that time, nothing gets highlighted. We should do something smarter here. For starters, we could drop highlight messages on the floor if the queue gets past the point where the page overlay could keep up. I am not quite sure where these messages are being queued up at the moment, I would have to think about it harder.
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2016-09-09 11:11:58 PDT
<
rdar://problem/28228568
>
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