• download
  • documentation
  • forums
  • demo
  • contact
  • blog

meteora

javascript widgets

Documentation

  • Autocomplete
  • Bubble
  • Calendar
  • Carousel
  • Datagrid
  • Dialog
  • Editor
  • Effect
  • Filebrowser
  • Form
  • Jsonrpc
  • Menu
  • Notebook
  • Picbox
  • Popup
  • Searchlist
  • Selection
  • Spinbutton
  • Tablesort
  • Toolbox
  • Treeview
In order to post messages on this forum, you must be registered and logged in
80x80:1760834185_unknown.png
Forums » Widgets and scripts » Help with Widgets

Editor Resize don't work well

Posted by torstenf

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>

  • Monday January 5, 2009 @ 12:23 date
  • torstenf user
50x50:1760834185_unknown.png
link Tuesday January 6, 2009 @ 13:52

comment J. Carlos Nieto

It's a bug, thanks for your feedback, we already fixed it in our experimental branch but it still needs testing. We cannot release it yet because of many compatibility issues that Mootools 1.2 introduced but we are working on hacking the API to provide an smooth upgrade. Please continue working without this button, new Meteora will be released soon.

Copyright © 2007-2009 Astrata Software.