Open core-ai-bot opened 3 years ago
Comment by peterflynn Thursday Nov 08, 2012 at 07:50 GMT
@
jbalsas, fyi. Doesn't seem urgent to work on, but if you're interested...
Comment by jbalsas Thursday Nov 08, 2012 at 15:55 GMT
Sure! ;)
I think I have most of the issues pinned down so they shouldn't be that hard to fix...
About (4), yes, it is supposed to collapse on double-click. I can see it working right now on Windows7... We are currently detecting the double click as an additional click before 100ms have passed since the mouseup. Can you check if double-clicking faster works? If it does, maybe we could consider incrementing this value (I've read that there's no standard, but something around 500ms seems to be more common)... We'll need to check for other issues if that is not the case.
About (6), I think this has always been the case (toggling back to 10px after dragging the sidebar shut). This should have an easy fix as well but if you prefer to better track this, then we could open a different issue...
Comment by pthiess Thursday Nov 15, 2012 at 17:23 GMT
Reviewed, assigned to@
jasonsanjose to assist Chema.
Comment by peterflynn Wednesday Nov 21, 2012 at 18:41 GMT
Closing now that Chema's fix has been merged
Issue by peterflynn Thursday Nov 08, 2012 at 07:20 GMT Originally opened as https://github.com/adobe/brackets/issues/2079
Add the following code somewhere:
Result:
Expected:
Workaround: Ignore panelResize* events while a panel is collapsed (display:none). I think this avoids most of the confusion...