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.

Collapsed Navbar seems to be broken in the latest version

See original GitHub issue

Its a possibility that the API has changed but I haven’t found anything to support this.

My Navbar is set up as follows (for example):

return (
      <div className='navbar-fixed teal lighten-1'>
        <Navbar brand='OLIO' right data-role='navigation'
          className='teal lighten-1' options={{ closeOnClick: true }}>
          <NavItem className={this.getClassIfActive('/articles')}
            onClick={this.props.refreshAndBrowse}>
            <Icon left>view_list</Icon>
            <span>{t('BROWSE')}</span>
          </NavItem>
)

Previously when making the browser narrower the menum would collapse into:

screenshot from 2017-08-22 15-11-02

Which it still does, however when I click this I am no longer presented with my menu options, but the following:

screenshot from 2017-08-22 15-11-55

It looks possibly like the menu isn’t being generated or dragged over?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
alextrasterocommented, Aug 21, 2018

Sure, make sure to have a look at there upgrade guide for the Sidenav: https://github.com/Dogfalo/materialize/blob/v1-dev/v1-upgrade-guide.md#sidenav

1reaction
lloydwatkincommented, Aug 22, 2017

No, agreed. There’s a workaround short term, so I can continue working and hopefully others can benefit. A fix can come with time 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap nav bar suddenly broken - css - Stack Overflow
When the menu collapses into an icon, the menu items are supposed to all be aligned to the right. Can anyone help me...
Read more >
Fixed Navbar with Mobile Collapse broken in 0.97.8 #3844
When using a Fixed Navbar and Mobile Collapse together, the overlay that ... Collapsed Navbar seems to be broken in the latest version...
Read more >
Navbar · Bootstrap v5.0
Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, ...
Read more >
Change the Bootstrap NavBar Breakpoint Example - Coderwall
By default, Bootstrap collapses (vertically stacks) the navbar at 768 pixels. You can easily change this threshold using a simple CSS media ...
Read more >
How to Create, Edit, & Make Your Navbar Awesome in Bootstrap
Navbars are responsive and fluid by default. Meaning, they expand or contract based on the width of the current viewport. Navbars require a ......
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