Opened 17 years ago
Last modified 12 years ago
#3475 closed Bug
[FF] Multirange broken when command used several times — at Initial Version
| Reported by: | Tobiasz Cudnik | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Firefox Confirmed | Cc: |
Description
Multirange broken when command used several times.
Reproduction steps:
- Use bold on 2 separate chunks of text.
- Select part of 1st and part of 2nd chunk.
<strong>^fo^o </strong>bar<strong> f^oo^2</strong>
- Click "bold" button several times.
Depending on first selection range start, there are 2 possible misbehaviors:
- Second selection will jump from proper selection to rest of previously bolded text (of 2nd chunk).
- Second (or both) selections will disappear after second or third use of bold command, but still they will make some DOM modifications.
Attaching a screencast (35sec, ogg) presenting this issue.
Env: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.9) Gecko/2009042219 Iceweasel/3.0.9 (Debian-3.0.9-1)
