GlotPress / gp-translation-helpers

GlotPress plugin to add features like discussions
https://glotpress.blog
4 stars 4 forks source link

Comment form don't load when replying to a comment #86

Closed amieiro closed 2 years ago

amieiro commented 2 years ago

Description

The textarea doesn't show up when the reply button is clicked. See screenshot below;

image

The issue occurred in this commit on the main branch,

image

When you do a git checkout to other commits before this, the textarea shows up.

Here is the way it's supposed to show up, see below;

image

Step-by-step reproduction instructions

Expected behavior

When you try to reply a comment in the discussion page, you should get a reply textarea.

Actual behavior

When you try to reply a comment in the discussion page, you don't get a reply textarea.

Screenshots or screen recording (optional)

WordPress information

Device information

amieiro commented 2 years ago

Solved here https://github.com/GlotPress/gp-translation-helpers/pull/87.