Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3679

When I define a column as header column, it lose the width previously defined and saved.

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.2.5, 3.3.2, 3.4.1, 3.5
    • 3.4
    • None
    • None
    • Chrome

      On chrome.

          [CMS-3679] When I define a column as header column, it lose the width previously defined and saved.

          I was wrong, as you are using extjs/tinymce, style seems to work.
          The problem is getAttribute("style") returns a string with the properties OR an object when their is not style

          Raphaël Franchet added a comment - I was wrong, as you are using extjs/tinymce, style seems to work. The problem is getAttribute("style") returns a string with the properties OR an object when their is not style

          this is because style is not a classic attribute. you have to use cssText.
          (the same with the class attribute that you modify with className)

          Raphaël Franchet added a comment - this is because style is not a classic attribute. you have to use cssText. (the same with the class attribute that you modify with className)

          Problem :

          • insert a table 4x4
          • set a visual style (strong)
          • set 1st line as header
          • set 1st column as header
          • merge cells col 1, line 3 with col 2, line 3
          • split them
          • inspect the cells

          There is a (js .toString()) strange value in the style attribute

          Raphaël Franchet added a comment - Problem : insert a table 4x4 set a visual style (strong) set 1st line as header set 1st column as header merge cells col 1, line 3 with col 2, line 3 split them inspect the cells There is a (js .toString()) strange value in the style attribute

          Laurence Aumeunier added a comment - - edited

          When changing td to th or th to td, we lose the attribute style

          Laurence Aumeunier added a comment - - edited When changing td to th or th to td , we lose the attribute style

          Laure Lopez added a comment -

          When I merge cells, it lose the height of next lines.

          Laure Lopez added a comment - When I merge cells, it lose the height of next lines.

            raphael Raphaël Franchet
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: