Ticket #7158 (closed Bug: fixed)
Image placeholder for inserting an iframe does not use the style attribute
| Reported by: | tmonahan | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | UI : Dialogs | Version: | 3.5 |
| Keywords: | ibm iframe | Cc: | damo, satya, jamescun |
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
Change History
comment:1 Changed 2 years ago by garry.yao
- Status changed from new to confirmed
- Version set to 3.5
- Component changed from General to UI : Dialogs
comment:3 Changed 2 years ago by Saare
- Status changed from assigned to review
Proposing to have the fields synchronized.
comment:6 Changed 2 years ago by Saare
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [6958].
comment:7 Changed 2 years ago by tmonahan
We can still reproduce this issue in IE6 and IE7 - Can you please reopen this ticket to investigate further?
comment:8 Changed 2 years ago by tmonahan
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 2 years ago by wwalc
- Status changed from closed to reopened
- Resolution fixed deleted
comment:10 Changed 2 years ago by Saare
- Status changed from reopened to closed
- Resolution set to fixed
Actually this is a different bug: #7933.
