Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4847 closed Bug (worksforme)

Opera: when opening context menu, an empty paragraph is added

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: SVN (CKEditor) - OLD
Keywords: Opera Cc:

Description

When right-clicking with a mouse on an image to open the context menu, closing the context menu and then switching to source mode, an empty paragraph appears (<p>&nbsp;</p>).

Tested on Opera 10.10 (build 1893) @ XP/SP3. Does not happen when using Shift+F10.

Steps to reproduce

  • Start with the following source
    <p>This is s<img alt="" src="http://a.cksource.com/c/1/inc/img/opensource-110x95.gif" style="width: 214px; height: 44px" />ome <strong>sample text</strong></p>
    
  • click on an image
  • right-click to open the context menu (note: when using Shift+F10, this problem does not exist)
  • click somewhere inside of the editing area to close the context menu (or press Esc)
  • switch to source mode
  • result:
    <p>
    	&nbsp;</p>
    <p>
    	This is s<img alt="" src="http://a.cksource.com/c/1/inc/img/opensource-110x95.gif" style="width: 214px; height: 44px" />ome <strong>sample text</strong></p>
    

Each time you repeat all steps, another empty paragraph is added.

Change History (2)

comment:1 Changed 14 years ago by Krzysztof Studnik

Resolution: worksforme
Status: confirmedclosed

Empty paragraph was not added on for Opera 10.61.3484, CKE 3.4.1 Trunk

comment:2 Changed 14 years ago by Krzysztof Studnik

Works also in linux

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