Opened 14 years ago

Closed 14 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>

&nbsp;</p>

<div firebugversion="1.5.2" id="_firebugConsole" style="display: none;">

&nbsp;</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 14 years ago by Shaun

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.

comment:2 Changed 14 years ago by Sa'ar Zac Elias

Confirmed in FF 3.2 & Firebug 1.5.2. the bug also exists in CKEditor 3.1.

comment:3 Changed 14 years ago by Garry Yao

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:4 Changed 14 years ago by Garry Yao

I've Firebug at Firebug here :)

comment:5 Changed 14 years ago by Garry Yao

Resolution: expired
Status: newclosed

The bug is fixed in Firebug1.6a9.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy