Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2013 at 17:32 UTC
Updated:
9 Dec 2014 at 14:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kslonka commentedMissed one class, new patch included
Comment #2
kslonka commentedIgnore above patches, uploaded the same file again :(. This one is correct
Comment #3
markhalliwellI think these can be removed (ie: not used in BS3).
These are no longer needed.
Definitely cannot commit inline styles. This will need to be fixed before committed. Perhaps in #2084331: Update and recompile the overrides.less/css file?
This should just be (no else):
What's the purpose of copying the search-block-form.tpl.php into this theme? Removing markup?
Comment #4
kslonka commentedMark:
1. OK
2. form-control is needed (http://getbootstrap.com/components/#input-groups)
3. Padding is off by 2px in firefox. Will need to investigate why
4. OK
5. Yes, search-block-form.tpl.php has
<div class="container-inline">which ironically makes it appear as block not inline.
Comment #5
markhalliwell2. No it's not, I just committed this fix in #2084343-21: Form preprocessing needs to be refactored.
3. We can address any styling issues in #2084331: Update and recompile the overrides.less/css file, not as inline styles.
Comment #6
kslonka commentedUpdated, but there are still problems with container-inline on chrome on search page (its the one with
<div id="edit-basic" class="container-inline form-wrapper">and i can't find where I can remove that, it's not in .tpl files...), and padding on my firefox.
Comment #7
markhalliwellHow about this?
Comment #8
markhalliwellActually now that I think about it, it makes sense to always wrap and only include the icon if IconAPI exists.
Comment #9
kslonka commentedEverything looks ok, I've found what's causing firefox to display
<input>'sincorrectly https://drupal.org/node/2084331#comment-7882325Comment #10
markhalliwellCommitted c07d39a to 7.x-3.x.
Comment #11
markhalliwellComment #12
Yorgg commentedHi.
I think this is the right issue.
Up to date Safari and Chrome:

Firefox:

I can't find 7.x-3.0-beta1 but I've tested with rc1 and -dev and this case remains.
Comment #13
Yorgg commentedComment #14
valkum commentedComment #15
markhalliwellActually @staminna, this relates to the search block in the navbar (entirely different issue). Please create new issues instead of open fixed ones.
Comment #16
markhalliwellWrong status
Comment #17
knalstaaf commentedConcerning #12: #2113693: search block in navbar strange behaviour