When I navigate using the 'pitmaster club' link at the top, hit 'recent posts', or other major links, the 'messages' menu drops down, the 'my membership' menu drops down, as well as 'member benefits'. (No other screen taps done. ) Why? ​
Samsung Android tablet using Microsoft Edge 103.0.1264.77
I've cleared browser cache (forcing a new login.) Same symptom occurs. See image.
We do NOT see it replicated in Chrome developer tools -- BUT we are able to see the symptom very very briefly on desktop while shrinking the window size to different breakpoints. Right at the edge of the "desktop" vs "mobile" breakpoint, if you move your mouse slowly and carefully enough, you can replicate the visual shown above.
Based on that, it sounds like there may be a typo on the breakpoint value by a pixel or smidge. Just a guess on our part, but that's where we'd start looking first.
If you made a change today, it may have mostly worked. Now, we aren’t seeing the stacked menu appear, but …..the LOGOUT menu is wrapping, and the menu trees aren’t displaying for us now
Yep. I am so busy I had to stop trying to fix it. I know the issue, since I built that menu, but due to the way it works, I have not yet found a good solution.
The CSS causes the menu to change, but... the menu converts to the mobile menu on page resize. So when you first visit the page on a smaller screen (but not mobile), the menu get changed by the CSS, but the resize event is not fired and that causes the menu to show (in the collapsed form, as it should on the mobile view).
I am trying to find a way to force the event on page load. So that it stops popping up.
Comment