If Toolbar module or Overlay is enabled the Navbar module does not work properly at all.
hook_install() need to disable both modules.
Both causes a lot of issues and break navbar completly.
Issues:
- Overlay: Tabs are overlayed by menu
- Toolbar: click on menu shows a completly destroyed navbar
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | navbar_Disable+colliding+modules+in+hook_install.patch | 589 bytes | hass |
Comments
Comment #0.0
hass commenteda
Comment #1
hass commentedPatch attached
Comment #2
hass commentedThis may needs work. I see overlay is supported under D8, so it should work. We just need to fix the offset here for overlay. However toolbar module should be disabled.
Comment #3
jessebeach commentedI think the best way to approach this to mention in the README that this module is incompatible with Toolbar. We shouldn't be disabling modules from this module. There are several modules this could clash which out in contrib space, too.
I added this note in 7.x-1.x (1cd3fd252d00572c307062580aef011c377a2563).
Comment #4
hass commentedOk.
Comment #4.0
hass commentedUpdated issue summary.