Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-25 Thread Michelle Ee Siew Phing
Alright. Thank you! On Tue, Jan 25, 2022 at 3:08 PM Martin Grigorov wrote: > Hi, > > On Tue, Jan 25, 2022 at 5:00 AM Michelle Ee Siew Phing < > michelle...@mcruncher.com> wrote: > > > Hi, > > Saw the update on this and thanks for fixing it. > > May I know when will 9.8.0 be available? Or will

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-24 Thread Martin Grigorov
Hi, On Tue, Jan 25, 2022 at 5:00 AM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Hi, > Saw the update on this and thanks for fixing it. > May I know when will 9.8.0 be available? Or will the fix be backported to > Soon, but we don't have a specific date yet. > an older

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-24 Thread Michelle Ee Siew Phing
Hi, Saw the update on this and thanks for fixing it. May I know when will 9.8.0 be available? Or will the fix be backported to an older version? Thanks again. On Fri, Jan 21, 2022 at 2:36 PM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > I have created an issue for this. >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
I have created an issue for this. https://issues.apache.org/jira/browse/WICKET-6947 On Fri, Jan 21, 2022 at 11:45 AM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Hi, > Yep, tried the SpinnerButton and it works. > /Michelle > > On Fri, Jan 21, 2022 at 11:00 AM Maxim Solodovnik >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
Hi, Yep, tried the SpinnerButton and it works. /Michelle On Fri, Jan 21, 2022 at 11:00 AM Maxim Solodovnik wrote: > Have you tried the SpinnerButton from wicket-bootstrap? > > Does it work for you? > > from mobile (sorry for typos ;) > > > On Fri, Jan 21, 2022, 08:49 Michelle Ee Siew Phing < >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Maxim Solodovnik
Have you tried the SpinnerButton from wicket-bootstrap? Does it work for you? from mobile (sorry for typos ;) On Fri, Jan 21, 2022, 08:49 Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Sorry... missed out the wicket.bootstrap.version > > 5.0.5 > > On Fri, Jan 21, 2022 at 9:35 AM

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
Sorry... missed out the wicket.bootstrap.version 5.0.5 On Fri, Jan 21, 2022 at 9:35 AM Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > Hi, > > Checking the examples again... the "hidden" is not removed after clicking > on the button, but the style="display:inline" is appended. >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-20 Thread Michelle Ee Siew Phing
Hi, Checking the examples again... the "hidden" is not removed after clicking on the button, but the style="display:inline" is appended. [image: Screenshot from 2022-01-21 09-04-51.png] I think this would pose an issue with any .css that has the following [hidden] { 1. display: none

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Michelle Ee Siew Phing
Ok thanks! Will give that a go. On Wed, Jan 19, 2022 at 10:04 AM Maxim Solodovnik wrote: > from mobile (sorry for typos ;) > > > On Wed, Jan 19, 2022, 08:29 Michelle Ee Siew Phing < > michelle...@mcruncher.com> wrote: > > > LaddaAjaxButton is only available in Bootstrap 3 (Wicket-Bootstrap >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Wed, Jan 19, 2022, 08:29 Michelle Ee Siew Phing < michelle...@mcruncher.com> wrote: > LaddaAjaxButton is only available in Bootstrap 3 (Wicket-Bootstrap 4.0.4), > we're currently on Bootstrap 4 (Wicket-Bootstrap 5.0.5). > So this option is not available to us.

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-18 Thread Michelle Ee Siew Phing
LaddaAjaxButton is only available in Bootstrap 3 (Wicket-Bootstrap 4.0.4), we're currently on Bootstrap 4 (Wicket-Bootstrap 5.0.5). So this option is not available to us. On Mon, Jan 17, 2022 at 5:39 PM Maxim Solodovnik wrote: > I would recommend to use > >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Michelle Ee Siew Phing
Thanks! Will give that a try. On Mon, Jan 17, 2022 at 5:39 PM Maxim Solodovnik wrote: > I would recommend to use > >

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Maxim Solodovnik
I would recommend to use https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket-9.x/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/ladda/LaddaAjaxButton.java works for as On Mon, 17 Jan 2022 at 16:33, Michelle Ee Siew Phing wrote: > > Hi, > > Thanks

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-17 Thread Michelle Ee Siew Phing
Hi, Thanks for the information. I have checked the differences between the provided example and my codes and found the place that is causing the problem. We are using Wicket Bootstrap 5.0.5 with Wicket 9.5.0, and found the following in bootstrap.css [hidden] { display:none !important; } This

Re: Indicator on IndicatingAjaxButton and IndicatingAjaxLink not working

2022-01-16 Thread Martin Grigorov
Hi, Please check https://examples9x.wicket.apache.org/ajax/links. The third link demostrates usage of IndicatingAjaxLink. When clicked it adds style="display:inline" and removes "hidden". Its source code could be found at