Ticket #6791 (closed Bug: fixed)
[IE7] Editor does not show in IE 7 when textarea name="description"
| Reported by: | jchook | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | General | Version: | |
| Keywords: | IE | Cc: |
Description
IE 7 ONLY
<textarea name="description">content here</textarea>
The rich editor will not initialize in IE 7 when the textarea's name is set to description.
Attachments
Change History
comment:2 Changed 2 years ago by jchook
- Summary changed from Editor does not show in IE 7 when textarea name="description" to [IE7] Editor does not show in IE 7 when textarea name="description"
comment:3 Changed 2 years ago by fredck
- Keywords IE added; IE7, IE, Internet Explorer, initialize, show removed
- Status changed from new to confirmed
- Milestone set to CKEditor 3.5.1
I was about to open a ticket for it, as a follow up to this page:
http://extrafuture.com/2010/12/07/ckeditor-and-ie7/
The problem is related to the presence of a <meta name="description"> tag. In fact, any textarea with name matching meta tag names will be troublesome.
I've attached a TC for it. The problem can be confirmed in IE8 Compatibility mode as well.
I think we have dealt with this issue in v2 and the solution should be quite simple. It's just a matter of porting it to v3.
comment:4 Changed 2 years ago by tobiasz.cudnik
- Status changed from confirmed to assigned
- Owner set to tobiasz.cudnik
comment:6 Changed 2 years ago by Saare
- Status changed from review to review_failed
- Patch breaks the editor in pages where there's no element with an id of "description".
comment:8 Changed 2 years ago by garry.yao
- Status changed from review to review_failed
Just to be sure, how about
element.tagName.toLowerCase() in CKEDITOR.dtd.head
Please always add back-ref comments to the ticket.
comment:9 Changed 2 years ago by tobiasz.cudnik
- Status changed from review_failed to review
DTD approach seems to be more universal, attaching updated patch.
comment:10 Changed 2 years ago by garry.yao
- Status changed from review to review_failed
Let's inline DTD tag names for now, that would not change the footprint of ckeditor_basic.js
comment:11 Changed 2 years ago by Saare
- Owner changed from tobiasz.cudnik to Saare
- Status changed from review_failed to review
comment:13 Changed 2 years ago by Saare
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [6301].

spent the last 4 hours trying to figure this out. hope it helps. There are a ton of related bug reports I found.