Changes between Initial Version and Version 1 of Ticket #7114


Ignore:
Timestamp:
Feb 8, 2011, 1:23:33 PM (13 years ago)
Author:
Krzysztof Studnik
Comment:

Confirmed for all browsers.
TC for second part of ticket:

  • add new iframe, width set to 100
  • in Source mode set its width to width="100%"
  • Switch back to WYSIWYG -> iframe is set to 100% width of edit area
  • Switch back to Source -> width is set back to 100

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7114

    • Property Status changed from new to confirmed
    • Property Version changed from 3.5.1 to 3.5
  • Ticket #7114 – Description

    initial v1  
    1 Using Mac Firefox 3.6, CKEditor 3.5.1, add an IFRAME to the textarea with the new iframe plugin / toolbar button. Try to add "100%" as the width. An error message comes back saying only numbers are allowed. I suspect related to this, if you already have existing text content that contains HTML that includes an iframe with "100%" width, enabling CKEditor on that textarea converts the width to "100". This is a regression from CKEditor 3.4 which left iframes alone (though did not allow selecting them to make changes).
     1Using Mac Firefox 3.6, CKEditor 3.5.1,
     2 - add an IFRAME to the textarea with the new iframe plugin / toolbar button.
     3 - Try to add "100%" as the width.
     4'''result''':An error message comes back saying only numbers are allowed. [[BR]]
     5I suspect related to this, if you already have existing text content that contains HTML that includes an iframe with "100%" width, enabling CKEditor on that textarea converts the width to "100". This is a regression from CKEditor 3.4 which left iframes alone (though did not allow selecting them to make changes).
    26
    37For anyone wishing to disable the iframe plugin until this is fixed, you can add "iframe" to config.removePlugins when calling CKEDITOR.replace(element, config) (see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.html#.replace and http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removePlugins).
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy