Opened 13 years ago
Closed 12 years ago
#5005 closed defect (bug) (fixed)
Line breaks do not appear in multi-line text box
| Reported by: | jdhall1972 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Extended Profile | Version: | 1.7 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I am using a multi-line text box in an xprofile registration form but line breaks and paragraph breaks don't appear on the profile page. In the source code, the spaces do appear but there is no html code to tell the browser to break lines or paragraphs.
Change History (4)
#1
@
13 years ago
- Component Core → XProfile
- Keywords needs-patch added
- Milestone Awaiting Review → 1.9
#2
@
13 years ago
- Milestone 1.9 → Future Release
I'm not able to reproduce this in a quick test. Moving out of the milestone pending a patch.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This comes as a result of filtering everything through 'bp_get_the_profile_field_edit_value', without a discerning the $field->type.
A solution for 1.9 is to create a helper function that checks the $field->type and applies the correct filters.
Since this has been a bug for several releases, I'm moving it into 1.9 to address along with other XProfile enhancements.