#10526 closed bug (wontfix)
.disableSelection - different in Chrome and Firefox
Reported by: | glen95 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If a <select> is placed within a <div>, and .disableSelection() is run on the <div>, the dropdown works fine in Chrome, but is unusable in Firefox.
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Hey glen95,
Thanks for taking the time to contribute to jQuery UI.
I see the issue (http://jsfiddle.net/tj_vantoll/wqr03ghb/), but because disableSelection
is deprecated and soon to be removed from the library (see http://api.jqueryui.com/disableSelection/), this isn't something we're going to address.
comment:3 Changed 9 years ago by
Okay, thanks for the clarification. I've been able to work around it.
Note: See
TracTickets for help on using
tickets.
Upgraded to version 1.11.0.
Same issue remains.