Changes between Initial Version and Version 5 of Ticket #10745
- Timestamp:
- Jul 29, 2015, 2:51:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10745
-
Property
Status
changed from
new
toconfirmed
- Property Cc charis Ales Seifert Marian Kmet gaoheng richard@… added
-
Property
Version
changed from
to
4.0
-
Property
Status
changed from
-
Ticket #10745 – Description
initial v5 2 2 2. Select two cells. 3 3 3. Right click -> cells -> merge cells. 4 4. Nothing happened - only left cell is selected. 4 4. Nothing happened - only left cell is selected. In the error console the following is reported: 5 {{{ 6 TypeError: e.getDocument is not a function 7 }}} 5 8 6 9 To debug add `if ( !isDetect ) debugger;` statement at the beginning of `mergeCells` function. See that when this function is called the selection is already broken, so only one cell is returned from `getSelectedCells`.