-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIN: UI shakes and flickers a lot when resizing Brackets window by dragging #12362
Comments
Comment by gruehle Reviewed. Medium priority to |
Comment by rajeshsegu We could throttle the call of the resize handler once every 100ms. ( http://underscorejs.org/#throttle ). Today in a given second its fired close to 100+ times which is waste of DOM cycles. Meanwhile, the flicker is also related to CodeMirror resizing their code very often, we can sync them both at once is 200ms, which I think is reasonable. |
Comment by redmunds
|
Comment by peterflynn Removing top/left from title since you can see this with any resize (and same with #5258) |
Comment by JeffryBooher Adding CEF/TRACKING -- although this could be solved in shell or more efficient DOM |
Comment by JeffryBooher WOW. This got incredibly worse with CEF 2171 |
Comment by JeffryBooher https://code.google.com/p/chromiumembedded/issues/detail?id=1448 |
Comment by peterflynn
|
Comment by RaymondLim
|
Comment by peterflynn I busted out the trusty high-speed camera for a quick test.
It seems like these are both things we could fix on our end:
However, I'll reiterate that to my eyes, the jitter is only a tiny bit worse than 1547 and seems reasonable enough to ship with. |
Comment by peterflynn I also checked cefclient 2171 just for kicks. The CEF content is way less responsive to resizing overall (I'm guessing because cefclient is always a debug build?), but it doesn't show either of the problems above. But I'm not sure if it's doing anything specific to repaint the border better, or if that's just something you get for free if you're using the OS-standard Aero border instead of painting your own. |
Comment by JeffryBooher
|
Issue by dalcala
Tuesday Aug 20, 2013 at 17:46 GMT
Originally opened as adobe/brackets#4841
Description:
On Windows, the UI shakes & flickers a lot when you resize the Brackets window by dragging the top edge or the left edge of the Brackets window. The problem is much less noticeable when dragging the bottom edge or right edge. It's really noticeable if you have multiple inline color editors open. I tried making a Jing screen capture video, but the jiggle isn't picked up in the video. Maybe related to adobe/brackets#1741?
keywords: jumpy, choppy, jiggles, jumps
Repro using Brackets Sprint 29 on Win 7. UTR on Mac 10.8.
Repro steps:
Actual results:
UI shakes and flickers a lot.
Expected results:
UI doesn't shake and flicker a lot.
Workaround:
Deal with cosmetic issue.
The text was updated successfully, but these errors were encountered: