Changes between Initial Version and Version 1 of Ticket #6335
- Timestamp:
- Sep 24, 2010, 9:50:56 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6335
-
Property
Status
changed from
new
topending
-
Property
Status
changed from
-
Ticket #6335 – Description
initial v1 1 1 width attribute of an iframe is always reset to 100. 2 2 Steps to re-produce the bug: 3 1. open ckeditor, insert <iframe width='700' src='http://www.example.com' ></iframe> and save 4 2. open ckeditor again. the width is set to '100' even though it is displayed as '700' 3 1. open ckeditor, insert 4 {{{ 5 <iframe width='700' src='http://www.example.com' ></iframe> 6 }}} 7 and save 8 2. open ckeditor again. the width is set to '100' even though it is displayed as '700'