Ticket #1797 (new Bug)

Opened 10 months ago

Last modified 10 months ago

Input or select box inside fieldset element

Reported by: keRO Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Confirmed 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

follow-up: ↓ 2   Changed 10 months ago by w.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?

in reply to: ↑ 1   Changed 10 months 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.

  Changed 10 months ago by w.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".

Note: See TracTickets for help on using tickets.