YiiBooster
YiiBooster copied to clipboard
TbNavbar with 'collapse'=>false disappears on mobile
TbNavbar is always (regardless of $collapse property) rendered with "collapse navbar-collapse" classes, which causes its content to disappear on small resolutions when $collapse is set to false.
See: https://github.com/clevertech/YiiBooster/blob/master/src/widgets/TbNavbar.php#L161
it should be always there .... if not it will look like this http://screencast.com/t/P3CBdyNtt do you wanna this ?
Well, @amrbedair I think it's the intended behavior of the navbar. When I am using small screen I better have this table-of-contents-like menu than nothing at all.
@hijarian I think it was planned to be always collapsible ... I can not see any sample of the table behavior