בעיה בקוד של תפריט רחב

היי,
לפתע פתאום הפסיק לעבוד האופציה שאני נכנס לאובייקט עם העכבר הוא נשאר במקום ולא נעלם
כל ההגדרות מוגדרות תקין בקוד לא מצאתי איפה הבעיה וניסיתי להוריד קוד במקומות מסוימים אולי זה יעזור אבל לצערי זה לא עזר
מצרף סרטון על מה מדובר
זה בנוגע לאתר METROTEC
https://drive.google.com/file/d/1Y0mUJvTnY6KwF6B7PeLzRwj4Fox8Kqtx/view
יאיר.
תודה

This forum is English only. Please repost your question in English.

Hey,
All of a sudden, the option that I entered the object with the mouse stopped working
All the settings are set correctly in the code I did not find where the problem and tried to download code in some places may help but unfortunately it did not help
Adds a video about this
https://drive.google.com/file/d/1Y0mUJvTnY6KwF6B7PeLzRwj4Fox8Kqtx/view

https://webmastertopink.wixsite.com/metrotec

thanks

You are missing the event handlers for ScanneIcon_mouseIn and ScanneIcon_mouseOut.

Ok I fixed it but that’s not what I meant.
Look at the
headerOnScroll
when i MouseIn to the BankMenuTop after in MouseIn to buttonBank for example He disappeared instead of staying there

?

?

I have played with this repeatedly and am unable to see the problem that you refer to. All menus, including the bank menu works fine - hidden and shown at the proper times, with and without scrolling.

Understand that we are unable to debug or rewrite complex code and page configurations. If you feel that there is a bug in Wix Code, then please try to create a test page with the minimum scenario in which the problem appears to help us investigate the issue properly.

Thank you for your understanding.

I’ll try to explain again.
When I scroll, a new menu opens and I choose one of the categories. Another menu opens, but when I try to get on it, it disappears

I’m not sure if there’s a bug or not, but I did encounter a mouseOut() behavior that raised a question. I’ve referred this to QA for evaluation.

ok thank you

The same problem still exists

Hi,
You use mouseOut event so it closes the menu below.


That’s not a bug.
Roi.

True, I use it even in the usual menu and it works. It appears that if I move to another place it will disappear and will not be shown.
If I delete the mouseout from the button and move the mouse up and start to walk the pagethe menu will be stuck there without disappearing.
on scrolling menu

There are a lot of scenarios that you need to handle in your menus.
For example close all submenus when switching from scrolling menu to regular menu.
Roi.