Ticket #8387 (new defect)

Opened 6 months ago

Last modified 6 months ago

TimeTextBox: picker can occlude text box

Reported by: skip Owned by:
Priority: normal Milestone: future
Component: Dijit Version: 1.2.3
Severity: normal Keywords: timetextbox picker
Cc:

Description

Sometimes the TimeTextBox? picker can completely occlude the textbox, which has a huge impact on usability. To reproduce, resize the browser window such that it is approximately the same size as the picker, and then center the textbox in the window vertically. (it might take you a few goes).

I can't use this control unless I find a solution for this, because the behaviour is COMPLETELY unacceptable.

Greg.

Change History

Changed 6 months ago by bill

  • priority changed from high to normal
  • summary changed from TimeTextBox picker can occlude text box to TimeTextBox: picker can occlude text box
  • milestone changed from tbd to future

This could also happen with DateTextBox etc. The difference is that the drop down for TimeTextBox can be quite tall. ComboBox has code in _showResultList() to adjust the drop down size to the available amount of space (by adding a scrollbar), but that's going to be difficult for TimeTextBox since we'd end up with both a scroll bar and the scrolling arrow buttons. Probably we should just address this as part of #7631.

Note: See TracTickets for help on using tickets.