
| Key: |
CONF-8756
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
|
| Reporter: |
James Mortimer
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
Issue Links:
|
Cause
|
|
This issue is caused by:
|
|
CONF-7648
Disable Compatibility Macros (confluence.macros.compatibility) by Default
|
|
|
|
|
CONF-7647
Provide an easier interface for detecting macro name contention
|
|
|
|
|
|
|
|
Background: the edit-include macro (see CONFEXT:edit-include user macro ) generates html code that contains a style override, that might look like this:
When this macro is used on a page in a table using wiki markup, everything is fine. If the table is defined using {table} macro set, extra <TD>....</td> tags are inserted for each 'newline' in the above 'style', effectively interfering with the html style declaration. For example this wiki code generates the following HTML. A and B are NOT equivalent to each other: They should be equivalent, or at least, not interrupted with extra <TD>'s.
(note: replace the ()'s with {}'s, but for some reason these don't work for table elements in noformat blocks!!!!!)
Generated html A:
Generated html B:
|
|
Description
|
Background: the edit-include macro (see CONFEXT:edit-include user macro ) generates html code that contains a style override, that might look like this:
When this macro is used on a page in a table using wiki markup, everything is fine. If the table is defined using {table} macro set, extra <TD>....</td> tags are inserted for each 'newline' in the above 'style', effectively interfering with the html style declaration. For example this wiki code generates the following HTML. A and B are NOT equivalent to each other: They should be equivalent, or at least, not interrupted with extra <TD>'s.
(note: replace the ()'s with {}'s, but for some reason these don't work for table elements in noformat blocks!!!!!)
Generated html A:
Generated html B:
|
Show » |
|
What table macro are you talking about exactly?
Do you mean the one in Adaptavist's Content Formatting Macros Plugin
?
Cheers,
Don