#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: | ||
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")
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merge pull request #286 from bboyle/ticket7094
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
Changeset: db3d1945b8376f584f23b36680b70a82e5018667
comment:3 Changed 12 years ago by
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera (cherry picked from commit a6a8611556205aee7c1d6cb82d4ac47050b94678)
Changeset: 4e3f8bdb70b67882decdecc62c63d39e8ce3d1fc
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.14 |
---|
Pull request here: https://github.com/jquery/jquery-ui/pull/286
Fixed by changing order of selectors, putting 'button' last to keep Opera happy.