Skip to main content

Search and Top Navigation

#7094 closed bug (fixed)

Opened March 10, 2011 10:30AM UTC

Closed May 16, 2011 12:18PM UTC

Last modified May 16, 2011 12:19PM UTC

Buttons problem in Opera

Reported by: Mamen Owned by:
Priority: minor Milestone: 1.8.14
Component: ui.button Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:
Description

Only the first element (button) is converted into a jQuery button on demo page:

http://jqueryui.com/demos/button/

This is really a bug in the jQuery-selector, see http://bugs.jquery.com/ticket/8491

However, a small change in the selector could restore the demo. (e.g. switching "button" selector with ":button")

Attachments (0)
Change History (4)

Changed May 16, 2011 12:05PM UTC by bboyle comment:1

Pull request here: https://github.com/jquery/jquery-ui/pull/286

Fixed by changing order of selectors, putting 'button' last to keep Opera happy.

Changed May 16, 2011 12:18PM UTC by Scott González comment:2

resolution: → fixed
status: newclosed

Merge pull request #286 from bboyle/ticket7094

Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera

Changeset: db3d1945b8376f584f23b36680b70a82e5018667

Changed May 16, 2011 12:19PM UTC by Ben Boyle comment:3

Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera

(cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678)

Changeset: 4e3f8bdb70b67882decdecc62c63d39e8ce3d1fc

Changed May 16, 2011 12:19PM UTC by scottgonzalez comment:4

milestone: 1.91.8.14