Open core-ai-bot opened 3 years ago
Comment by RaymondLim Wednesday Apr 24, 2013 at 19:06 GMT
We should have caught this in our "scroll" event listener.
Comment by peterflynn Wednesday Apr 24, 2013 at 19:25 GMT
@
RaymondLim not necessarily: showing/hiding a bottom panel typically doesn't shift the top of the scroll viewport at all.
I wonder if this should wait until more generalized panel-tracking APIs land (see threads in #3371 and #2015). Is it a must-fix for this sprint?
Comment by RaymondLim Wednesday Apr 24, 2013 at 19:30 GMT
I tried with side bar, it does trigger "scroll" event.
Actually, it does hide preview via mouse move event.
Comment by gruehle Wednesday Apr 24, 2013 at 19:30 GMT
Seems low priority to me. I'd like to wait until we have the more generalized panel-tracking API.
Comment by peterflynn Wednesday Apr 24, 2013 at 23:38 GMT
Assigning to me to go with the other panel management issues
Issue by redmunds Wednesday Apr 24, 2013 at 18:52 GMT Originally opened as https://github.com/adobe/brackets/issues/3596
Results Bottom panel covers code that triggered popover, but popover is still displayed
Expected Popover is hidden when code cannot be seen in editor
Using the builtin JSLint panel makes this look contrived, but there are many other ways to popup bottom panel (mostly with extensions), so I think this is a valid bug.