Open core-ai-bot opened 3 years ago
Comment by redmunds Friday May 24, 2013 at 20:52 GMT
Resizer.POSITION_BOTTOM and Resizer.POSITION_LEFT have not yet been implemented. Updating title. They're not even exported.
Comment by njx Thursday Aug 15, 2013 at 06:38 GMT
I didn't want to make a card just for this, but we did have an existing (empty) card for making it easier to create panels from extensions. Since I think that's the main reason we would do this, I added this to that card: https://trello.com/c/AW1SbUZu/553-setup-scaffolding-example-panels-for-extensions
(If we do end up doing some core feature that requires a right panel, I think we would just naturally fix it then.)
Closing as on backlog.
Issue by peterflynn Friday May 24, 2013 at 17:59 GMT Originally opened as https://github.com/adobe/brackets/issues/3990
Old Subject: Panels that resize from the bottom edge (Resizer.POSITION_BOTTOM) don't work right
Write some JS code that does this:
$("#editor-holder").before($myPanel);
Resizer.makeResizable($myPanel, Resizer.DIRECTION_VERTICAL, Resizer.POSITION_BOTTOM, 0)
on itResult: Nothing happens when you drag the bottom edge. But when you drag the top edge, the bottom edge of the panel moves.
Expected: Resize by dragging the bottom edge.
Fyi
@
jbalsas. I noticed this when someone was accidentally using Resizer.POSITION_BOTTOM on a bottom panel :-)