Opened 11 years ago

Closed 11 years ago

#20213 closed Bug (invalid)

enter key does not work in "textarea" into the admin panel. So I can not go to new line

Reported by: anonymous Owned by: nobody
Component: Forms Version: 1.5
Severity: Normal Keywords:
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 model.py:

Class Page(models.Model):

....
central_col = models.TextField(blank=False,null=False)
....

in admin panel create textarea from this central_col.
Problem with the transition to a new line in this textarea field

Change History (1)

comment:1 by Tim Graham, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top