Opened 15 years ago
Last modified 8 years ago
#5804 confirmed Bug
Form elements are not editable
Reported by: | Matti Järvinen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: | a.trojan@…, lqixv@…, lanic, ckeditor@… |
Description
Checkbox and radiobutton do not get focus or context menu on FF 3.6.3 and are not editable because of this.
Fake element replacement would be feasable to fix this since elements have basically two appearances selected and unselected.
In #4056 I posted form_changes.zip which uses fake elements for this. Allthough changes are dated and should be rewritten I see no harm done in this approach.
Attachments (1)
Change History (32)
comment:1 Changed 14 years ago by
Milestone: | CKEditor 3.x |
---|
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | SVN (CKEditor) - OLD → 3.0 |
Confirmed, there is no way to edit the checkbox element in FF 3.6.12. I've checked the older versions of the editor and it looks like it didn't work in 3.0 as well.
comment:3 Changed 14 years ago by
Cc: | a.trojan@… added |
---|
The same problem also occurs with the selection field form control.
comment:6 follow-up: 8 Changed 14 years ago by
Summary: | Checkbox and radiobutton not editable on FF → Form elements are not editable |
---|
#6314 marked as duplicate (Safar @ Mac, Checkbox, Radio Button, Text Area, Text Field )
comment:7 Changed 14 years ago by
I find out, the right click works, if there is no parent element. Maybe it helps.
comment:8 Changed 14 years ago by
Keywords: | Firefox added |
---|
comment:10 Changed 14 years ago by
Replacement should be quite easy to do and this browser bug has existed since FF3 should we wait for browsers to fix this or use fake element replacement on these problem elements? Fake element replacement could be removed when browsers support this correctly.
Only problems would come with selection field form control (replacement would not know its width and contents cannot be seen in wysiwyg).
comment:13 Changed 13 years ago by
Is Mac Safari still broken?
Since browser vendors are apparently not going to fix this (example FF3->FF10) is it now safe to assume after 21 months that fake element solution should be made to fix this in CKEditor.
Or you could make some noise in general direction of Mozilla team https://bugzilla.mozilla.org/show_bug.cgi?id=416766 apparently Mozilla has had this problem since Martin Kou's report back in 2008-02-10 20:57:47 PST
comment:16 Changed 12 years ago by
Double click to edit doesn't work either (Firefox 13.0.1). Does work in IE and Chrome though
Changed 12 years ago by
Attachment: | nid_forms.zip added |
---|
nid_forms uses forms plugin translations and fixes this bug with fake objects. (Requires CKEDITOR.plugins.addExternal('nid_forms', '/path/to/nid_forms/','plugin.js'); config.removePlugins = 'forms'; config.extraPlugins = 'nid_forms';
comment:23 Changed 11 years ago by
Confirmed with FF 23.01 & 24.0 and CKEditor 4.3 beta.
Could the new selection.fake be used here to fix this?
comment:24 Changed 11 years ago by
We will have this issue discussed in the nearest meeting.
Anyway I have checked your plugin and it looks like it might be used a very very good jump-start :)
comment:26 Changed 11 years ago by
Confirmed with Firefox 30.0 and CKEditor 4.4.2 (Full) (revision d888ea2) current nightly.
4 years come on ;)
comment:29 Changed 9 years ago by
6 years, and still going strong !
Could be a joke, but... What about the meeting 2 years ago ?
Voted on Bugzilla but then what ?
Milestone CKEditor 3.x deleted