Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatePicker popup should not be limited by MDI Window confines #22

Open
nedge opened this issue Dec 6, 2013 · 2 comments
Open

DatePicker popup should not be limited by MDI Window confines #22

nedge opened this issue Dec 6, 2013 · 2 comments

Comments

@nedge
Copy link

nedge commented Dec 6, 2013

The DatePicker popup should be able to float above the confines of its parent component.
At the moment if you place the DatePicker e.g. at the bottom of a ContentPane when the Popup appears it is not displayed fully i.e. partly hidden as it doesn't fit inside of its parent window.

@bentolor
Copy link
Contributor

Though it appears as nobrainer at first, this request is not as simple as expected.

i.e.: While you may want that the picker lays above the contentpane of a inner window, you i.e. don't want it to float above other windows.

MDI Windows to limit their contents within their window dimensions. As a regular component the datepicker i subject to this behaviour. Otherwise the popup overlay needs a different parent than the base component itself.

@nedge
Copy link
Author

nedge commented Dec 17, 2013

Ok but the problem can also be fixed for most cases by adjusting the placement of the popup i.e. display above, below, left or right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants