PDA

View Full Version : Dynamic Form ID Bug



Darklight
18 Apr 2007, 6:05 AM
as posted by vbert here (http://www.extjs.com/forum/showthread.php?t=4889#4)

This code:


FL = new Ext.form.Form({
id: 'formLogin',
labelWidth: 115,
url: '{form_url}',
});

generate:


<form id="formLogin" class="x-form" method="post">
<div id="formLogin" class="x-form-ct">
--------^^^^^^ this is BUG ???
<fieldset id="ext-comp-1003">

this makes it impossible to select the form by its ID (see problem in thread above)

jack.slocum
18 Apr 2007, 3:26 PM
Fixed in SVN. Thanks.

vbert
18 Apr 2007, 4:15 PM
I have not access to SVN :(

tryanDLS
18 Apr 2007, 4:32 PM
Until the next build is released, do you need to assign an ID - can you use the autogenerated one?

vbert
18 Apr 2007, 4:47 PM
There is it: http://extjs.com/download/build (build from SVN?)

KimH
18 Apr 2007, 11:55 PM
I really don't think that the "Build your own Ext" is based off of the current SVN. If it was I believe that we might see far more questions/bugs in these forums :s

Darklight
19 Apr 2007, 12:50 AM
i think you only get access to SVN when you purchase a license

jack.slocum
19 Apr 2007, 12:56 AM
Just to clarify, "Build your Own" is based off the latest release, not SVN.