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
harvesthq#2036 added screen edge detection, allowing for the drop down to drop up when necessary. Once open however, it is always either up or down, and does not react to a change in viewport scroll position.
This enables the awkward user experience depicted below:
As you can see, the drop down can be scrolled upwards beyond where it is visible. It can similarly be done dropped down by default, and will not drop up when space allows.
Steps to reproduce
Open a Chosen drop down
Scroll the page out of bounds
Notice it does not adapt to fit the viewport
Expected behavior
The drop down should adjust itself, either up or down.
Actual behavior
The drop down retains the state from which it was first made visible.
Environment
Chosen Version: 2.0.0
jQuery or Prototype Version: any
Browser and Version: any
OS and Version: any
The text was updated successfully, but these errors were encountered:
harvesthq#2036 added screen edge detection, allowing for the drop down to drop up when necessary. Once open however, it is always either up or down, and does not react to a change in viewport scroll position.
This enables the awkward user experience depicted below:
As you can see, the drop down can be scrolled upwards beyond where it is visible. It can similarly be done dropped down by default, and will not drop up when space allows.
Steps to reproduce
Expected behavior
The drop down should adjust itself, either up or down.
Actual behavior
The drop down retains the state from which it was first made visible.
Environment
The text was updated successfully, but these errors were encountered: