Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
1.8.1
-
None
-
any
-
macro parameter descriptor camel case lowercase
-
Description
It seems that macro parameter names are case sensitive. Take for instance the cssClass parameter of the box macro:
{{box cssClass="foo"}}bar{{/box}} {{box cssclass="foo"}}bar{{/box}}
The CSS class is applied only in the first case, when the parameter name has camel case style. The problem is that the key to the parameter descriptor in the parameter descriptor map is in lowercase, although the name field of the parameter descriptor is in camel case.
Attachments
Issue Links
- relates to
-
XWIKI-3581 WYSIWYG editor treats macro parameter names as case sensitive
- Closed
-
XWIKI-13990 Inconsistency between Java-based and Wiki-based rendering macros regarding the parameter descriptor map keys
- Closed