Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#6142 closed defect (bug) (fixed)

Clicking 'Public Message' button does not correctly pass @username to textarea

Reported by: hnla's profile hnla Owned by: r-a-y's profile 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)

6142.01.patch (990 bytes) - added by r-a-y 10 years ago.

Download all attachments as: .zip

Change History (5)

@r-a-y
10 years ago

#1 @r-a-y
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

It appears r9276 broke this. Problem is the <textarea> element was not properly closed.

#2 @hnla
10 years ago

Kicking myself should have spotted that, assumed it was rooted deeper somewhere.
Confirm patch resolves issue.

#3 @r-a-y
10 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 9388:

bp-legacy: Fix @mention name population in the activity post form template.

See r9276, which did not properly close the <textarea> element. This
commit addresses this.

Fixes #6142.

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.