Re: Tapestry 5.5 progress

2020-01-06 Thread David Taylor
Hello everyone and Happy New Year! Just following up to see where we are at with testing of 5.5-beta-3.  We are testing using a private build from master to pickup the recent changes and have not run into any compatibility issues so far.  I am curious whether anyone has run into any show stopp

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-01-06 Thread Ilya Obshadko
The amount of code broken by this issue is substantial. I'd rather consider maintaining my own fork from 5.4-beta6 (outdated dependencies is my only concern about this version, everything else works perfectly). On Mon, Jan 6, 2020 at 4:26 PM Ben Weidig wrote: > Hi, > > we ran into some issues wi

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-01-06 Thread Ben Weidig
Hi, we ran into some issues with nested fragments and disabled fields, too. Instead of using the mixin we ended up triggering the fragments ourselves with CoffeeScript: define ['jquery', 't5/core/events', 't5/core/form-fragment'], ($, events) -> fieldChange = (event) -> $('#formFragm