#9044 closed bug (fixed)
Menu: Autofocus issue with dialog opened from menu widget
Reported by: | xlefebvre | Owned by: | k_borchers |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.4 |
Component: | ui.menu | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
Example: http://jsfiddle.net/Ksn9K/1/
When I open a dialog with button, there is an autofocus on textbox as expected. But when I open the dialog with menu, there is no autofocus.
Change History (6)
comment:1 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Autofocus issue with dialog opened from menu widget → Menu: Autofocus issue with dialog opened from menu widget |
comment:2 Changed 9 years ago by
Owner: | set to k_borchers |
---|---|
Status: | open → assigned |
Version: | 1.9.0 → 1.10.3 |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Menu: Only focus menu after click if focus is on an element within menu. Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget
Changeset: 485e0a06121d712bccad82a21a9e443292d2f9bb
comment:4 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|
comment:5 Changed 9 years ago by
Menu: Only focus menu after click if focus is on an element within menu. Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget (cherry picked from commit 485e0a06121d712bccad82a21a9e443292d2f9bb)
Changeset: 78c593be8f1651c743f4018dd9a2fd9ab6c25ae7
comment:6 Changed 9 years ago by
Milestone: | 1.11.0 → 1.10.4 |
---|
Note: See
TracTickets for help on using
tickets.
Corrected fiddle that doesn't mix jQuery UI versions: http://jsfiddle.net/Ksn9K/2/