pascal jacob created WICKET-4967:
------------------------------------

             Summary: Title (caption) not correctly displayed when using a css 
framework which change the default style of h3.
                 Key: WICKET-4967
                 URL: https://issues.apache.org/jira/browse/WICKET-4967
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.4.0
            Reporter: pascal jacob
            Priority: Trivial


Because the title (a.k.a. the caption) of ModalWindow is displayed within a 
<h3> tag it can miss behave when the application is using a css framework which 
change the default style of h3. 

In fact, bootstrap redefine h3 to have a line-height: 40px; and a font-size: 
24.5px;  in this case, the ModalWindow caption is a lot bigger than usual and 
is not correctly displayed. 

The bug is trivial to fix: have the ModalWindow caption rendered in a span or a 
div tag instead of a h3 tag.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to