Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#5139 closed defect (bug) (no action required)

Second Activity Comment Disabled

Reported by: thecorkboard's profile thecorkboard Owned by:
Milestone: Priority: normal
Severity: major Version: 1.8
Component: Activity Keywords:
Cc:

Description

Hello-

On trying to comment twice on a single activity stream post, the first comment will work but the second make the "Post" button dead. In review in the markup in Chrome's inspector, it seems that ac_form_submit is adding "class disabled" incorrectly. It should be "class='disabled'". When I force it to this it works just fine.

Here's the relevant markup in full:

<input type="submit" name="ac_form_submit" value="Post" class="" disabled="">

Change History (3)

#1 @thecorkboard
11 years ago

  • Resolution set to invalid
  • Status changed from new to closed

#2 @thecorkboard
11 years ago

Fixed with enqueing JS and ajax properly.

#3 @johnjamesjacoby
11 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.