Forum Discussion

Jack_Machesky's avatar
Jack_Machesky
Cloud Apps
02-28-2024
Solved

Widget displaying differently in edit versus view mode

I have a few widgets on my dashboard that are only displaying correctly when I click into the edit mode on them. When I am viewing the whole dashboard, they are not appearing correctly. Any reason wh...
  • DRay's avatar
    DRay
    03-07-2024

    Hello Jack_Machesky.

    The filter members are being read and then the value is assigned using jQuery during the widget.ready event, which doesn't fire unless the widget is rendered in the view mode and is ready on the dashboard. On top of that, the jQuery used to apply the text value looks for a certain class and then modifies the dom. That's the reason why the Edit mode is not showing the filtered member.