-
18 Jan 2012 3:01 PM #1
setHideTrigger problem
setHideTrigger problem
When I use setHideTrigger to hide the trigger in a combobox the combo becomes invisible.
In the vbox-form example if you add
in the email combo the combo becomes invisible.Code:listeners: { 'afterrender': function() { this.setHideTrigger(true); } }
The problem exist with version extjs 4.1.0-beta-1 and not with extjs 4.0.7-gpl
I checked with the firebug an found that the whole table containing both the field and the trigger is set to display: none (<table id="combobox-1015-triggerWrap" class="x-form-trigger-wrap"...)
Has anybody experienced the same problem?
-
18 Jan 2012 3:31 PM #2
We've run across this one during testing, should be fixed up for the next release.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
19 Jan 2012 1:31 AM #3
Ok evant, thanks.
When is the next release scheduled approximately?


Reply With Quote