Opened 15 years ago
Closed 15 years ago
#7756 closed Bug (invalid)
Linked image lost position
| Reported by: | datalink | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.5.3 |
| Keywords: | Cc: |
Description
Set path to an existing image in attached file. Open file in CKeditor, doubleclick image and set a link. On OK image lost the place and is inserted as last element. This seems to be happens in fullPage mode and when image is alone in a block element, but it's not fully analysed.
Attachments (1)
Change History (5)
Changed 15 years ago by
comment:1 Changed 15 years ago by
| Status: | new → pending |
|---|
I have done it exactly as you described (in every browser) and image always stayed on its place. the code I have used:
<p> <a href="http://google.com"><img alt="" src="http://192.168.1.103:8080/b.jpg" /></a></p> <p>
Have I done something wrong? Which browser and OS does this issue concern?
comment:2 Changed 15 years ago by
Oh yeah, I made some tests to find the problem and it's very special. In _samples/fullpage.html I set
CKEDITOR.on('instanceReady', function( evt )
{
var editor = evt.editor;
editor.execCommand( 'maximize' );
editor.addCommand( 'maximize',
{
exec : function( editor ) {},
startDisabled : true
});
});
for auto maximize on load and config.startupFocus=true. It happens in this case.
comment:3 Changed 15 years ago by
I think this ticket can be closed. I've setted startupFocus=true as global, because it's needed on another side with multible editors. But one maximized editor don't need it, I think.
comment:4 Changed 15 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | pending → closed |

testfile for fullPage mode