#10179 closed Bug (invalid)
Bug on image dialog behavior
Reported by: | Jose Carlos Aparicio | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Parser | Version: | 4.0.1 |
Keywords: | Cc: |
Description
It was found a bug on image dialog behaviour. When i try to set a new image, for instance:
Ckeditor translate it to html successfuly
<img alt="" src="http://designals.net/wp-content/uploads/2011/10/tarjetas-04.jpg" style="width: 600px; height: 430px;" />
But when i submit it, HTML code which is send is wrong
<img alt="" src="http://designals.net/wp-content/uploads/2011/10/tarjetas-04.jpg" 600px; height: 430px;" />
So, style tag "style="width:"
is deleted. I think CKeditor corrupt html code when content is posted.
Change History (3)
comment:1 Changed 12 years ago by
Keywords: | style width img added; removed |
---|
comment:2 Changed 12 years ago by
Keywords: | image dialog behaviour bug tag delete deleted style width img removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:3 Changed 12 years ago by
BTW. You can update your CKEditor to 4.0.2. We fixed that image dialog layout issue, which is caused by a bug in Chrome (see #10123).
I'm closing this issue as invalid. if you are able however to reproduce this problem in AJAX sample or any other way without using submit please describe how can this be done and I will reopen this issue.