"Give Feedback" button in Employee Center Pro breaks when we use the mega menu or switch page

jackhoblyn
Tera Contributor

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?

1 ACCEPTED SOLUTION

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.(...)".

View solution in original post

4 REPLIES 4

Andr_
Tera Expert

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

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.(...)".

jackhoblyn
Tera Contributor

Have just seen this, given it a go and can confirm it fixes the issue.

Thanks a million!

jackhoblyn
Tera Contributor

👍