Resizing image problem

This forum post has been removed

Number of replies: 13
The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Resizing image problem

by Mauno Korpelainen -

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

testtest

In reply to Mauno Korpelainen

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Mauno Korpelainen

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Mauno Korpelainen

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Resizing image problem

by 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;" />
In reply to Mauno Korpelainen

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Resizing image problem

by 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
In reply to Michael Schwab

Re: Resizing image problem

by Garry Stokes -
Still there, applies to blog, ou wiki as well, but not labels .... these have the bigger dialog for showing pictures.
In reply to Deleted user

Re: Resizing image problem

by 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?

In reply to David Banach

Re: Resizing image problem

by 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.