Re: Order of processing of mixins

2010-03-18 Thread LiborGMC
for particular event. I think in Java (Swing) is the same situation. So mixins are processed in correct order but listeners are not probably notified in the same order in JS. Would you agree? -- View this message in context: http://old.nabble.com/Order-of-processing-of-mixins-tp27933566p27942359

Re: Order of processing of mixins

2010-03-18 Thread Kalle Korhonen
for particular event. I think in Java (Swing) is the same situation. So mixins are processed in correct order but listeners are not probably notified in the same order in JS. Would you agree? -- View this message in context: http://old.nabble.com/Order-of-processing-of-mixins

Order of processing of mixins

2010-03-17 Thread LiborGMC
. Can I specify somehow the order of processing of mixins? I think it is bug I would expected that behaviour is independent from type of browser. Regards -- View this message in context: http://old.nabble.com/Order-of-processing-of-mixins-tp27933566p27933566.html Sent from the Tapestry - User

Re: Order of processing of mixins

2010-03-17 Thread Michael Prescott
to action onClick to actionLink. I defined these two mixins to one actionLink. I expect that order in which mixins are fired is the same as I defined in t:mixins attribute. Firefox 3 is keeping this order but IE 8 isn't. Can I specify somehow the order of processing of mixins? I think it is bug I

Re: Order of processing of mixins

2010-03-17 Thread Robert Zeigler
as I defined in t:mixins attribute. Firefox 3 is keeping this order but IE 8 isn't. Can I specify somehow the order of processing of mixins? I think it is bug I would expected that behaviour is independent from type of browser. Regards -- View this message in context: http