-
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
Random visual glitches around the menu area v1.1 (Win 7) #13006
Comments
Comment by redmunds
|
Comment by wfdctrl As I said the flashing seems to happen at random, so it is not directly triggered by any of my actions. It always happens when I am typing, so I never got a good look at it. It kind of looks like the glitch when you minimize the window. I'll try to take a video... In the mean time I downgraded, because it was a bit distracting and I haven't had any problems since... |
Comment by wfdctrl I reinstalled the new version and it doesn't recur when I pay attention to the upper corner of the screen. It could be possible that my peripheral vision is playing tricks on me. On an unrelated note, the text started to turn green when I tried to reproduce the glitch. Should I open a new issue? |
Comment by redmunds
Yes, everything seems random until you figure out what's happening :) |
Comment by wfdctrl The glitch is also triggered when the window loses focus, however I can no longer reproduce it just by typing. I finally have the screen-cap: |
Comment by nethip
|
Comment by wfdctrl No, I use the default theme, always have. Anyways my computer is a little sluggish today, therefore the window switching works slower than usual. Now I can see what’s actually going on. The default windows border and title bar peek through for a brief moment and the white lines I have been noticing are their edges. The flashing also happens when I press ctrl-s and that is how it was triggered while typing. 😄 |
Comment by peterflynn Btw, about "the text started to turn green": that's the normal, correct syntax highlighting. When you type a number in a JavaScript file, it will be color-coded green. |
Comment by peterflynn Hmm, I can actually repro this today when switching windows too. |
Comment by nethip
|
Comment by wfdctrl
|
Comment by fxb I think this could be caused by ScheduleMenuRedraw and MenuRedrawTimerHandler. Maybe try to not only call DrawMenuBar, but instead do whole DoPaintNonClientArea? Legacy windows code probably draws this white line, which needs to be drawn over again. |
Comment by fxb I also noticed this happening after a WM_NCACTIVATE / WM_ACTIVATE. Changing the following in cef_dark_aero_window.cpp seems to get rid of that, since the default WndProc doesn't get to draw weird stuff after our call to UpdateNonClientArea.
Changed to:
|
Comment by nethip
|
Comment by frenic Still having this issue in v1.3. Sometimes it looks randomly sticks like this until I move my cursor. In this case I expanded a directory. Would be nice close this with v1.4? |
Comment by nethip
|
Comment by frenic
|
Issue by wfdctrl
Saturday Dec 20, 2014 at 21:50 GMT
Originally opened as adobe/brackets#10256
Since I upgraded to the new version(1.1), I have been noticing that the menu area is flashing at random times. I also get a similar glitch when I minimize the window.
The text was updated successfully, but these errors were encountered: