Opened 15 years ago
Closed 15 years ago
#5253 closed Bug (expired)
CKEditor 3.2 + Firebug 1.5.2 = Problems
Reported by: | Shaun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | Confirmed | Cc: |
Description
This issue can be reproduced on the CKEditor.com demo page.
Using Firefox with Firebug 1.5.2 installed:
- Open the demo @ http://ckeditor.com/demo
- Press F12 to open your Firebug panel.
- Go into CKEditor's Source mode and delete everything.
- Go back into WYSIWYG mode.
- Click in the whitespace. You'll notice some extra spacing is inserted into the editor. Go back into source mode and you will see
<p>
</p>
<div firebugversion="1.5.2" id="_firebugConsole" style="display: none;">
</div>
<br />
Every time you switch to source mode, switch back to WYSIWYG mode and click on the bottom of the whitespace, an extra <p> tag is inserted.
I can confirm that this issue is not happening in a previous branch of my CMS that uses CKEditor 3.0.1.
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Confirmed in FF 3.2 & Firebug 1.5.2. the bug also exists in CKEditor 3.1.
comment:3 Changed 15 years ago by
Keywords: | Confirmed added |
---|
Confirmed with 1.5.3 also, that's really bad, and it's something that should really get fixed at Firebug side.
comment:5 Changed 15 years ago by
Resolution: | → expired |
---|---|
Status: | new → closed |
The bug is fixed in Firebug1.6a9.
Edit: It seems I can't get it to do it again after having closed/opened Firebug & refreshing the page a few times.
It would be nice if somebody else could verify if this is happening for them however.