Ticket #630 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

에디터에서 contentDocument 접근시 IE를 고려하지 않은 문제

Reported by: creorix Owned by: inureyes
Priority: major Milestone: 1.5.1
Component: API Version: 1.5
Keywords: editor Cc: dev@…
Release:

Description

Change History

  Changed 3 years ago by creorix

[4313]

  • 일단 수정을 하기는 했습니다만 제 컴퓨터에 IE6가 없는 관계로 확인이 불가능합니다. IE6 환경에서 테스트가 가능하신 분들이 확인하고 피드백 부탁드립니다.

  Changed 3 years ago by inureyes

  • status changed from new to assigned

[4314]

  • r4313 반영
  • IE7에서 테스트 했습니다.
  • subscription의 목록 업데이트 (는 덤입니다)

  Changed 3 years ago by inureyes

IE6에서 에러 안뜨는지 테스트 부탁 드립니다.

follow-up: ↓ 5   Changed 3 years ago by inureyes

문제가 여전히 있네요. :) creorix님 화이팅!

Error: 'editor.contentDocument'은(는) null 이거나 개체가 아닙니다. (on line 768 of ~~~)

in reply to: ↑ 4   Changed 3 years ago by creorix

Replying to inureyes:

문제가 여전히 있네요. :) creorix님 화이팅! {{{ Error: 'editor.contentDocument'은(는) null 이거나 개체가 아닙니다. (on line 768 of ~) }}}

contentDocument 속성을 가져오는 게

  • this.iframe.contentDocument
  • this.iframe.contentWindow.document
  • document.frames[this.iframe.name].document

이 정도 방법이 있네요. (Googling 결과) 근데 문제는 제가 IE6가 없어서 테스트가 불가능하다는 거 ㅜ 만약 위의 방법이 모두 통하지 않는다면 에러가 나는 부분의 전후 코드를 살펴봐야할 것 같습니다. (근데 문제는 IE6가 제공하는 정보만으로 그걸 알아내는게 부정확하다는거죠-_-)

follow-up: ↓ 7   Changed 3 years ago by inureyes

[4347]

  • 초강제 지정 한 번 해 봤습니다.
  • IE6에선 문제 없었습니다. IE7의 테스트가 필요합니다.

in reply to: ↑ 6   Changed 3 years ago by creorix

Replying to inureyes:

[4347] * 초강제 지정 한 번 해 봤습니다. * IE6에선 문제 없었습니다. IE7의 테스트가 필요합니다.

IE7에서도 별 문제 없는 것 같습니다 :)

  Changed 3 years ago by inureyes

  • status changed from assigned to closed
  • resolution set to fixed

  Changed 3 years ago by jparker

Note: See TracTickets for help on using tickets.