Opened 13 years ago
Closed 13 years ago
#4516 closed defect (fixed)
setSelectable function doesn't set the "selectable state" to true on Firefox
Reported by: | guest | Owned by: | tk |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | HTML | Version: | 0.9 |
Keywords: | setSelectable | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Example : http://milou.ccett.fr/~orange/sebastien/tests/setSelectable.html
On this example, the div element is first selectable, when you click on the button "unselect state", the div is no more selectable (setSelectable(domnode, false)). Then, if you click on the "select state" button (setSelectable(domnode, true)), the div stays unselectable (and have a style error...)
We have seen that setting the MozUserSelect? style property to void make the div element selectable.
Tests were made with Firefox 2.0.0.7 and firefox 1.5.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from sjmiles to tk |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I'll go ahead and fix this real quick.