pruch
03-15-2005, 07:51 AM
I detected a new behaviour of the 3.01-beta version which is probably a bug. Please tell me if I am wrong.
I have an edittext followed by a list
<edittext name="ctrl1"/>
<list name="ctrl2"/>
<textlistitem>Item A</textlistitem>
<textlistitem>Item B</textlistitem>
</list>
In 3.01 it happens that when moving from ctrl1 to ctrl2 with the tab key, ctrl2 receives the focus and fires an "onfocus" event, but at the same time ctrl1 (even if firing "onblur") continues listening to the keyboard.
It's not the same in 2.2.1.
I have an edittext followed by a list
<edittext name="ctrl1"/>
<list name="ctrl2"/>
<textlistitem>Item A</textlistitem>
<textlistitem>Item B</textlistitem>
</list>
In 3.01 it happens that when moving from ctrl1 to ctrl2 with the tab key, ctrl2 receives the focus and fires an "onfocus" event, but at the same time ctrl1 (even if firing "onblur") continues listening to the keyboard.
It's not the same in 2.2.1.