Opened 14 years ago
Last modified 14 years ago
#6335 closed Bug
iframe width is reset to 100 — at Initial Version
Reported by: | Duy Nguyen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.1 |
Keywords: | Cc: |
Description
width attribute of an iframe is always reset to 100. Steps to re-produce the bug:
- open ckeditor, insert <iframe width='700' src='http://www.example.com' ></iframe> and save
- open ckeditor again. the width is set to '100' even though it is displayed as '700'