#5139 closed defect (bug) (no action required)
Second Activity Comment Disabled
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
Fixed with enqueing JS and ajax properly.