Ticket #1682 (closed Bug: fixed)

Opened 5 months ago

Last modified 3 months ago

Problem editing control elements in Firefox, Safari, Opera

Reported by: sojweb Assigned to: martinkou
Priority: Normal Milestone: FCKeditor 2.6
Component: General Version: FCKeditor 2.5
Keywords: Confirmed FF Opera Safari Review+ Cc:

Description (Last modified by fredck)

When you insert a control element and try to edit it, it's current information is not displayed. However, whatever you type in will be properly put into the element you're editing.

  1. Go here: http://www.fckeditor.net/demo
  2. Insert a radio button, checkbox or button
  3. Select the button and try to edit it, it won't get the current information (name, text, selected) for the element
  4. If you click 'OK', it will change the current button whatever you've specified

There seems to be a problem with the getSelection() function somehow; in the pop-up window, FCKSelection.GetSelectedElement() returns a null.

IE 6 and IE 7 don't seem to have the problem, but the following do:

  • Safari 3.0.4
  • Firefox 2.0.0.11
  • Opera 9.5 (build 9613)

Attachments

1682.patch (2.3 kB) - added by martinkou on 02/05/08 08:52:25.

Change History

01/26/08 00:07:27 changed by alfonsoml

  • keywords changed from control element, firefox, opera, safari to Firefox, Opera, Safari.

This is probably the same problem that #1753

02/02/08 12:55:28 changed by fredck

  • description changed.

02/05/08 08:52:08 changed by martinkou

  • keywords changed from Firefox, Opera, Safari to Confirmed FF Opera Safari.
  • owner set to martinkou.
  • status changed from new to assigned.
  • milestone set to FCKeditor 2.6.

Targeting to 2.6 since this is related to some other 2.6 tickets (e.g. #738) and is in itself quite severe.

02/05/08 08:52:25 changed by martinkou

  • attachment 1682.patch added.

02/05/08 08:52:36 changed by martinkou

  • keywords changed from Confirmed FF Opera Safari to Confirmed FF Opera Safari Review?.

02/05/08 08:57:56 changed by martinkou

The submitted patch fixes #1753 as well.

02/08/08 14:16:44 changed by fredck

  • keywords changed from Confirmed FF Opera Safari Review? to Confirmed FF Opera Safari Review+.

Good job Martin ;)

02/11/08 03:50:46 changed by martinkou

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with [1501].

Click here for more info about our SVN system.