#9613 closed defect (fixed)
Editor: undo enabled on initialize (safari)
Reported by: | bill | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See test_Editor.html on safari.
The undo button for all the editors is enabled on page load, even though there's nothing to undo.
Change History (8)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | Editor: undo enabled on initialize → Editor: undo enabled on initialize (safari) |
comment:2 Changed 11 years ago by
Owner: | set to Jared Jurkiewicz |
---|
comment:3 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Owner: | Jared Jurkiewicz deleted |
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
Owner: | set to Jared Jurkiewicz |
---|
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 11 years ago by
Milestone: | future → 1.5 |
---|
comment:8 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
This can be easily worked around by setting customUndo. The main issue is Safari's native execCommand/QueryCommandValue return true for undo, even when there is nothing to undo.
Just set the customUndo param of the editor to true and the problem will go away.