#8627: Textarea misses first line if empty (in display) ---------------------------+------------------------------------------------ Reporter: bastih | Owner: bastih Status: new | Milestone: 1.0 Component: Uncategorized | Version: SVN Keywords: forms | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ If you save a textarea with a leading empty line, the browser won't show you that line (when viewing that textarea a change form again). This is due to a behaviour that browsers (test FF, Safari on Mac and IE 7 on Win) ignore the first line-break within a textarea when displaying it. Therefore the patch only adds one line-break right after the opening textarea-tag
-- Ticket URL: <http://code.djangoproject.com/ticket/8627> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
