- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:20 AM
We have recently upgraded Employee Center and our "Give Feedback" button completely breaks when we open up a topic page.
It switches to the left of the page and becomes unusable like in the image.
We also cannot close it.
has anyone else experienced this, and does anyone have a fix?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 01:12 AM
I found a workaround for now. Turns out the code in the Link field of the widget wasn't running when you change pages, so I copied some code from there into the server script. Just needed to replace "controller.data.(...)" with "data.(...)".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 07:23 AM
Hi jackhoblyn,
I'm also facing this issue. I'll let you know if I find the cause. Did you manage to fix this?
Best regards,
André Gonçalves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 01:12 AM
I found a workaround for now. Turns out the code in the Link field of the widget wasn't running when you change pages, so I copied some code from there into the server script. Just needed to replace "controller.data.(...)" with "data.(...)".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 11:16 PM
Have just seen this, given it a go and can confirm it fixes the issue.
Thanks a million!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 11:17 PM - edited 07-29-2024 04:54 PM
👍 ✅