Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-139565

When upgrading from 6.2 to 7.1, image width/height in web content is lost

Details

    Description

      Issue
      When upgrading from 6.2 to 7.1, image width/height in web content is lost

      Steps to reproduce

      1. Start a clean 6.2 bundle with the following property
        editor.wysiwyg.default=ckeditor
        editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor
        
      1. Upload an image into Documents and Media
      2. Create a new web content that displays the uploaded image
      3. In the image properties, specify a width and a height
      4. Switch to source mode
      5. Check how the width and height are stored
        →The values are set as inline css
      6. Upgrade to 7.1
      7. Edit the web content and access the image properties popup

      Actual results
      The width/height fields are empty

      Expected results
      The width/height fields remain the same

      Note
      Looks like there is a behavior change on how the width/height is stored in code:
      6.2.x-ee (5d3633fa3cab4bad6c340987f099c6c246cf1de1) → The values are set as inline css
       <img alt="" src="..." style="height: 100px; width: 100px;" />
      7.1.x-private (c920473787354ba87a80e75159550bdba48f0fbf) → The values are set as img tag width/height attributes
       <img alt="" data-fileentryid="33227" height="100" src="..." style="margin: 0px;" width="100" />

      Note2
      If this behavior change is intended, and upgrade step to change inline css to img tag attributes is required.

      * Please see Zendesk Support tab for further comments and attachments.

      Attachments

        Activity

          People

            summer.zhang Summer Zhang
            binh.tran Binh Tran
            Kiyoshi Lee Kiyoshi Lee
            Minhchau Dang Minhchau Dang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              1 year, 16 weeks ago

              Packages

                Version Package
                7.1.X
                7.2.10 DXP FP18
                7.2.X
                7.3.X
                7.4.3.5 CE GA5
                7.4.13 DXP U1
                Master