[ Web Proxy ]
URL:
Viewing: https://bbpress.org/forums/topic/comment-form-does-not-show-up-below-correct-comment/ [Back]  [Original]

Topic: Comment Form does not show up below correct comment · bbPress.org
Skip to:
Content
Pages
Categories
Search
Top
Bottom

Comment Form does not show up below correct comment

  • Hi,
    if I click on “reply” for a comment I would expect the form to appear below that comment. This currently does not work due to a bug in reply.js (bbpress/templates/default/js/reply.js) in line 19.
    reply.parentNode.appendChild(respond);
    If you change it to the following, everything works fine:
    reply.parentNode.appendChild(respond, null);

    Best Daniel

    PS: Would be great to see development happen on github…

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar

Web Proxy Viewer  |  New URL  |  Original Page