Skip to main content
Topic: bug in dynamic menu component (Read 1181 times) previous topic - next topic

bug in dynamic menu component

There's a HUGE bug in dynamic menu component.
If Dynamic Menu component is added first to the page, it allows to use Menu Datasource.
After selecting the data (table name, menu value, menu label, order by) the items FilterPage, FilterField, MenuLabel are automatically filled.
Here's the problem (two of them) :
MenuLabel is filled with HTML and CSS tags. That in itself is not a problem if I can edit the item.
However, I cannot -- so I can never change the text color.
When using the dropdown of MenuLabel, it shows a list of tables and not of record fields from the table (like Filter Field correctly does).

Workaround?
Use Menu Datasource ONLY and DO NOT touch the MenuLabel item.