#5139 closed defect (bug) (no action required)
Second Activity Comment Disabled
| Reported by: | thecorkboard | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Activity | Version: | 1.8 |
| Severity: | major | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed with enqueing JS and ajax properly.