-
5 Mar 2012 11:53 PM #1
2 History DOM elements with same id
2 History DOM elements with same id
in Ext.Application, History.fieldId and History.iframeId are undefined. A search for "iframeId" doesn't return any other reference in the sencha touch source code...
Generated HTML, note the 2 id="undefined":Code:this.historyForm = Ext.getBody().createChild({ id : 'history-form', cls : 'x-hide-display', style : 'display: none;', tag : 'form', action: '#', children: [ { tag: 'div', children: [ { tag : 'input', id : History.fieldId, type: 'hidden' }, { tag: 'iframe', id : History.iframeId } ] } ] });
Code:<form id="history-form" class="x-hide-display" style="display: none;" action="#"> <div> <input id="undefined" type="hidden"> <iframe id="undefined"></iframe> </div> </form>
-
6 Mar 2012 6:49 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Thanks for the report.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
16 Mar 2012 3:35 PM #3Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
All of our attention is currently focused on ST 2.x - really recommend you consider upgrading to that as it may be a while before we put out another 1.x patch
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote