If I resize Editor in FF3 textarea is still the same size, in IE7 making window big work but resize to original size give a javascript error.
This editor on this site works in FF3 (but not in IE7).
Where is the trick? or is it a bug?
Thanks
Torsten
I had copied and tested this from your source:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=UTF-8” />
<meta name=“Generator” content=“textmotion” />
<title>Meteora Javascript Widgets</title>
<script src='meteora/src/meteora.js?lang=de' type='text/javascript'></script>
<div id=“forum-topics”>
<script type=“text/javascript”>
Meteora.uses('editor');
</script>
</head>
<body>
<h2>New topic</h2>
<label class=“required full-width”>
<input name=“topic[title]” type=“text” value="" /> </label>
Your message:
<textarea style=“width: 99%; height: 250px” id=“meteora_editor_12311783220” name=“topic[message]”></textarea>
<script type=“text/javascript”>$('meteora_editor_12311783220').editor = new Editor($('meteora_editor_12311783220'), {autoSave: '/tools/auto_save', blank: '/?module=tools&action=blank', mode: 'complete'})</script>
</div>
</body></html>