[
https://issues.apache.org/jira/browse/WICKET-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696909#action_12696909
]
Esko Suomi commented on WICKET-2192:
------------------------------------
Short answer: no.
Long answer:
- I don't use Maven, I do my dependency management with Ant Ivy and it's
really cumbersome (not impossible nor hard, just cumbersome) to setup a Maven
project to work on Ant Ivy properly so that SVN updates etc. work as expected
too.
- I don't believe I am experienced enough with Wicket to be able to create
this in the most proficient way possible. In other words I don't want to commit
bad code.
- There's always the issue of free time for projects like this, if I were to
start working on this, it would most likely take me weeks since I have my hands
full at work and after coding for the entire day it's really not my top
priority when I get home to my free time.
=> I could do this myself, but currently I don't have time or resources for it
and I don't even follow the general Wicket developing guidelines so it would
take quite a lot of effort from me to even get started.
> 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: Minor
>
> 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.
-
You can reply to this email to add a comment to the issue online.