Steps to reproduce:
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
access http://localhost:7990/
create a evaluation license
create a new project and a repository
clone the empty repo and make changes
echo "Hello world" > readme.MD
create a new branch feature-1
, make changes, commit and create a new PR
review the PR, it works in PR comment
Go to diff tab, it doesn’t work in the line review comment
Related links:
dnaber
(Daniel Naber)
August 31, 2024, 9:08pm
2
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
dnaber
(Daniel Naber)
September 1, 2024, 6:55pm
4
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
dnaber
(Daniel Naber)
September 2, 2024, 7:18am
6
Thanks again. I’ve pointed the developers to this thread, but I’m not sure whether this will be a priority soon.
1 Like