Opened 14 years ago
Closed 13 years ago
#2890 closed task (fixed)
custom undo and redo support
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The latest build of the Editor2 widget's "Undo" and "Redo" buttons aren't working in IE7.
Also using Windows XP SP2.
Change History (5)
comment:1 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Milestone: | → 0.9 |
Owner: | changed from bill to liucougar |
comment:2 Changed 13 years ago by
Priority: | high → normal |
---|---|
severity: | major → normal |
comment:3 Changed 13 years ago by
Summary: | Editor2 undo and redo buttons not working im IE7 → custom undo and redo support |
---|
IE 6/7 have broken native undo/redo support, implement a custom undo/redo support (this will also support FF and any other modern browsers, which have w3c dom2 range API)
comment:4 Changed 13 years ago by
Type: | defect → task |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cougar has done this work for a side project so the code just needs to be merged into dijit. Not sure if we will have time for 0.9. Defer to 1.0 if necessary.