Gitea: Cannot comment in split diff view

Created on 19 Aug 2018  路  6Comments  路  Source: go-gitea/gitea

Description

  1. It is not possible to add new comments in split diff view because the '+'-button does not show up Resolved by #5038
  2. It is not possible to submit a comment at an existing conversation.
kinbug kinui revieweconfirmed

All 6 comments

Reopen since 2. is not resolved.

@JonasFranzDEV I think this should be an enhancement but not a bug. And moving it to v1.7 is better.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

Seems to be happening because this event listener is hijacking the click in split view. It isn't bound in unified view.

You can try removing the listener from the button using Chrome devtools in split view, the issue is immediately resolved.

@rfwatson could you send a PR to fix that?

https://github.com/go-gitea/gitea/pull/7052 was merged, this can be closed, right?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tuxfanou picture tuxfanou  路  3Comments

jonasfranz picture jonasfranz  路  3Comments

adpande picture adpande  路  3Comments

jakimfett picture jakimfett  路  3Comments

lunny picture lunny  路  3Comments