#400 closed defect (invalid)
Should a textedit id and name be the same?
| Reported by: | 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.
  Note:
 See   TracTickets
 for help on using tickets.
    
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!