Search and Top Navigation
#10526 closed bug (wontfix)
Opened August 07, 2014 05:30PM UTC
Closed August 07, 2014 08:04PM UTC
Last modified August 07, 2014 09:02PM UTC
.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.
Attachments (0)
Change History (3)
Changed August 07, 2014 05:41PM UTC by comment:1
Changed August 07, 2014 08:04PM UTC by comment:2
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
disableSelectionis deprecated and soon to be removed from the library (see http://api.jqueryui.com/disableSelection/), this isn't something we're going to address.
Changed August 07, 2014 09:02PM UTC by comment:3
Okay, thanks for the clarification. I've been able to work around it.
Upgraded to version 1.11.0.
Same issue remains.