Opened 16 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 Changed 16 years ago by Wojciech Olchawa

Keywords: Pending added

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?

comment:2 in reply to:  1 Changed 16 years ago by keRO

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 16 years ago by Wojciech Olchawa

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 14 years ago by Tim

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 Changed 13 years ago by naresh.sivaraman

Summary: Input or select box inside fieldset elementInput or select box inside fieldset element and SelectField Properties popup issues
Version: FCKeditor 2.5.13.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 13 years ago by Wiktor Walc

Keywords: Oracle added

comment:7 in reply to:  5 Changed 13 years ago by Garry Yao

Status: confirmedpending

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 Jakub Ś

Resolution: fixed
Status: pendingclosed

Issue with IE is no longer reproducible (fixed) while issue with FF was reported in #5804.

I'm closing this as fixed.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy