Search and Top Navigation
#10639 closed bug (fixed)
Opened October 02, 2014 06:12PM UTC
Closed October 16, 2014 12:14PM UTC
Selectmenu: Cannot typeahead when menu is open
Reported by: | tj.vantoll | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11.2 |
Component: | ui.selectmenu | Version: | 1.11.1 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
In 1.11.0 you could click on a selectmenu's button, and then start typing to autocomplete options. That functionality broke in 1.11.1 as the selectmenu no longer receives focus when you click the button.
Attachments (0)
Change History (6)
Changed October 02, 2014 06:12PM UTC by comment:1
keywords: | → regression |
---|---|
status: | new → open |
Changed October 02, 2014 06:31PM UTC by comment:2
milestone: | none → 1.11.2 |
---|---|
priority: | minor → blocker |
Changed October 02, 2014 08:49PM UTC by comment:3
This was caused by https://github.com/jquery/jquery-ui/commit/749a6a56677fe29d2bf777d79811ce8bdd1b5fad. I can't come up with a way to allow the functionality described in #10144, and to allow typeahead for options.
My first thought is to revert that commit as this is a far bigger issue, but I'll play with this a bit.
Changed October 08, 2014 04:46PM UTC by comment:4
Here's a fiddle that shows the original problem reported in #10144: http://jsfiddle.net/TdLvC/1/