NetTalk Central

Author Topic: Menu Flashes all option briefly  (Read 4010 times)

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Menu Flashes all option briefly
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Menu Flashes all option briefly
« Reply #1 on: March 07, 2019, 01:01:52 AM »
I still need to sort this out, it's harmless, but ugly.

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 469
    • View Profile
    • Email
Re: Menu Flashes all option briefly
« Reply #2 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

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Menu Flashes all option briefly
« Reply #3 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

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: Menu Flashes all option briefly
« Reply #4 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

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Menu Flashes all option briefly
« Reply #5 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

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 469
    • View Profile
    • Email
Re: Menu Flashes all option briefly
« Reply #6 on: April 07, 2019, 01:26:37 AM »
Thank you Jane and Niels.
Works great.
Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Menu Flashes all option briefly
« Reply #7 on: April 15, 2019, 01:40:27 AM »
fixed for 11.08