#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> </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> </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
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
Empty paragraph was not added on for Opera 10.61.3484, CKE 3.4.1 Trunk