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