Hi all. I think image resize doesn't work when image was already fetched. This is one example page. http://news.goo.ne.jp This page contains CSS so that repush happens. Images have been fetched already when repush is made. Regards, furaisanjin
On Tue, May 05, 2009 at 02:06:43PM +0900, furaisanjin wrote:
Hi all.
I think image resize doesn't work when image was already fetched.
This is one example page. http://news.goo.ne.jp This page contains CSS so that repush happens. Images have been fetched already when repush is made.
Is this a recent regression? Could you try to use "hg bisect" to find the revision that introduced this problem? Regards, Johannes
2009/5/5 Johannes Hofmann <Johannes.Hofmann@gmx.de>:
On Tue, May 05, 2009 at 02:06:43PM +0900, furaisanjin wrote:
Hi all.
I think image resize doesn't work when image was already fetched.
This is one example page. http://news.goo.ne.jp This page contains CSS so that repush happens. Images have been fetched already when repush is made.
Is this a recent regression? Could you try to use "hg bisect" to find the revision that introduced this problem?
I'm not 100% sure but I don't think this is recent regression. I'm wondering where I should start. Regards, furaisanjin
Hi. I studied this issue a bit further and notice that style causes the problem. For example, <img width="120" height="100" src="http://img.news.goo.ne.jp/photo/gooeditor/typ hoon.jpg"/ style="border:1px solid #ccc;"> This resizing is something strange. However if I remove style definition from img tag, resizing works. Regards, furaisanjin
Hi, On Wed, May 06, 2009 at 12:25:03PM +0900, furaisanjin wrote:
Hi.
I studied this issue a bit further and notice that style causes the problem. For example,
<img width="120" height="100" src="http://img.news.goo.ne.jp/photo/gooeditor/typ hoon.jpg"/ style="border:1px solid #ccc;">
This resizing is something strange. However if I remove style definition from img tag, resizing works.
Ah that's interesting. It seems the problem occurs if border-width, margin, or padding are non-zero and even then only after a reload. Regards, Johannes
Hi, On Wed, May 06, 2009 at 12:25:03PM +0900, furaisanjin wrote:
Hi.
I studied this issue a bit further and notice that style causes the problem. For example,
<img width="120" height="100" src="http://img.news.goo.ne.jp/photo/gooeditor/typ hoon.jpg"/ style="border:1px solid #ccc;">
This resizing is something strange. However if I remove style definition from img tag, resizing works.
I think I've fixed it in tip. Please give it a try. Regards, Johannes
Hi, 2009/5/7 Johannes Hofmann <Johannes.Hofmann@gmx.de>:
Hi,
On Wed, May 06, 2009 at 12:25:03PM +0900, furaisanjin wrote:
Hi.
I studied this issue a bit further and notice that style causes the problem. For example,
<img width="120" height="100" src="http://img.news.goo.ne.jp/photo/gooeditor/typ hoon.jpg"/ style="border:1px solid #ccc;">
This resizing is something strange. However if I remove style definition from img tag, resizing works.
I think I've fixed it in tip. Please give it a try.
Thank you, the fix works very well. Regards, furaisanjin
participants (2)
-
furaisanjin@gmail.com
-
Johannes.Hofmann@gmx.de