Actions
Bug #14121
closedRTE: Tables
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-04-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When making border -width to 0 pixels in the table, it is no-longer possible to get the settings for the table up by clicking the border with the mouse.
1. Click the button "Insert table" in the RTE.
2. Let the border stay 1 px.
3. Click the border and edit the table.
4. Make the border 0 px.
5. Try to click the border of the table to get the edit layer back up. This is not possible.
(issue imported from #M28)
Updated by Peter Niederlag over 20 years ago
I haven't used MSIE-RTE for a long time now. ;)
Can anybody eproduce this?
Can anybody eproduce this?
- WorkAround **
use a default-class assigned to all tables(HTML-parser!) put a css-style into the inline style of RTE which is should be like '... style="border: 2px dotted grey;"....'
There you go. :->
You need to setup HTML_parser to change css-class and/or style on #entry and #exit RTE.
Peter
Updated by Ingmar Schlecht over 20 years ago
I didn't look deeper into this issue, but as I understand it, Peter (juggler) found a workaround so this bug can be closed. If you don't agree, you can reopen it.
Actions