Opened 8 years ago
Last modified 8 years ago
#14837 confirmed Bug
Can't tab through table inside a widget.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Support | Cc: |
Description
Steps to reproduce
- Create a widget which allows inserting table inside editable. You can modify simple box.
- Insert a table inside the widget.
- Click inside first table cell and press tab
Expected result
Focus is moved to next table cell like in case of table not inserted into widget.
Actual result
Focus is moved to next widget or out of the editor.
This ticket seems to be related to: #11700, #12235, #12236.