Open
Bug 1364112
Opened 8 years ago
Updated 3 years ago
Impossible to remove selected cell's outline
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: public, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36
Steps to reproduce:
Having table in an contenteditable element you're able to select table and modify its content.
Firefox also allows for compelx table selection (which is great, good job!) which adds a subtle border around selected cells. The problem is that these cells can not be customized.
I can imagine that something like "zero-ing" `border` or `outline` should do the trick, just like it is with links that get focused.
Actual results:
The outline/border can not be removed. See an example here: https://codepen.io/mlewand/pen/gWeXrL
Expected results:
It should be possible to block/override the border.
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•