Opened 5 years ago
Closed 5 years ago
#15233 closed bug (notabug)
Selectmenu strips all options but the visible one
Reported by: | Lothar Bongartz, 1der1.com | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.selectmenu | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Unfortunately, I can't reproduce the following problem in a fiddle. On the page https://1der1.com/pages/update I use several selects. Quite often, I can't open up a selection. This happens out of the sudden and there is no certain way to reproduce it. The console doesn't show an error. When I inspect the element with the debugger, I can see, that the option-list contains the visible option only. For this reason, the dropdown list can't open - there are no other options to show. When this happens, all ui selects are affected. Even when I create a new selectmenu from scratch (within a new dialog), it comes with the problem right from the beginning.
Change History (1)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → notabug |
Status: | new → closed |
If the option isn't visible, it's not selectable, so we don't create them. I'm not sure why you would have expected this to work.