-
3 Sep 2012 5:35 AM #1
Unanswered: [ FORM ] Html Editor - Ext Direct - Bug while setting value while collapsed
Unanswered: [ FORM ] Html Editor - Ext Direct - Bug while setting value while collapsed
Hi, there is s bug with ExtDirect - Html Editor and the collapsed status.
I explain.
I had a collapsed (initialization) tab panel. In one of this tab, there was a form with a load api.
While doing the load method with extdirect, an exception was launched whether the tab is still collapsed or not (this is the initialization configuration that create this bug)
If the tab is not collapsed as initialized, it works.
- [COLOR=red !important]Uncaught TypeError: Cannot call method 'match' of null ext-all-dev.js:143771[/COLOR]
- [COLOR=red !important]Ext.define.syncValue[/COLOR]ext-all-dev.js:143771
- [COLOR=red !important]Ext.define.getValue[/COLOR]ext-all-dev.js:143799
- [COLOR=red !important]Ext.define.checkChange[/COLOR]ext-all-dev.js:43085
- [COLOR=red !important]Ext.define.setValue[/COLOR]ext-all-dev.js:42976
- [COLOR=red !important]Ext.define.setValue[/COLOR]ext-all-dev.js:143723
- [COLOR=red !important]setVal[/COLOR]ext-all-dev.js:155809
- [COLOR=red !important]Ext.Object.each[/COLOR]ext-all-dev.js:3608
- [COLOR=red !important]Ext.apply.iterate[/COLOR]ext-all-dev.js:167
- [COLOR=red !important]Ext.define.setValues[/COLOR]ext-all-dev.js:155827
- [COLOR=red !important]Ext.define.onSuccess[/COLOR]ext-all-dev.js:97039
- [COLOR=red !important]Ext.define.onComplete[/COLOR]ext-all-dev.js:97161
- [COLOR=red !important](anonymous function)[/COLOR]ext-all-dev.js:2898
- [COLOR=red !important]Ext.define.runCallback[/COLOR]ext-all-dev.js:77089
- [COLOR=red !important]Ext.define.onData[/COLOR]ext-all-dev.js:77117
- [COLOR=red !important]Ext.apply.callback[/COLOR]ext-all-dev.js:10785
- [COLOR=red !important]Ext.define.onComplete[/COLOR]ext-all-dev.js:53817
- [COLOR=red !important]Ext.define.onStateChange[/COLOR]ext-all-dev.js:53755
- [COLOR=red !important](anonymous function)[/COLOR]ext-all-dev.js:2917
2
- [COLOR=red !important]Uncaught TypeError: Cannot call method 'match' of null ext-all-dev.js:143771[/COLOR]
-
3 Sep 2012 5:37 AM #2
Edit : while collapsing the tab containing the htmleditor and load the formn it bugs too.


Reply With Quote