Search and Top Navigation
#15248 closed bug (duplicate)
Opened October 27, 2017 10:06AM UTC
Closed October 25, 2018 01:41PM UTC
Disabled Selectmenus: calling refresh repeatedly makes it slower and slower
| Reported by: | Fearodin | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.selectmenu | Version: | 1.12.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Following up on case #15078:
The bug was fixed in the case above, but only for selectmenu's which are enabled.
The fix contains the creation of a new remove-eventhandler in the widget-function 'bindRemoveEvent()'.
Here the '_untrackClassesElement' - Handler is added on-remove. But the call misses the 'suppressDisabledCheck'-Flag, which makes it useless for disabled selecmenus.
Changing the Call to the following, fixes the bug:
that._on(true, $(element), {
remove: "_untrackClassesElement"
});
Attachments (0)
Change History (1)
Changed October 25, 2018 01:41PM UTC by comment:1
| component: | ui.core → ui.selectmenu |
|---|---|
| resolution: | → duplicate |
| status: | new → closed |
Duplicate of #15247.