Ticket #1933 (closed Bug: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.