#223 closed defect (fixed)
dnd (drag and drop) broken on safari
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.1 |
Keywords: | safari dnd | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
test_simple fails on drops with:
DEBUG: [TypeError: Value undefined (result of expression window.getSelection().removeAllRanges) is not object.]
Change History (3)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Milestone: | → 0.2release |
---|
Note: See
TracTickets for help on using
tickets.
(In [2298]) updates to the drag manager to deal with bogus nodes in the drop target list and some updates to dojo.html to fix styling, make it a bit shorter, and to un-break selection clearing on Safari. Fixes #223