brackets-archive / bracketsIssues

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

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

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by JeffryBooher Tuesday Oct 28, 2014 at 17:47 GMT Originally opened as https://github.com/adobe/brackets/pull/9719


This is for #9706 Replaces #9709

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/9719/commits

core-ai-bot commented 3 years ago

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


@redmunds

core-ai-bot commented 3 years ago

Comment by redmunds Tuesday Oct 28, 2014 at 18:06 GMT


Merging.