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
We upgraded from 1.53.1 to 1.67.0. The behavior of the dropdown changed to scroll down to the currently selected item. This is not desirable behavior. I opened the dropdown because I want to change the value. Therefore, there's no reason to scroll down to see the selected one. Often, it means I just have to scroll back up.
For example,
Go the the story book and select Option 8.
Open the dropdown again and scroll all the way to the top and then close the dropdown. This is to simulate coming to the page for the first time, where the scrollbar will be at the top.
Now open the dropdown again and try to select Option 1. Since the dropdown autoscrolled Option 8 into view, I now have to scroll all the way back up to Option 1 to select it.
Now it could be that I only wanted to select Option 7, so the behavior isn't as annoying. But the scroll into view is really jarring and there's really no good reason I can think of that I would want to scroll the current value into view when I'm about to change it to something else.
QE has reported a bug on this and I had found it very annoying even before then.
Hey @kglickman
The fact that the Dropdown was not scrolling to the selected item before in this v11 version is a regression, because it used to work on v10 before.
Here a couple conversation so you can get more context regarding when was fixed: #15978#16935
This is an expected behavior in Carbon.
@rajat153 We have a Contributing guide for you to get started here
@guidari I would not say that those two defects are the same. They are talking about when you are focused on an item. I'm not focusing, not typing, not using the arrow keys. I'm just opening the dropdown.
Package
@carbon/react
Browser
Chrome
Package version
"1.67.0
React version
18.3.1
Description
We upgraded from 1.53.1 to 1.67.0. The behavior of the dropdown changed to scroll down to the currently selected item. This is not desirable behavior. I opened the dropdown because I want to change the value. Therefore, there's no reason to scroll down to see the selected one. Often, it means I just have to scroll back up.
For example,
Now it could be that I only wanted to select Option 7, so the behavior isn't as annoying. But the scroll into view is really jarring and there's really no good reason I can think of that I would want to scroll the current value into view when I'm about to change it to something else.
QE has reported a bug on this and I had found it very annoying even before then.
Reproduction/example
see description above
Steps to reproduce
see description above
Suggested Severity
None
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: