#10441 closed Bug (duplicate)
Width attribute is not allowed by Custom configuration for ACF but can be set via table context menu
Reported by: | Irina | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | IBM | Cc: | Teresa Monahan |
Description
Steps to reproduce:
- Open datafiltering.html sample
- Insert a table into the editor2. Allowed attributes: 'table tr th td caption', width is not allowed.
- Right click and choose 'Cell Properties' from the context menu
Expected:
As width is not allowed by custom configuration, it should not be possible to set it.
Actual:
We can set cell's width and it will be removed when switching between source mode and WYSIWYG view
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
This task should also include context menu, not just dialogs. For example if no style allowed for <td> then 'Cell Properties' should not be displayed or be disabled in the menu list.
Tabletools are not yet fully integrated with ACF (lacking
requiredContent
properties for dialogs' inputs). There's already a ticket for this - #10273.