Opened 14 years ago
Closed 14 years ago
#5828 closed Bug (fixed)
[ContentEditable] Infinite script loop can be easily fired
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | |
Keywords: | Confirmed Review? | Cc: |
Description
- Load the following HTML:
<p>Para 1</p> <p><span contenteditable="false">Non Editable</span></p> <p>Para 2</p>
- Hit CTRL+A to select all.
- Click the indentation button.
Current results:
The script will loop, blocking the browser. This happens when creating lists also.
Expected results:
All paragraphs (including the one with the read only content) should get indented.
This one is related to the contenteditable feature branch.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Infinite loop fixed with [5595], leave open for the unexpected result: Only first two paragraphs get indented.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
WFM now. Code review will be done all in a row on the branch.
This happens even for inline operations, like applying styles.