-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Large white space appears after scrolling to bottom of large list #2524
Comments
The same thing is happening for me, but only in Firefox I've created a JSFiddle which illustrates the problem Also a horizontal scrollbar appears in Firefox, could be related, could be unrelated, regardless, that shouldn't happen, right? Environment: |
@noir04 Sorry, just now saw your comment. Yeah, that's definitely a bug. Doesn't look like they plan on working on it. |
I can confirm the bug is limited to Firefox and only with |
@Schw2iizer @wowton Can either of you provide me with an example of this issue in Chrome? |
@caseyjhol Yes, what would you like from me? |
Please create a reduced test case (you can use our preconfigured Plunker), and report back with:
Thanks! |
@caseyjhol This is happening to me as well. Thought this might be useful in your troubleshooting.
|
Providing me with a demo of the problem would be the most helpful. @noir04's issue is specific to large lists with options with lots of text (making the menu wider than the window) and only in Firefox. I'm working on fixing that, but if I'm not able to recreate an issue, it's not possible for me to fix it (how could I be sure I fixed it?) |
I just committed a possible fix, but I was never able to recreate this issue in Chrome, so 🤷♂️ . |
Hi, same problem here. In a small set of data works fine! But a large set not! A large range of white space is generate, but if i search for the last element I can select its. But i dot not get to see when i use the scrolling. |
Disable 'virtualScroll' can fix thia issue. (the default value is 600) Hi @caseyjhol , I created a test case, hope it can help you to fix the issue. It seems that the problem only occurs in firefox and edge on windows, I have tested firefox chrome safari on MacBook pro and there is no problem. |
Hey! I have the same problem. Kubuntu 20.04 bootstrap-select: 1.13.18 |
This fix solved my issue. thanks. |
Scrolling to the bottom of a bootstrap-select with virtualScroll enabled (where the number of elements exceeded the configured value) would not show any li's.
Thanks, I use this workarround
|
for me when this happens (a list of 1000-2000 entries), i added an attribute to the selector called data-size via javascript then ran selectpicker refresh, and that fixed it |
I've noticed when I have a list of 600-700+ items, when scrolling to the bottom, the dropdown turns white and there is nothing there. If I scroll a little bit back up, the list re-appears. This is making it very difficult to select the last item in the list. It does not happen when the list is smaller than 600. Has anybody experienced this?
The text was updated successfully, but these errors were encountered: