Opened 18 years ago
Closed 18 years ago
#1694 closed Bug (fixed)
Replace all element.ownerDocument references with FCKTools.GetElementDocument().
| Reported by: | Martin Kou | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Review+ | Cc: |
Description
element.ownerDocument is not compatible with IE 5.5. FCKTools.GetElementDocument() should be used instead since it autodetects the most appropriate attribute to use as the return value.
Attachments (1)
Change History (4)
Changed 18 years ago by
| Attachment: | 1694.patch added |
|---|
comment:1 Changed 18 years ago by
| Keywords: | Review? added |
|---|
comment:2 Changed 18 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:3 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [1282].
Click here for more info about our SVN system.

Proposed patch for fixing #1694.