Opened 8 years ago
Last modified 8 years ago
#17051 confirmed Bug
[TI] Select all on only table content creates native selection.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://tests.ckeditor.dev:1030/tests/plugins/tableselection/manual/integrations/selectall/table.
- Follow the scenario (with
Cmd + A
). - When releasing
Cmd + A
, releaseA
and after some time releaseCmd
.
Expected result
The table is faked selected.
Actual result
Native selection is visible.
Other details (browser, OS, CKEditor version, installed plugins)
OS X, tested on Safari, Chrome. Works fine on Firefox.
Additionally on Safari, error is thrown:
TypeError: null is not an object (evaluating 'e.getChild(f-1).type')
. If Cmd + A
is release at once it works fine. Seems to be working fine on Windows where select all is fired after releasing A
. On OS X it is fired after releasing Cmd
.