-
9 May 2012 5:20 PM #1
[4.1.0] Hidden fields rendered with margin
[4.1.0] Hidden fields rendered with margin
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.0
Browser versions tested against:- Chrome 19 beta
DOCTYPE tested against:- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Description:- Hidden fields are not completely hidden - a css defined margin is being added. This is due to the following css rule: Code:
.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-checkboxgroup-form-item, .x-table-form-item { margin-bottom: 5px; }
Steps to reproduce the problem:- Create a hidden field
The result that was expected:- There is no visual sign of the hidden field
The result that occurs instead:- There is a 5px high space were the field is defined
HELPFUL INFORMATION
Operating System:- Windows 7
-
9 May 2012 5:27 PM #2
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote