Hi all,

I have troubles with IE browser when using zoneUpdater mixin.

1. The input field is using zoneUpdater to handle dynamic changes of the
other fields. However this input field has a given value passed by the other
page, and when it's loaded/refreshed, it always pop up an exception
--"TypeError: Unable to get value of the property'down':object is null or
undefined".
The tml code is
<t:textfield t:id="amount" t:validate="prop:amountValidator"
t:mixins="zoneUpdater" 
        t:clientEvent="keyup" t:event="amtChanged" t:zone="changeZone2"
autocomplete="off"/>
It seems that IE doesn't get the right name of "amount". 

2. When I use something like 't:mixins="zoneUpdater, autocomplete" ' in an
input field, IE doesn't work for autocomplete. Even though I changed the
order of zoneUpdater and autocomplete, it's still not working.
 
I tested the other browser like firefox, chrome and safari, all of them work
fine.

Can anyone know what's wrong in my code, or do I have to do something
special for the stupid IE?

Thank you!


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/IE-issues-tp4775595p4775595.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to