Opened 11 years ago
Last modified 11 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 )
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 11 years ago by
Keywords: | Webkit Blink added; Table Cell Properties Mac Chrome OSX removed |
---|---|
Status: | new → confirmed |
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
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.
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:
So guessing what should we do is hard and someone will always suffer.