Steps to Reproduce
- load a blank sheet
- copy any text from another app ,e.g text
- click a cell, press Ctrl+v to paste
Steps to reproduce: case2
- set <spreadsheet onCellFocus=""/>
- double-click a cell, enter the edit mode
- press enter to leave the edit mode
- press Ctrl+v to paste
Current Result
no text paste
Expected Result
copied text is pasted
Debug Information
- sometimes, it might paste the text, but most of the time it doesn't paste.
- onCellFocus="org.zkoss.lang.Threads.sleep(20)", when the listener takes more than 20s, the bug happens. The same rule applies on onCellSelection listener
- 5.3.0 doesn't have this bug
Workaround
- relates to
-
KEIKAI-335 paste cells from Excel sometimes doesn't work
- Closed