Event handler named in log but not found in code

I see several messages like "“function msgHomePage_mouseIn is registered as a static event handler but is not exported from the page code. Please remove the static event handler or export the function” in the Logs Explorer but searching the code I cannot find “msgHomePage” anywhere.

1 Like

Hello,

Did you find the solution ?

because I have the same type of message :

function txtDate_mouseIn is registered as a static event handler but is not exported from the page code. Please remove the static event handler or export the function

Forum-people, it is caused by an update. The Code-editor is improved right, now. There are still some issues (yes), but i am sure they will be gone soon.

Waiting for bug-fixes…
And Wix —> do not forget to fix the → “required” code-bug.

(But perhaps in your case, it is another issue, not sure).

https://www.wix.com/velo/forum/community-discussion/wix-editor-gone-crazy

@bjar & @colingrossau can you please share an image displaying the error.

@shay-wix

@bjar thank you for sharing.
It doesn’t affect your site in any way. It is an internal system message that should probably not logged into the console.

txtDate_mouseIn is an event that defined on the txtDate element via the property panel and that probably later removed from the code.

In any case, we will look into it.

Hello,

sry for my english, but sometimes I reproduce the same error.
I copied and pasted a “section” which contained an event handler.
Removing and re-creating the event handler didn’t help.
Copy & paste again the section solved the problem.