NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: lkeyser on March 07, 2019, 12:20:43 AM

Title: Menu Flashes all option briefly
Post by: lkeyser on March 07, 2019, 12:20:43 AM
Hi everyone

Using
Clarion 10,
NT11.07,
String theory 3.05

I'm using the 'base' theme with 'double drop menus'
If I click on the menu with sub options.  Every menu item briefly flashes on screen.

I seem to recall that  is was a problem with earlier NT11 releases?
If anyone has a tip or theme that works it will be super..

Many thanks
Kind regards
Louis
Title: Re: Menu Flashes all option briefly
Post by: Bruce on March 07, 2019, 01:01:52 AM
I still need to sort this out, it's harmless, but ugly.
Title: Re: Menu Flashes all option briefly
Post by: Robert Iliuta on April 04, 2019, 11:38:02 PM
Hallo Bruce!

Yes, it's harmless but ugly as you said :-)
Did you find a workaround or a fix for next release?

Thank you!
Robert
Title: Re: Menu Flashes all option briefly
Post by: Jane on April 05, 2019, 10:13:44 AM
Robert,

Harmless, but ugly enough that I'm not willing to deploy it as-is.

I hacked for a while and was able to get rid of the worst of it. 

Attached CSS and JS files need to be added in the Scripts tab and Styles/Files tab on the web server extension.

CSS hides the menu dropdown items.

Then the document-ready script unhides them.

YMMV and a bargain at half the price ;-)

Cheers,

Jane
Title: Re: Menu Flashes all option briefly
Post by: Niels Larsen on April 06, 2019, 12:14:13 AM
I just hide the menu with css and when the hole page is loaded, unhide it by jquery.
P_web.script('$("#menuid").attr("display","block");')
Very easy
Title: Re: Menu Flashes all option briefly
Post by: Jane on April 06, 2019, 06:17:35 AM
Yep.  Same thing I did (in principle) in the attachment I posted.

But I added a one-line JS script instead of using p_web.script.

Still, it would be nice if it's fixed in the next release so such a workaround isn't necessary.

jf
Title: Re: Menu Flashes all option briefly
Post by: Robert Iliuta on April 07, 2019, 01:26:37 AM
Thank you Jane and Niels.
Works great.
Robert
Title: Re: Menu Flashes all option briefly
Post by: Bruce on April 15, 2019, 01:40:27 AM
fixed for 11.08