Opened 13 years ago
Closed 13 years ago
#9552 closed defect (fixed)
Editor: initial text not erased by DELETE (FF)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
On test_Editor.html, go to the second editor and:
- Click to focus the editor (caret can be anywhere)
- Type meta-a (mac) or ctrl-a (windows) to select all the text
- Press either DELETE or a normal key. That should clear the selected text, but it doesn't.
You need to type something into the editor first and then delete etc. works.
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oops, above checkin fixes #9551 not this ticket.
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to bill |
Status: | reopened → new |
Summary: | Editor: sometimes selected text not erased by DELETE (FF3.5/mac) → Editor: initial text not erased by DELETE (FF3.5/mac) |
Hmm, this works in 1.3, maybe I broke something recently.
comment:4 Changed 13 years ago by
Summary: | Editor: initial text not erased by DELETE (FF3.5/mac) → Editor: initial text not erased by DELETE (FF) |
---|
Note: See
TracTickets for help on using
tickets.
(In [18821]) Fix exception if a user calls attr('disableSpellCheck') before the editor's iframe has finished initializing. Fixes #9552 !strict.