Opened 18 years ago
Closed 17 years ago
#919 closed Bug (invalid)
SetUrl doesn't preserve height and width
Reported by: | Richard Frovarp | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4.3 |
Keywords: | Cc: |
Description
Following this code:
window.opener.SetUrl( src, width, height, title ); window.close();
I can see that the width and height are set to the values passed. However, they are immediately changed back to the original image size. That negates setting the width and height in the SetUrl call, breaking those two parameters.
I can't seem to find this code in the current implementation of FCKeditor. Since it's no longer in editor's code this ticket will be closed.