Ticket #1933 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Plugin example placeholder doe not give back placeholder value in IE

Reported by: fklee Owned by: 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 Download (0.9 KB) - added by martinkou 2 years ago.

Change History

Changed 2 years ago by martinkou

  • keywords Confirmed IE added; plugin placeholder ie removed

Changed 2 years ago by martinkou

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

Changed 2 years ago by martinkou

Changed 2 years ago by martinkou

  • keywords Review? added

Changed 2 years ago by fredck

  • keywords Review+ added; Review? removed

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

Please add the changelog on commit.

Changed 2 years ago by martinkou

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

Fixed with [1662].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.