Ticket #1633 (closed Bug: fixed)
[FF] styles on iframe elements affect the editor and panels
| Reported by: | alfonsoml | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
| Component: | General | Version: | FCKeditor 2.5.1 |
| Keywords: | Confirmed Firefox Review+ | Cc: |
Description
Add
<style type="text/css">
iframe {
width: 100%;
height: 400px;
border: 3px solid red;
background-color: blue;
}
</style>
to a test page and you'll see that they make impossible to use the editor. I think that we should force some styles on the generated iframes to avoid this kind of problems.
Reported in http://www.fckeditor.net/forums/viewtopic.php?f=6&t=7759
Attachments
Change History
Note: See
TracTickets for help on using
tickets.