Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#400 closed defect (invalid)

Should a textedit id and name be the same?

Reported by: cthier@… Owned by: Adrian Holovaty
Component: contrib.admin Version: 1.0
Severity: normal Keywords: textarea
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In an attempt to integrate FCKEditor with django, I ran across a problem. It requires that the id and name for the text area to be the same. I was able to hack it by changing core/formfields.py and making both the id and name the same. That was something of a hack though. Is there any reason why the id and name should not be the same? Or is there a way that I can control this? Thanks.

Change History (1)

comment:1 by cthier@…, 19 years ago

Resolution: invalid
Status: newclosed

okay so it is getting late, and I should just go to sleep now. It doesn't have to be the same. I had a text field called content. Since there was already a <div> with an id of content FCKEditor was getting confused. As long as I use a unique name it works great!

Note: See TracTickets for help on using tickets.
Back to Top