#6142 closed defect (bug) (fixed)
Clicking 'Public Message' button does not correctly pass @username to textarea
Reported by: | hnla | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
There appears to be a regression with this.
on 2,2 clicking the public message on a users account would re-direct to site activity what's new form and automagically paste the users @mention name into the textarea, the @mention string isn't being added in 2.2 beta.
Attachments (1)
Change History (5)
#1
@
10 years ago
- Component changed from Messaging to Theme / Template Parts
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 2.2
#2
@
10 years ago
Kicking myself should have spotted that, assumed it was rooted deeper somewhere.
Confirm patch resolves issue.
Note: See
TracTickets for help on using
tickets.
It appears r9276 broke this. Problem is the
<textarea>
element was not properly closed.