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

Martin Grigorov resolved WICKET-2192.
-------------------------------------

    Resolution: Won't Fix

Such kind of functionality doesn't belong to Wicket core.
Attila Kiraly provided a functionality to do that in 
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/minis-parent/minis/src/main/java/org/wicketstuff/minis/behavior/image.

> Image should automatically set width and height attributes in markup
> --------------------------------------------------------------------
>
>                 Key: WICKET-2192
>                 URL: https://issues.apache.org/jira/browse/WICKET-2192
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4-RC2
>            Reporter: Esko Suomi
>            Priority: Trivial
>         Attachments: ImageDocumentProcessor.java
>
>
> org.apache.wicket.markup.html.image.Image component (and all possible 
> derivates) should add width and height attributes of the image it represents 
> automatically to markup to allow for faster correct rendering of the actual 
> page. For example when rendering a table with images in table cells the table 
> cell width may vary a lot during loading of the page and its contents which 
> causes the table to jitter around while loading if image dimension attributes 
> aren't set.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to