#6142 closed defect (bug) (fixed)
Clicking 'Public Message' button does not correctly pass @username to textarea
| Reported by: | hnla | Owned by: | r-a-y |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Templates | Version: | |
| Severity: | normal | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It appears r9276 broke this. Problem is the
<textarea>element was not properly closed.