I have a very strange bug produced by the editor (mceEditor, Joomla 1.5). The textarea is way too large in height.
This is the generated HTML-snippet:
<td colspan="4">
<textarea id="content" name="content" cols="100" rows="100" style="width: 400px; hei
ght: 200px; display: none;" class="mceEditor"></textarea>
<span id="mce_editor_0_parent" class="mceEditorContainer">
<table class="mceEditor" style="width: 402px; height: 1986px;" border="0" cellpaddin
g="0" cellspacing="0" height="1986" width="402">
...
Take a look at the height-attribute of the table. Where does this come from? As you can see in the textarea-tag there is the "normal" height-attribute - I have not chenged anything according to these parameters.
Textarea oversize bug?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi Phoca Guestbook o
Hi Phoca Guestbook only creates:
<textarea id="content" name="content" cols="100" rows="100" style="width:400px;
height:200px;" class="mceEditor"></textarea>
So I don't know where your site took the next code, maybe there is a other <textarea> on your site. ??? But if the other text area is in the site, 'Phoca Guestbook TinyMCE' editor will be not applied to other text area ???
Jan
<textarea id="content" name="content" cols="100" rows="100" style="width:400px;
height:200px;" class="mceEditor"></textarea>
So I don't know where your site took the next code, maybe there is a other <textarea> on your site. ??? But if the other text area is in the site, 'Phoca Guestbook TinyMCE' editor will be not applied to other text area ???
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 19 Mar 2008, 13:48
Hmm, there is no oth
Hmm, there is no other textarea in this site. very strange.
maybe I play a bit with the editor settings in the general settings of joomla. I give feedback on this ...
maybe I play a bit with the editor settings in the general settings of joomla. I give feedback on this ...