You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michelle Ee (Jira)" <ji...@apache.org> on 2022/01/21 03:40:00 UTC

[jira] [Updated] (WICKET-6947) IndicatingAjaxButton does not work with Bootstrap 4

     [ https://issues.apache.org/jira/browse/WICKET-6947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michelle Ee updated WICKET-6947:
--------------------------------
    Description: 
IndicatingAjaxButton's (and IndicatingAjaxLink's) indicator is not visible when using Bootstrap4.

Since Wicket 9.x, the "hidden" attribute is added to the indicator element. When the indicating button is clicked, style="display:none" is appended to the element but "hidden" is not removed from the element.

This poses a problem with Bootstrap 4 css
[hidden] \{ display: none !important; }

  was:
IndicatingAjaxButton's (and IndicatingAjaxLink's) indicator is not visible when using Bootstrap4.

Since Wicket 9.x, the "hidden" attribute is added to the indicator element. When the indicating button is clicked, style="display:none" is appended to the element but "hidden" is not removed from the element.

This poses a problem with Bootstrap 4 css
[hidden] \{ display: none !important; }

!wicket-test.png!


> IndicatingAjaxButton does not work with Bootstrap 4
> ---------------------------------------------------
>
>                 Key: WICKET-6947
>                 URL: https://issues.apache.org/jira/browse/WICKET-6947
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Michelle Ee
>            Priority: Minor
>         Attachments: Screenshot from 2022-01-21 09-04-51.png, wicket-test-1.0-SNAPSHOT.war, wicket-test.png, wicket-test.zip
>
>
> IndicatingAjaxButton's (and IndicatingAjaxLink's) indicator is not visible when using Bootstrap4.
> Since Wicket 9.x, the "hidden" attribute is added to the indicator element. When the indicating button is clicked, style="display:none" is appended to the element but "hidden" is not removed from the element.
> This poses a problem with Bootstrap 4 css
> [hidden] \{ display: none !important; }



--
This message was sent by Atlassian Jira
(v8.20.1#820001)