Needs review
Project:
Bootstrap Admin
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2017 at 00:34 UTC
Updated:
19 Feb 2018 at 10:09 UTC
Jump to comment: Most recent, Most recent file



Comments
Comment #2
lazzyvn commentedFix textarea, fieldset height for form container :
- remove class "form-control" in div warraper for textarea
- change div id wrapper fieldset if it have same id with fieldset id
Comment #3
markhalliwellThis project is not an admin theme, it's a base theme. Moving to the appropriate queue.
That being said, I really don't know when I can get to this. It isn't exactly high on my priority list at the moment, especially since it's 7.x.
Comment #4
lazzyvn commentedYes i know it a base theme. but i got somme bug in my custom theme exemple
form element have type container and his children is (textarea or fieldset)
- div wrapper of textarea have class form-control bootstrap version 3.3.7 height of form-control is always 34px .form-control { height: 34px;}
- div wrapper of fieldset have same id of fieldset
function bootstrap_container($variables) in bootstrap/templates/system/container.func.php produit this issue.
i suggest this code to fix it
Comment #5
lazzyvn commentedMy new patch it fix a lots of bug drupal admin default