#2202 closed Bug (worksforme)
Opera: Form elements are a bit active
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.4.1 |
Keywords: | Opera | Cc: | Hallvord R. M. Steen (Opera Software) |
Description ¶
When placing form elements in the editing area, many of them are still a bit "active", even if inside an editable space. For example:
- Checkbox: when creating a checkbox and selecting the "Selected" option, it will be checked, as expected. But, if you then click on it, the check will be "visually" removed. Click on it again and nothing happens (don't get checked again). Then, switching to the source view, you will see that the checked="checked" will still be there :/
- Radio buttons: the same thing as the checkboxes.
- Text field: works well, mostly. If you right click on it, you will see that the caret will start blinking inside of it and the default Opera context menu is shown. Press ESC and the FCKeditor context menu appears from behind it.
- Textarea: the same as for the Text field.
- Select box (1 line): get highlighted on mouse over, and no specific context menu is available.
- Select box (2+ lines): is completely active inside the editor. You can select options and scroll it. No specific context menu too.
- Button: not so bad, but get highlighted on mouse over.
So, form fields support is a bit unstable. Inside an editing environment, we would expect those objects to have no activity at all, not even mouse over effects, having simply the dotted blue line when selected.
Confirmed with Opera build 9972.

Change History (9)
comment:1 Changed 17 years ago by
Owner: | set to Hallvord R. M. Steen (Opera Software) |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
I can still confirm everything with Opera build 10005. No changes from the reported behavior.
comment:3 Changed 15 years ago by
Component: | General → UI : Dialogs |
---|---|
Keywords: | Confirmed removed |
Owner: | Hallvord R. M. Steen (Opera Software) deleted |
Status: | assigned → new |
Version: | SVN (FCKeditor) - Retired → 3.4.1 (SVN - trunk) |
Opera 10.61.3484, CKE 3.4.1 Trunk/Nightly -
Radio button issue #6238
Clicking "Select field" throws JS error:
JavaScript - http://nightly.ckeditor.com/latest/ckeditor/_samples/replacebyclass.html Inline script compilation Syntax error at line 201 while loading: this.setValue( this.default || '' ); --------------------^ syntax error
comment:4 Changed 15 years ago by
Status: | new → confirmed |
---|
comment:5 Changed 15 years ago by
Regarding the "Clicking select button throws error" problem:
"Default is a reserved word and cannot be used for anything other than declaring the default clause within a switch statement."
Are other browsers more lax at enforcing reserved word restrictions? Nope, Chrome says "Uncaught SyntaxError: Unexpected token default"
As for the original problem, I still can not reproduce it.
comment:7 Changed 15 years ago by
Excellent. Can you still reproduce the "form elements are a bit active" problem?
comment:8 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
I cannot reproduce JS error. It seems working now. I think I may close this issue.

Seems to work as expected in build 10000.