I think the users's should be able to resize the drawer, ie pull it in or out using a drag handle. Also I think that you will need to ensure that the drawer gets masked when the parent window is masked, if you haven't done so already.
Thanks dude.
Resize is on the to do list. Didn't think about the loading mask, I'll have to give that some thought.
I think the issue is that the width or height (depending on orientation of the drawer) needs to resize with its parent window while it is visible. The behavior of example doesn't demonstrate this behavior. Steps: show all then resize the parent window. In addition it doesn't appear that the drawer stays aligned like it does during a drag/drop sequence.
I think the issue is that the width or height (depending on orientation of the drawer) needs to resize with its parent window while it is visible. The behavior of example doesn't demonstrate this behavior. Steps: show all then resize the parent window. In addition it doesn't appear that the drawer stays aligned like it does during a drag/drop sequence.
This is excellent work! Is it possible to have multiple drawers that come from the same side? So if I have 2 buttons in a toolbar each button will open a different drawer, but both drawers will appear at the bottom?