You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works correctly if there is no ajax loading with javascript attached to widgets.
Beside the fact that id's in sub widgets should follow the master widget schema imho, maybe there should be a better default to handle ajax requests which generate a more unique id if not explicitly specified.
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
Creating a ButtonDropDown inside a page which then loads code via ajax needs the "id" property to be set to avoid conflicts:
To make it non conflicting you need to sepcify the id also in the 'dropdown' options like
What's expected?
The rendered UL should assume at least a base id dependent something like:
What do you get instead?
Additional info
It works correctly if there is no ajax loading with javascript attached to widgets.
Beside the fact that id's in sub widgets should follow the master widget schema imho, maybe there should be a better default to handle ajax requests which generate a more unique id if not explicitly specified.
The text was updated successfully, but these errors were encountered: