Opened 10 years ago

Last modified 10 years ago

#12099 confirmed Bug

Table Cell properties get duplicated on Chrome/Mac

Reported by: Cesar Pinilla Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Webkit Blink Cc:

Description (last modified by Piotrek Koszuliński)

While using Chrome in Mac OSX (10.8.5), any time you select a cell in a table and set a property(ies), the same property(ies) get cloned to the next cell in the same row. This does not happen using firefox. A way around it is to highlight the content of the cell instead of the cell itself before setting the properties.

We tested this on the live demo to make sure it wasn't already fixed.

Change History (2)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Keywords: Webkit Blink added; Table Cell Properties Mac Chrome OSX removed
Status: newconfirmed

It's the same reason as in #10767.

Webkit/Blink does not allow to select a table cell without selection leaking to a sibling cell.

<td>[clicked</td><td>]second</td>

You don't see that but the second cell is selected too. This is a tricky situation, because user might want to select the second cell - e.g. when it's empty the selection will look like this:

<td>[clicked</td><td>]</td>

So guessing what should we do is hard and someone will always suffer.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Description: modified (diff)
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