Changes between Initial Version and Version 2 of Ticket #10812


Ignore:
Timestamp:
Sep 9, 2013, 3:19:36 PM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10812

    • Property Status changed from new to confirmed
    • Property Version changed from to 4.2.1 (GitHub - master)
  • Ticket #10812 – Description

    initial v2  
     1Unit test can be found in t/10812.
     2
     3Manual TCs:
     4
     5=== TC1 (IE and sometimes FF) ===
     6
     71. Load this HTML: `<h1>Apollo 11<img alt="Saturn V carrying Apollo 11" src="assets/sample.jpg" /></h1>`
     82. Select image and press align right.
     93. Undo.
     10
     11* Expected: image is selected after undoing (although selection may differ visually from the old one)
     12* Actual: selection is lost.
     13
     14
     15=== TC2 (all browsers) ===
     16
     17{{{
     18<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
     19        <tbody>
     20                <tr>
     21                        <td>a</td>
     22                        <td>b</td>
     23                </tr>
     24                <tr>
     25                        <td>c</td>
     26                        <td>d</td>
     27                </tr>
     28        </tbody>
     29</table>
     30}}}
     31
     321. Load the above HTML.
     332. Select table (using elements path).
     343. Apply bold.
     354. Try to undo.
     36
     37* Expected: entire table is selected after undoing.
     38* Actual: selection is lost.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy