Hi,
in our application, we'd like to have 'standard' behaviour of selects on the toolbar (font selection, format etc) - we'd like to onclick show the select and let it shown until some option is selected. Now it justs show the select onmousedown and onmouseup it hides again, it confuses our users. Also, i noticed, when I triple-click, it stays open, strange After one hour playing with JS files and trying to hack it - no solution. Can anyne help? I can't find the part to change select item action behaviour. Thanks.
Fri, 10/15/2004 - 08:45
#1
RE: toolbar combo (selects) behaviour
I have the same problem with the select fields. Seems to be an IE only problem as they work perfectly normal with FF.
https://sourceforge.net/forum/forum.php ... _id=379487
RE: toolbar combo (selects) behaviour
onfocus="FCK.Focus();" onclick="FCK.Focus();"
If you remove these actions, this bug will be fixed, but it will raise some another bugs.
RE: toolbar combo (selects) behaviour