Language tool doesn't work with bitbucket server in PR diff comment

Steps to reproduce:

  1. run Bitbucket server with docker
docker volume create --name bitbucketVolume
docker run -v bitbucketVolume:/var/atlassian/application-data/bitbucket --name="bitbucket" -d -p 7990:7990 -p 7999:7999 atlassian/bitbucket
  1. access http://localhost:7990/

  2. create a evaluation license

  3. create a new project and a repository

  4. clone the empty repo and make changes

echo "Hello world" > readme.MD
  1. create a new branch feature-1, make changes, commit and create a new PR

  2. review the PR, it works in PR comment

  3. Go to diff tab, it doesn’t work in the line review comment

Related links:

Thanks for the detailed report. Could you check that there’s no spellcheck="false" in the HTML code for the form where it doesn’t work?

There is a spellcheck=false in an input tag.

But spellcheck =true in this comment input area

Thanks. Can you confirm this only affects the self-hosted version? We have an old bug report about that, and I guess it just never received enough attention, if only the self-hosted version was affected.

Yes, I think so. It works fine on public Bitbucket server, like bitbucket.com

Thanks again. I’ve pointed the developers to this thread, but I’m not sure whether this will be a priority soon.

1 Like