Opened 15 years ago
Closed 15 years ago
#4136 closed defect (fixed)
Editor clipboard commands from toolbar don't work in FF
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Editor | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
see test_Editor.html. cut/copy/paste are no-ops in FF
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
see http://dojo.jot.com/WikiHome/SetupCopyPasteForFirefox
probably we shall add that link to a warning message for FF?
comment:3 Changed 15 years ago by
those instructions are completely out or reach for any user who needs WYSIWYG HTML editing. It's best to just remove the UI.
comment:6 Changed 15 years ago by
how is that a better user experience? You need to justify providing options that the user simply cannot take advantage of in any resaonable sense, and no one has provided that justification so far. User experience must drive engineering, not the other way around.
comment:7 Changed 15 years ago by
This is so the user doesn't get confused (and stuck) thinking "where are the cut/paste buttons? how do i cut/paste?" It's also how other editors work, like TinyMCE and Google (nee Writely).
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
this is a limitation of FF. We should probably add code in the toolbar plugin to remove those buttons on that browser.