After updating to 15.alpha found a problem in the login module in the default mode (module) Both the user form-group and pass form-group divs has an height of 0, messing everything up. Maby It's something about Box-sizing: border-box; not allowing it's area to adapt to its size? Tested without any custom css applied, and it persists.
Here's the Html:
<form name="loginbox" class="form" id="loginbox-2" action="http://www.foo.bar/tiki-login.php" method="post" autocomplete="off"> <div class="user form-group"> <label class="col-sm-4" for="login-user_2">Usuário:</label> <div class="col-sm-8"> <input class="form-control" type="text" name="user" id="login-user_2"> </div> </div> <div class="pass form-group"> <label class="col-sm-4" for="login-pass_2">Senha:</label> <div class="col-sm-8"> <input onkeypress="capLock(event, this)" type="password" name="pass" class="form-control col-sm-8" id="login-pass_2"> <div class="divCapson" style="display:none;"> <span class="icon icon-error fa fa-exclamation-circle fa-fw " style="vertical-align:middle;"></span> CapsLock ligado. </div> </div>
The computed style:
Show all box-sizing border-box color rgb(51, 51, 51) display block font-family 'Helvetica Neue', Helvetica, Arial, sans-serif font-size 14px height 0px line-height 20px list-style-image none list-style-position outside list-style-type none margin-bottom 15px orphans 3 text-align left widows 3 width 132px Rendered Fonts Arial—6 glyphs
The CSS:
element.style { } .form-group { margin-bottom: 15px; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; /* box-sizing: border-box; */ } user agent stylesheet div { display: block; } Inherited from li .dropdown-menu li { background-color: #fff; color: #333; } address, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, nav, noscript, ol, p, pre, ul { widows: 3; orphans: 3; } user agent stylesheet li { display: list-item; text-align: -webkit-match-parent; } Inherited from ul.dropdown-menu.dropdown-menu-right .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0,0,0,0.175); background-clip: padding-box; } .dropdown-menu { color: #777; } address, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, nav, noscript, ol, p, pre, ul { widows: 3; orphans: 3; } user agent stylesheet ul ul, ol ul { list-style-type: circle; } user agent stylesheet ul, menu, dir { display: block; list-style-type: disc; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; } Inherited from li.dropdown.open #nav > li { display: inline-block; font-size: 14px; } address, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, nav, noscript, ol, p, pre, ul { widows: 3; orphans: 3; } user agent stylesheet li { display: list-item; text-align: -webkit-match-parent; } Inherited from ul#nav.nav #nav { text-align: justify; font-size: 0; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } address, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, nav, noscript, ol, p, pre, ul { widows: 3; orphans: 3; } user agent stylesheet ul, menu, dir { display: block; list-style-type: disc; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; } Inherited from nav.navbar.navbar-inverse.navbar-fixed-top address, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, nav, noscript, ol, p, pre, ul { widows: 3; orphans: 3; } Inherited from body.tiki.tiki_wiki_page.fixed_width.layout_header_middle_footer_containers body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } Inherited from html#page_9 html { font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0); } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } Pseudo ::before element *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } Pseudo ::after element *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
I'll try to fix it here, but not sure if I will learn how to commit soon enough for the release of the v15
Thanks
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |