-
When a disabled textarea has editarea active, you can edit text inside (editing becomes impossible again only after disabling editarea).
Editarea should check for "disabled" and keep user from editing.
2008-05-23 09:53:21 UTC in EditArea
-
It would very useful if you could assign textareas (yes, even more than one!) not by id, but also by class or even all.
It's just like tinyMCE does.
2008-05-22 13:15:38 UTC in EditArea
-
With beta 5 it's OK.
2008-05-22 13:11:21 UTC in EditArea
-
George,
I was already using 2.3.0 and today I also tried 2.3.1, but the bug is still there.
In autocomplete-debug.js, row 2832: the GET method is still hard-coded.
2007-10-05 07:34:54 UTC in YUI Library
-
the connect method type is hard-coded as GET, so it's currently impossible to choose POST
connMethodPost should be used to set it
see this part of code:
oSelf._oConn = this.connMgr.asyncRequest("GET", sUri,
oCallback, null);.
2007-09-12 14:00:21 UTC in YUI Library
-
using of short tags is deprecated.
You can read in php.ini:
Using short tags should be avoided when developing applications or libraries that are meant for redistribution, or deployment on PHP servers which are not under your control, because short tags may not be supported on the target server. For portable, redistributable code, be sure not to use short tags.
2007-07-03 08:30:52 UTC in MySQL Sidu - Free MySQL Client
-
A good php software should work wihout any notice (or, if you prefer, with any level of error_reporting).
Currently there's plenty of such notices: only in index.php
Notice: Use of undefined constant css - assumed 'css' in /var/www/sidu14/index.php on line 2
Notice: Use of undefined constant js - assumed 'js' in /var/www/sidu14/index.php on line 3
Notice: Use of undefined constant...
2007-07-03 08:12:40 UTC in MySQL Sidu - Free MySQL Client
-
I can confirm this bug: it's IE only and it appears to be related to use of pasteHTML function.
I have an error on line 3540 of tiny_mce_src.js on "rng.pasteHTML(value);".
The bug doesn't depend on frames.
Currently the only solution is to turn off inlinepopups plugin, that is really a pity.
2007-05-28 09:35:49 UTC in TinyMCE
-
A new option for tabs would be very nice.
I would like to choose wheter tabs are expanded to spaces (and to how many spaces, e.g. 4 instead of 8)
2006-12-29 08:51:30 UTC in EditArea
-
horizontal scrollbar is always visible, even when text inside are doesn't reach the right border.
Maybe this is caused by highlight line?.
2006-12-29 08:49:16 UTC in EditArea