Ticket #1933 (closed Bug: fixed)

Opened 3 months ago

Last modified 2 months ago

Plugin example placeholder doe not give back placeholder value in IE

Reported by: fklee Assigned to: martinkou
Priority: Normal Milestone: FCKeditor 2.6
Component: UI : Dialogs Version: FCKeditor 2.6 Beta
Keywords: Confirmed IE Review+ Cc:

Description

Trying with beta 2.6 plugin Placeholder to update my plugin based on this one :

On IE 6.0, when you click on the yellow Number, you should get the same number in windows but here the custom number does not come back.

Think that the problem is here : fck_placeholder.html L 46

var eSelected = oEditor.FCKSelection.GetSelectedElement() ;

is something like not initialised because in th function (LoadSelected()) it goes straight to the end. (eSelected does not exist)

Attachments

1933.patch (0.9 kB) - added by martinkou on 02/28/08 08:06:08.

Change History

02/28/08 08:00:47 changed by martinkou

  • keywords changed from plugin placeholder ie to Confirmed IE.

02/28/08 08:05:14 changed by martinkou

  • owner set to martinkou.
  • status changed from new to assigned.

02/28/08 08:06:08 changed by martinkou

  • attachment 1933.patch added.

02/28/08 08:06:29 changed by martinkou

  • keywords changed from Confirmed IE to Confirmed IE Review?.

02/29/08 10:12:08 changed by fredck

  • keywords changed from Confirmed IE Review? to Confirmed IE Review+.

It works well. It is not possible to change the placeholder value because of #1934 though.

Please add the changelog on commit.

02/29/08 11:10:39 changed by martinkou

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

Fixed with [1662].

Click here for more info about our SVN system.