Opened 17 years ago
Closed 12 years ago
#1797 closed Bug (fixed)
Input or select box inside fieldset element and SelectField Properties popup issues
Reported by: | keRO | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.2 |
Keywords: | Oracle | Cc: |
Description
If you have input inside fieldset, then the parameter selection will return null, for example the following code in fck 2.5.1, I can not edit the selection field.
<fieldset><select name="code"> <option value="Espoo">Espoo</option> <option value="Helsinki">Helsinki</option> </select></fieldset>
Change History (8)
comment:1 follow-up: 2 Changed 17 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 17 years ago by
Replying to w.olchawa:
Hi! Could you please provide more information about the bug? What happens when you try to edit the selection field? How does the editor behave? Also could write what browser are you using?
the selection field edit popup, it cannot read the options, acturlly it read nothing from the select box element, this is IE. In FF, the popup cannot even opened. You can try in the demo editor.
comment:3 Changed 17 years ago by
Keywords: | Confirmed added; Pending removed |
---|
Confirmed: IE6 and IE7: when right-clicking on the selection filed and choosing "Selection field properties" there are no info about the options previously inputed in html. The only way to access the options is by clicking the "Selection Field" button on the toolbar. Than the pre-written options can be changed/edited.
FF2: the bug is FF is even more complicated. You can't select the "selection field" object and it is not possible to change the option values from "Selection filed properties".
comment:4 Changed 15 years ago by
Problem still exists with IE8. Attempted to embed a fieldset in the new CKeditor demo online (http://ckeditor.com/demo, ver CKEditor 3.3.1 (revision 5586)). Still seems to have this problem and more.
comment:5 follow-up: 7 Changed 14 years ago by
Summary: | Input or select box inside fieldset element → Input or select box inside fieldset element and SelectField Properties popup issues |
---|---|
Version: | FCKeditor 2.5.1 → 3.4.2 |
Confirmed: IE6 and IE7: when right-clicking on the selection filed and choosing "Selection field properties" there are no info about the options previously inputed in html.
FF2: the bug is FF is even more complicated. You can't select the "selection field" object and it is not possible to change the option values from "Selection filed properties".
These issues regarding the Selection Field are present in the 3.4.2 version as well. Will these be fixed in the next release or these are browser issues?
comment:6 Changed 14 years ago by
Keywords: | Oracle added |
---|
comment:7 Changed 14 years ago by
Status: | confirmed → pending |
---|
Replying to naresh.sivaraman:
Confirmed: IE6 and IE7: when right-clicking on the selection filed and choosing "Selection field properties" there are no info about the options previously inputed in html.
WFM in IE, the selection field option values are presented in the dialog.
FF2: the bug is FF is even more complicated. You can't select the "selection field" object and it is not possible to change the option values from "Selection filed properties".
The FF issue is a dup of #5804.
comment:8 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Issue with IE is no longer reproducible (fixed) while issue with FF was reported in #5804.
I'm closing this as fixed.
Hi! Could you please provide more information about the bug? What happens when you try to edit the selection field? How does the editor behave? Also could write what browser are you using?