Ticket #7094 (closed bug: fixed)
Buttons problem in Opera
| Reported by: | Mamen | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.14 |
| Component: | ui.button | Version: | 1.8.10 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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")
Change History
comment:2 Changed 2 years ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
Merge pull request #286 from bboyle/ticket7094
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
Changeset: db3d1945b8376f584f23b36680b70a82e5018667
comment:3 Changed 2 years ago by Ben Boyle
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera (cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678)
Changeset: 4e3f8bdb70b67882decdecc62c63d39e8ce3d1fc


Pull request here: https://github.com/jquery/jquery-ui/pull/286
Fixed by changing order of selectors, putting 'button' last to keep Opera happy.