RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
paheadsoftware.com] > Sent: Wednesday, 11 October 2017 9:59 PM > To: users@wicket.apache.org > Subject: RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Found it > > It seems FireFox does have an issue with th

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
ox does not but works fine with ./? > -Original Message- > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > Sent: Wednesday, 11 October 2017 9:29 PM > To: users@wicket.apache.org > Subject: RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firef

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
ld.de] > Sent: Wednesday, 11 October 2017 7:12 PM > To: users@wicket.apache.org > Subject: Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Is there any kind of defer or async on any of these JS script resources? > Mayb

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
> From: Korbinian Bachl [mailto:korbinian.ba...@whiskyworld.de] > Sent: Wednesday, 11 October 2017 7:12 PM > To: users@wicket.apache.org > Subject: Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Is there any kind of d

Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Korbinian Bachl
Bachl [mailto:korbinian.ba...@whiskyworld.de] >> Sent: Wednesday, 11 October 2017 6:44 PM >> To: users@wicket.apache.org >> Subject: Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice >> model update in Firefox in Wicket 7.9.0 >> >> Hi Chris, >&

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
org > Subject: Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Hi Chris, > > can it be that you have 2 instances of jQuery in your page? - bootstrap.js > often comes with embedded jQuery and then you would overwrite the wicket > one

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Chris Colman
sprüngliche Mail - > > Von: "Chris Colman" > > An: users@wicket.apache.org > > Gesendet: Mittwoch, 11. Oktober 2017 04:39:22 > > Betreff: RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > >

Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-11 Thread Korbinian Bachl
ponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > I've made some progress. I have created a cut down app that produces a > similar page to the troublesome one in the large app that exhibits the > problem - except I can't m

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-10 Thread Chris Colman
I've made some progress. I have created a cut down app that produces a similar page to the troublesome one in the large app that exhibits the problem - except I can't make the cut down app exhibit the problem yet ;) ... but I have found a suble difference between the two apps: It seems to be some

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-07 Thread Chris Colman
org > Subject: Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Hi, > > I've tried your code but everything works fine. Maybe your FF has an add- > on > that causes the problem ? > > On Fri, Oct 6, 2017 at 1:21

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-07 Thread Chris Colman
ComponentUpdatingBehavior not triggering ListChoice > model update in Firefox in Wicket 7.9.0 > > Hi, > > I've tried your code but everything works fine. Maybe your FF has an add- > on > that causes the problem ? > > On Fri, Oct 6, 2017 at 1:21 PM, Chris Colman >

Re: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-06 Thread Andrea Del Bene
-- > > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > > Sent: Friday, 6 October 2017 10:12 PM > > To: users@wicket.apache.org > > Subject: AjaxFormComponentUpdatingBehavior not triggering ListChoice > model > > update in Firefox in Wicket 7.

RE: AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-06 Thread Chris Colman
I also tried it without the leading 'on' in 'onchange' > -Original Message- > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > Sent: Friday, 6 October 2017 10:12 PM > To: users@wicket.apache.org > Subject: AjaxFormComponentUpdatingBehav

AjaxFormComponentUpdatingBehavior not triggering ListChoice model update in Firefox in Wicket 7.9.0

2017-10-06 Thread Chris Colman
I have a ListChoice with a ProperyModel and I have added a AjaxFormComponentUpdatingBehavior to cause the model object to be updated 'live' (i.e. whenever the selection is changed rather than waiting for form submit) via: myListChoice.add(new AjaxFormComponentUpdatingBehavior("onchange")