jQWidgets
jQWidgets copied to clipboard
jqxGrid: Incorrect browser selection
Describe the bug If the grid is in grid mode, you highlight any row in the grid, copy it with Ctrl + C and paste it, you will see correct behaviour. Switching to the card view and copying another item, you will see that the result when you paste will be the first selected row in the grid mode. Returning back to the grid mode and highlight another row, then go to card view and copy will result in the another row being pasted
To Reproduce Steps to reproduce the behavior:
- Go to https://jsfiddle.net/rfossella/a45uret1/43/
- Click on highlight and copy with Ctrl + C the second row
- After pasting, the result is the correct
- Now click the button to switch to card view
- Copy some information from a card with Ctrl + C
- Paste it and you will see the same result as in the grid mode
- Now copy the same thing but now with a right click of the mouse
- Paste and see that the correct information is pasted
- Go back to grid mode and highlight another row
- After going to the cardview and copying anything with Ctrl + C, the paste result will be the highlighted row in the grid mode