Resizing image problem

本讨论区帖子已移除

回帖数:13
本讨论区帖子的内容已移除,无法再访问。
回复删除的用户

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复删除的用户

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复删除的用户

Re: Resizing image problem

Mauno Korpelainen -

Seems to work ok ( tested with IE7 and FF3 ) - whick browser are you using?

testtest

回复Mauno Korpelainen

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复删除的用户

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复Mauno Korpelainen

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复Mauno Korpelainen

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复删除的用户

Re: Resizing image problem

Mauno Korpelainen -
Sorry, this is clearly a bug. It worked ok in IE7

test

but when I tested it again like you did it did not work on FF3:

test

It looks like current moodle cuts style attributes away???

Changing code to width="xx px" height="yy px" works ok in firefox too but editor should not work this way

test

<img hspace="0" height="23" border="0" align="baseline" width="92" vspace="0" src="http://moodle.org/theme/moodleorange/moodle-logo.jpg" alt="test" title="test" />

I get different code again so this might not be only an editor issue - some filter may also change code and if I remember it worked differently last time when I tested this with FF3 ???

test <img hspace="0" border="0" align="baseline" vspace="0" src="http://moodle.org/theme/moodleorange/moodle-logo.jpg" alt="test" title="test" style="width: 92px; height: 23px;" />
回复Mauno Korpelainen

本讨论区帖子已移除

本讨论区帖子的内容已移除,无法再访问。
回复删除的用户

Re: Resizing image problem

Michael Schwab -
v. 1.9.3

we have the same problem in the forum module - resized images appear in orginal size since upgrade. This applies to the forum description.

Any idea how to fix this?

Thank you very much!

Michael
回复Michael Schwab

Re: Resizing image problem

Garry Stokes -
Still there, applies to blog, ou wiki as well, but not labels .... these have the bigger dialog for showing pictures.
回复删除的用户

Re: Resizing image problem

David Banach -
Is there any word on this bug? I'm experiencing it in 1.8.8 20090128

It even strips away the style codes when I go into html source mode and make the changes manually.

Any hints on the filters or code that may be doing this?

回复David Banach

Re: Resizing image problem

Ray Le Couteur -
This remains a problem in 1.95+ (at least in forums).

The 'displayed' image size can be changed with html area in IE7 but not in FF3 (in FF3 html area inserts the style attributes but they are stripped away on saving).

This is OK for those familiar with html but is a real pain for everyday users who don't understand html at all.

It has certainly stressed out one of our admin staff this week who had been using FF3 to 'resize' images successfully in v1.92. She has no problem resizing an image with a photo editor but needs to do 'fine tuning' for best display in situ.