-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Datepicker displays off the bottom of the screen #1837
Comments
👍 |
I think a better fix here would be to add a new method called For example, for the datepicker, we would call it with |
👍 for this functionality. This renders the datepicker pretty much unuseable |
@cgastin Can you provide a plunkr and confirm this is still an issue in UI Bootstrap 0.13.0? |
Closing due to inactivity. Please re-open if you can provide a plunkr and confirm this is still an issue with Angular 1.3 and UI Bootstrap 0.13. |
Here is a plunker demonstrating the problem. http://plnkr.co/edit/5G45sNCYErtvIqczJRRk While the scroll bar appears now, and the user can get to the calendar, which I don't believe was the case in earlier versions. When the calendar is going to extend past the bottom boundary of the screen then the calendar should re-position itself to above the input box the same way the datepicker does in Bootstrap. |
Since it was closed by the owner, I can not reopen after adding the plunker. Will you reopen, or should I open a new issue. |
The Plunker is invalid - it was lost somewhere it looks like, and needs another reproduction. |
Closing in favor of #4762. |
Since the popup for the datepicker always displays under the input, this becomes a problem when the input is at the bottom of the screen because the popup for the datepicker displays off the bottom of the screen.
A better solution is to detect the bottom of the screen and re-position the popup above the input.
I have actually modified v0.10.0 to do this, and will be making a pull request to fix this problem.
The text was updated successfully, but these errors were encountered: