This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi there - I've been trying to use the FlexMenu with ChildUlCssClass. However in FlexMenu.cs the only references to ChildUICssClass are the public and private property definitions.
Nowhere in the BuildUlClass method (for instance) is that property used - end result being anything added in theme.skin in ChildUlCssClass wasn't showing in the generated HTML.
So I managed to get it working by adding this little bit of code to the BuildUlClass method:
if (childUlCssClass.Length > 0) { result += spacer + childUlCssClass; spacer = " "; }
Shaun
Edited for typos.
Hi Shaun,
Thanks for the bug report. I agree with your fix and have pushed this change to our source code repository.
Thanks,
Joe