Opened 14 years ago
Closed 14 years ago
#7158 closed Bug (fixed)
Image placeholder for inserting an iframe does not use the style attribute
Reported by: | Teresa Monahan | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | UI : Dialogs | Version: | 3.5 |
Keywords: | ibm iframe | Cc: | Damian, Satya Minnekanti, James Cunningham |
Description
- Open any sample from the nightly build.
- Insert an iframe, specifying a width and height on the General tab and a style on the Advanced tab that sets the width and height properties to different values e.g
General tab: width = 300, height = 500
Advanced tab: style = width: 600px; height: 200px;
Problem: The image placeholder in the editor uses the width and height values from the General tab but if you preview the iframe it uses the width and height set in the style attribute.
The image placeholder should also use the style attribute to give the user an accurate representation of the size of the iframe.
Attachments (1)
Change History (11)
comment:1 Changed 14 years ago by
Component: | General → UI : Dialogs |
---|---|
Status: | new → confirmed |
Version: | → 3.5 |
comment:2 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 7158.patch added |
---|
comment:3 Changed 14 years ago by
Status: | assigned → review |
---|
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6958].
comment:7 Changed 14 years ago by
We can still reproduce this issue in IE6 and IE7 - Can you please reopen this ticket to investigate further?
comment:8 Changed 14 years ago by
We can still reproduce this issue on IE6, IE7 and IE8. To reproduce, enter width and height settings on the general tab, then switched to the advanced tab and change the width and height values. Remain on the Advanced tab and click OK. The placeholder image in the editor is not updated with the new width and height settings. Note: If you move back to the General tab before clicking OK, the placeholder size is updated correctly.
comment:9 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Actually this is a different bug: #7933.
Proposing to have the fields synchronized.