Threaded View
-
27 Oct 2011 4:21 PM #1
4.x project: missing "tpl" property for ComboBox
4.x project: missing "tpl" property for ComboBox
Designer version tested:
Designer 1.2.2 rev 48
Operating System:
- WinXP Pro
- Win7 Ultimate 64-bit
Ext JS 4.x
Description:
I'm migrating my app from EXTjs3 to EXTjs4 by rebuilding the entire app in Designer.
I use a lot of comboboxes with Xtemplates. However, the "tpl" property is not available for a combobox!
Steps to reproduce the problem:
- create new 4.x project
- create a simple ArrayStore
- add 1 integer field with the name "cnt"
- set the data = "[{"cnt":1},{"cnt":2},{"cnt":3},{"cnt":4},{"cnt":5},{"cnt":6},{"cnt":7},{"cnt":8},{"cnt":9},{"cnt":10}]"
- Create a window with a basic container
- add a form panel
- add a combobox
- In the component config panel: filter for "tpl"
The result that was expected:
should be able to config the "tpl" property.
The result that occurs instead:
"tpl" property is NOT available
Screenshot(s) or Video:
XDS 1.2.2-27 BUG - no tpl on ComboBox2.jpg
Debugging already done:
none
Possible fix:
not providedPerfection as a goal is a nice idea that can point one in a specific direction. However, since "perfection" is an ever changing (evolving?) and moving target, one must admit that perfection can never be obtained...
When in doubt, check the d4mn source code!
Looks like we can't reproduce the issue or there's a problem in the test case provided.



Reply With Quote