Opened 15 years ago
Closed 15 years ago
#488 closed defect (fixed)
dojo.html.disableSelection fails on IE in 0.2.2
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To disable text selection on a node in IE it is necessary to connect the node onselectstart event to a function returning false (eventually created on the spot)
Note: See
TracTickets for help on using
tickets.
Seems to work just fine, see the SortableTable? test for testing.