henrikerola / PopupButton

Vaadin Add-on
http://vaadin.com/addon/popupbutton
7 stars 24 forks source link

Support for BOTTOM_LEFT Alignment #28

Closed peergynt closed 9 years ago

peergynt commented 10 years ago

Added support to align popup with BOTTOM_RIGHT Alignment

henrikerola commented 9 years ago

There was actually a typo on the JavaDocs and the default direction is BOTTOM_RIGHT (not BOTTOM_LEFT). So the direction you mean in this PR is BOTTOM_LEFT.

I added support for BOTTOM_LEFT (based on this PR).

peergynt commented 9 years ago

Ha! Thanks for clarifying, I was actually confused by the original Javadocs...

henrikerola commented 9 years ago

Yeah it was confusing :( Thanks a lot for the PR.