Search and Top Navigation
#9571 closed bug (notabug)
Opened September 24, 2013 02:38PM UTC
Closed September 24, 2013 02:47PM UTC
Last modified September 24, 2013 03:10PM UTC
contentEditable not working
Reported by: | dougwo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This appears to be a jquery bug, not jquery-ui, but it is related to resizable. I have a DIV that is resizable and I use
$(object).attr(contentEditable',true)
to make it editable.
With Jquery-ui-1.9.2 it works. With 1.10.3, when I click to set insert point, nothing happens. Other attr commands work fine.
I tried with jquery 1.9.1 and 1.10.2. Same result.
I'm not sure how this is related to resizable, but it works just fine for me: http://jsbin.com/OwejImI/1/
If you're still having trouble and you think the problem is actually related to jQuery UI, please provide a reduced test case showing the problem,