Opened 17 years ago
Closed 17 years ago
#1933 closed Bug (fixed)
Plugin example placeholder doe not give back placeholder value in IE
Reported by: | Frédéric | Owned by: | Martin Kou |
---|---|---|---|
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 (1)
Change History (6)
comment:1 Changed 17 years ago by
Keywords: | Confirmed IE added; plugin placeholder ie removed |
---|
comment:2 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 17 years ago by
Attachment: | 1933.patch added |
---|
comment:3 Changed 17 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [1662].
Click here for more info about our SVN system.
It works well. It is not possible to change the placeholder value because of #1934 though.
Please add the changelog on commit.