-
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
[CLOSED] Mac only: Quick View popover may not appear after resizing window or going fullscreen #3351
Comments
Comment by RaymondLim
It turns out to be intermittent issue on my mac only. I can't reproduce it on my win7, but on mac I can even reproduce it with older build without your changes. |
Comment by redmunds We just need to listen for resize event and hide preview on resize. |
Comment by RaymondLim Can you reproduce it? It's not hiding issue. It's not showing up after resizing sometimes, but not all the times. |
Comment by redmunds What I'm seeing is that popover is not dismissed when resizing. You can resize it so popover is still showing, but is off the screen so you can't see it. Mouse over won't show it because it's already showing. Mouse over something else and move mouse back, and popover will reposition on the screen. |
Comment by redmunds See if this branch fixes what you're seeing: adobe/brackets#3577 |
Comment by RaymondLim Nope, I still see the issue of not showing quick view. But your changes did hide the quick view. |
Comment by redmunds I backed out my fix because the mouseout handler now hides preview before you can start resizing. I can't repro on Mac10.8. |
Comment by redmunds
|
Comment by gruehle I can repro consistently by going into fullscreen mode. After entering fullscreen mode, all mouse over/move events are missing. In addition to quick view not working, you don't see a resize cursor, and tooltips don't appear. |
Comment by redmunds I am getting quick view in full screen mode, but it's in the wrong place! It's showing up 300px or so above where the mouse is. |
Comment by redmunds Very intermittant, though. Seems to have something to do with where last click/mouse position was. Use mouse-wheel to scroll up/down to see different things show up :) |
Comment by RaymondLim
|
Comment by redmunds
|
Comment by RaymondLim Tagging CEF label as this is not really an issue in Quick View, but in cef. |
Comment by gruehle Updated title and added workaround to description. |
Comment by peterflynn Is there a known CEF bug already filed? |
Comment by pthiess Reviewed |
Comment by RaymondLim Just file a new issue in cef http://code.google.com/p/chromiumembedded/issues/detail?id=969&q=No%20mousemove%20or%20mouseover%20events%20after%20switching |
Comment by JeffryBooher This is fixed CEF3.1453.1255 |
Comment by JeffryBooher FBNC to |
Comment by RaymondLim Fix confirmed. |
Issue by RaymondLim
Tuesday Apr 23, 2013 at 22:46 GMT
Originally opened as adobe/brackets#3570
Result: No popover. If you still see popover, then resize the window to the original width and repeat step 3 and 4.
Workaround: Move the mouse to the top of the screen.
The text was updated successfully, but these errors were encountered: