question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I can’t make the MaterialNavBar example work (https://gwtmaterialdesign.github.io/gwt-material-demo/#navbar).

I’m getting the “cannot read property ‘displayEffect’ of undefined” error while trying to use material navbar.

The code i used is copied from here: https://gwtmaterialdesign.github.io/gwt-material-demo/#navbar

<g:HTMLPanel> <m:MaterialHeader> <m:MaterialNavBar> <m:MaterialNavBrand href="#Test" float="LEFT" text="App Title"/> <m:MaterialNavSection float="RIGHT"> <m:MaterialLink iconType="ACCOUNT_CIRCLE" iconPosition="LEFT" text="Account" textColor="WHITE" waves="LIGHT"/> <m:MaterialLink iconType="AUTORENEW" iconPosition="LEFT" text="Refresh" textColor="WHITE" waves="LIGHT"/> <m:MaterialTooltip text="Menu"> <m:MaterialLink iconType="SEARCH" textColor="WHITE" waves="LIGHT"/> </m:MaterialTooltip> <m:MaterialTooltip text="Starter"> <m:MaterialLink iconType="MORE_VERT" textColor="WHITE" waves="LIGHT"/> </m:MaterialTooltip> </m:MaterialNavSection> </m:MaterialNavBar> </m:MaterialHeader> </g:HTMLPanel>

Saw somewhere that: “The navbar is intended to be hidden on FLoat types” but i dont know how to do it

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rodrigobastosvcommented, Feb 27, 2019

Sure. I just shared with you

0reactions
rodrigoborgesdeoliveiracommented, Feb 27, 2019

Thank you very much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

bootstrap navbar not working correctly - Stack Overflow
Suddenly the navigation is not working, i tried a few things but no luck. In the chrome network inspector tab everything seems fine....
Read more >
Navbar - Bootstrap
Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, ...
Read more >
Nav bar not working in the way i want it to - HTML & CSS
I'm trying to make a navagation bar and my search bar moves to the bottom and i want the tabs and search to...
Read more >
navigation bar is not working properly in Bootstrap - MSDN
User1839056048 posted. Hi,. I want to display a navigation bar following is my code <nav class="navbar navbar-default"> <div ...
Read more >
Bootstrap navbar in template not working on other html pages
Solved: Hi, I am having a lot of trouble getting a navbar that works on all pages. I can get it to work...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found