brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Move resizer element higher in DOM for SplitView #8640

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by JeffryBooher Monday Oct 27, 2014 at 23:06 GMT Originally opened as https://github.com/adobe/brackets/pull/9709


This is for #9706

This PR moves the resizer div out of the left pane and into parent DIV which puts the resizer DIV above both panes in the DOM so that it is always accessible. By design, the resizer attaches it self to one edge of the thing it's resizing but, in this case, we want it above the container.


JeffryBooher included the following code: https://github.com/adobe/brackets/pull/9709/commits

core-ai-bot commented 3 years ago

Comment by JeffryBooher Tuesday Oct 28, 2014 at 17:47 GMT


closing in lieu of #9719