Uploaded image for project: '{RETIRED} CKEditor Integration'
  1. {RETIRED} CKEditor Integration
  2. CKEDITOR-173

WYSIWYG Editor automatically cleans up CSS styles

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Major
    • None
    • 1.15
    • None
    • None

    Description

      Steps to reproduce:

      1. Create a new page (P1) with the following content:
        (% id="00" %)
        ======test1======
        (% align="right" %)test2
        (% align="center" %)test3
        (% style="border: 1pt solid; vertical-align: middle; background-color: rgb(209, 209, 208);" %)test4
        ----
        test5
      2. Edit P1 using CK Editor
      3. Save P1 -> the content changes to
        • CK Editor:
          ====== test1 ======
          
          (% style="text-align:right" %)test2(%%)
          (% style="text-align:center" %)test3(%%)
          (% style="background-color:#d1d1d0; border:1pt solid; vertical-align:middle" %)test4
          
          ----
          
          test5
        • GWT:
          ====== test1 ======
          
          (% style="text-align:right" %)test2
          (% style="text-align:center" %)test3
          (% style="border: 1pt solid; vertical-align: middle; background-color: rgb(209, 209, 208);" %)test4
          
          ----
          
          test5

      You can notice how the line "(% id="00" %)" was deleted, empty lines were added and the content was modified without any input from the user.

      Attachments

        Issue Links

          Activity

            People

              mflorea Marius Dumitru Florea
              msmeria Manuel Smeria
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: