-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline review comment is broken #18320
Labels
issue/regression
Issue needs no code to be fixed, only a description on how to fix it yourself
topic/ui
Change the appearance of the Gitea UI
type/bug
Milestone
Comments
wxiaoguang
added
type/bug
topic/ui
Change the appearance of the Gitea UI
issue/regression
Issue needs no code to be fixed, only a description on how to fix it yourself
labels
Jan 18, 2022
This was fixed in the bidi PR but I guess some of the changes that happened to that or changes that happened as it was merged broke things. The comment box will be in the wrong column - should be a very simple fix. |
yup I think it's an unrecognised conflict The problem is here: gitea/web_src/js/features/repo-issue.js Line 503 in 089b4e6
This should be: <td colspan="3" class="lines-num"></td> |
zeripath
added a commit
that referenced
this issue
Jan 18, 2022
Comment dialogs for inline comments should appear in 4th column (not 3rd column), this PR changes the column that the inline review comment is associated with. This problem has occurred due to an unrecognised conflict between #17562 and #17315. Fix as zeripath suggested in #18320 Fix #18320 Co-authored-by: zeripath <art27@cantab.net>
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Jan 25, 2022
Fix go-gitea#18391 Fix go-gitea#18320 Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath
added a commit
to zeripath/gitea
that referenced
this issue
Jan 25, 2022
(go-gitea#18403) Backport go-gitea#18403 Fix go-gitea#18391 Fix go-gitea#18320 Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath
added a commit
that referenced
this issue
Jan 25, 2022
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
Comment dialogs for inline comments should appear in 4th column (not 3rd column), this PR changes the column that the inline review comment is associated with. This problem has occurred due to an unrecognised conflict between go-gitea#17562 and go-gitea#17315. Fix as zeripath suggested in go-gitea#18320 Fix go-gitea#18320 Co-authored-by: zeripath <art27@cantab.net>
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
go-gitea#18403) Fix go-gitea#18391 Fix go-gitea#18320 Signed-off-by: Andrew Thornton <art27@cantab.net>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
issue/regression
Issue needs no code to be fixed, only a description on how to fix it yourself
topic/ui
Change the appearance of the Gitea UI
type/bug
Demo: https://try.gitea.io/wxiaoguang/test/pulls/4/files
Click the
+
to do a comment:The text was updated successfully, but these errors were encountered: