You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: