CForms-Ajax-Update sends <span> instead of <td>
-----------------------------------------------
Key: COCOON-2126
URL: https://issues.apache.org/jira/browse/COCOON-2126
Project: Cocoon
Issue Type: Bug
Components: Blocks: Ajax, Blocks: Forms
Affects Versions: 2.1.10
Reporter: Florian Weitling
In a <table> the cells' entries are delivered by a repeater. When hiding a cell
programmatically via WidgetState.INVISIBLE the bu:update contains a <span>
instead of a <tr> or another hint to hide away the cell. This results in weird
optics 'cause <span> is not allowed as child of a <tr>.
My current workaround: Using <div>s with table* styles.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.