Opened 10 years ago
Closed 10 years ago
#3082 closed defect (bug) (duplicate)
Bug in reply.js
| Reported by: | hearken | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Appearance - Theme Compatibility | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The reply.js file in the default bbPress template (templates/default/js/reply.js) contains the following line:
reply.parentNode.insertBefore(respond);
However, the insertBefore method requires two arguments (the second is nullable but not optional). Omitting the second argument throws an exception in Chrome as described here: https://bugs.chromium.org/p/chromium/issues/detail?id=419780
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi @hearken , welcome to bbPress Trac!
Thanks for the report, we've already fixed this for the next release of bbPress, bbPress 2.6
I'll close ticket as a duplicate of the ticket where we fixed it.
Duplicate: #2791 /r6096