Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-559

the number of pasting cells is more than the number of copying cells

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.10.0
    • 5.8.1
    • None
    • Security Level: Jimmy

      Steps to Reproduce

      1. in a blank sheet, enter 1 at A1, 4 at A4 with *firefox*
      2. copy A1:A4 with Ctrl+c
      3. press Esc to cancel copy mode
      4. move to A5, paste them with Ctrl+v

      Current Result

      keikai pastes 6 cells instead of 4 cells

      Expected Result

      pasting 4 cells

      Debug Information

      • chrome doesn't have this bug
      • after Ctrl+v, it produces nested zsfocus
        <div id="_z_25-fo" class="zsfocus" contenteditable="true">
            <div id="_z_25-fo" class="zsfocus">
                <table>
                    <tbody>
                    <tr>
                        <td>1</td>
                    </tr>
                    <tr>
                        <td><br></td>
                    </tr>
                    <tr>
                        <td><br></td>
                    </tr>
                    <tr>
                        <td>2</td>
                    </tr>
                    </tbody>
                </table>
            </div>
        </div>
        

      Workaround

            DevChu DevChu
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: