#6098 closed bug (notabug)
Opening dialog causing input to lost focus
Reported by: | lampacz | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.5 |
Keywords: | focus | Cc: | |
Blocked by: | Blocking: |
Description
Having form with focused text element and calling .dialog() to display message about loading autocomplete cause input to lost focus (same result with modal true or false)
$oDiv.dialog({ title: oM.title, height: 70, modal: oM.modal, resizable: false, close: function(event, ui) { if ($ajax) $ajax.abort(); } });
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
i don't need accessibility i need only display information message (no modal in mostly cases)
maybee some option which will cause not losing focus ? or using something else for displaying information message
Note: See
TracTickets for help on using
tickets.
Dialogs have to gain focus for accessibility. The user's focus (both in the DOM and in their mind) is now on the dialog.