-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[WIP] Port clear status after select #36372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c166e5d to
545dedc
Compare
|
The Further investigations to be done |
545dedc to
4c26fa7
Compare
|
The initial
Expected widthThe width is normal when opening subsequent times
And also reproduces on Firefox on Windows but not Linux
Further investigations needed Edit: Fixed in nextcloud-libraries/vue-select#14 and the reason why Firefox (Linux) works is because it determined that overlay scrollbars should be used automatically as described in https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter |
4c26fa7 to
1ee94df
Compare
|
Does the bug in #36372 (comment) reproduce for you @artonge? And based on the source of the |
Signed-off-by: Christopher Ng <[email protected]>
1ee94df to
225332b
Compare
I can reproduce in Chrome on Linux and not on Firefox. Maybe it is because the computation happens when the scale is less than 1 ? |
|
It also happens if I open the modal, resize the window, which resize NcSelect. So probably nothing to do with the animation. |
|
Fixed upstream in nextcloud-libraries/vue-select#14 |
|
Superseded by #36843 |





Summary
Port the clear status after select to NcSelect
Checklist