Skip to:
Content

bbPress.org

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)

#1 @netweb
10 years ago

  • Component GeneralAppearance - Theme Compatibility
  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed
  • Version 2.5.12

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

Note: See TracTickets for help on using tickets.