Closed (fixed)
Project:
Bootstrap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2013 at 20:29 UTC
Updated:
28 May 2013 at 01:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
andregriffin commentedAlso, I don't know if I'm the only one that thinks this, but I quite like the search form floated to the right in the navbar.
Comment #2
andregriffin commentedHowever, in the float-right option, it would make sense to print the navigation "region" after both primary AND secondary links.
Comment #3
markhalliwellActually, I disagree about the tpl change. Users might want to put stuff in between the two. Simply float the block to the right will suffice (and I agree, looks better). Went ahead and consolidated the selectors too. PS: anytime we alter the overrides.less file, we need to recompile the overrides.css file as well.
Comment #4
andregriffin commentedAlso, the
.element-invisibleclass doesn't seem to be doing the trick on the submit button anymore, causing horizontal scrollbars when placed in the secondary sidebar at various window widths. I've not yet figured out a proper fix for this.Comment #5
markhalliwellThat's an entirely different issue (although sounds similar to #1870076: Fixing horizontal scroll bar on iPhone). It also seems to only pertain to web-kit browsers. Created issue: #1994044: .element-invisible causes mobile to scroll horizontally
Comment #6
andregriffin commentedVery good. The main reason why I wanted to adjust the tpl was due to how the search is displayed in the collapsed nav. It would be nice to keep the search at the very bottom in the collapsed nav, rather than splitting up primary and secondary links. But maybe that can be done with just some CSS.
Comment #7
markhalliwellAh, good point. Well, we'd have to move it after the primary and second navs then. There's really no way to get around markup order on mobile. Added back the tpl changes, guess if anyone wants it differently they can override it.
Comment #8
markhalliwellPretty sure I just fixed #1994044-2: .element-invisible causes mobile to scroll horizontally, would you mind testing it. Thanks!
Comment #9
andregriffin commentedhttp://drupalcode.org/project/bootstrap.git/commit/a83f51b