Skip to main content

Search and Top Navigation

#9204 closed bug (wontfix)

Opened April 03, 2013 04:50PM UTC

Closed April 03, 2013 05:14PM UTC

Dialog: Add option to completely disable focus on open

Reported by: jonez Owned by:
Priority: minor Milestone: none
Component: ui.dialog Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

Using a plugin that requires focus inside a jQuery UI dialog doesn't work, ex: https://github.com/Belelros/jQuery-ColorPicker you cannot focus on the text boxes to change color values because JQ keeps auto-focusing on the first element.

There doesn't seem to be much documentation on the autofocus change you just made, is it configurable at all other then using that attribute to specify an element? I'd like to completely disable this feature for a specific dialog instance.

Attachments (0)
Change History (1)

Changed April 03, 2013 05:14PM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

The focus logic will not become optional. The color picker you're using should either adopt our .ui-front logic (preferable) or you can add support specifically for the color picker as mentioned in http://bugs.jqueryui.com/ticket/9087#comment:14