Opened 10 years ago

Last modified 10 years ago

#12043 confirmed Bug

The table should be highlighted when user selects table contents with keyboard (Ctrl+A, Shift+Arrow)

Reported by: Christophe Guillou Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: IBM Cc: Irina, Satya Minnekanti

Description

*Can reproduce on IE9, IE 10, IE 11, Firefox 29 *Can't reproduce on Chrome 35, Safari 7

Tested on http://dubxpcvm022.mul.ie.ibm.com/ckeditor/4.3.X/4.3.2/20140324-1514/ckeditor/samples/skins.html

===Steps to reproduce===

  1. Insert a table
  1. Type something in the table
  1. Press Ctrl + A to select all contents
  1. Check the table

*Please refer the attachment to get more detail

===Expected Result=== The table should be highlighted when user press ctrl + A to select all contents

===Actual Result=== Only the text in the table is highlighted

Attachments (2)

expected_behavior.png (72.1 KB) - added by Christophe Guillou 10 years ago.
select_defect.png (44.2 KB) - added by Christophe Guillou 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by Christophe Guillou

Attachment: expected_behavior.png added

Changed 10 years ago by Christophe Guillou

Attachment: select_defect.png added

comment:2 Changed 10 years ago by Jakub Ś

Status: newconfirmed
Summary: The table should be highlighted when user press ctrl + A to select all contentsThe table should be highlighted when user selects table contents with keyboard (Ctrl+A, Shift+Arrow)
Version: 4.4.2 (GitHub - master)4.0
  1. This issue is part of a larger one #12123.
  2. We have empty table cell mouse selection mentioned in ticket #8830. This ticket on the other mentiones selection with keyboard.
  3. Not only Ctrl+A but also Shift+Arrow should be covered.
  4. @cguillou perhaps you will be interested in partial workaround mentioned in #8830? Please check the attached file - selectEmptyCellsIE.html. This file allows selecting empty table cells with mouse and keyboard. The only problem is that visible selection is small and to handle this we will have to add custom CSS class to each cell on various event what requires some coding.
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy