Ticket #580 (closed Bug: fixed)
Full screen in IE frame uses width of window instead of frame
| Reported by: | dblood | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
If you "Maximize the editor size" in IE when the fckeditor is in a frame it will have a wider width than the screen.
### Replacement function for fckeditorcode_ie.js ### FCKTools.GetViewPaneSize=function(A){var B;var C=A.document.body;if (C&&C.clientWidth) B=C;else B=top.document.body;if (B) return { Width:B.clientWidth,Height:B.clientHeight };else return { Width:0,Height:0 };};
Change History
Note: See
TracTickets for help on using
tickets.