#545 Confusing alert when assigning issue
Closed: Invalid None Opened 8 years ago by lsedlar.

  1. go to https://pagure.io/pungi/issue/62
  2. type my name in assigned field
  3. hit Enter to submit
  4. see an alert asking "Do you really want to remove this comment?"

If I click cancel, nothing happens. If I hit OK, the assignee changes correctly.


I cannot reproduce this :( neither here or there

I can't replicate it in another repo either, only in Pungi.

By redifining confirm (window.confirm = function(msg) {console.trace(msg); return false;} in console) I know it is triggered from some onclick handler, but I don't have anything more specific.

it's on the onclick of the 'delete a comment' button, which is the black cross at the top right of every comment.

Since this issue, we've rolled out the new UI. Does the problem persist?

If not I'd suggest we close this issue as Invalid for now and re-open later if we have the problem again :)

I haven't seen it again. Please close it.

Thanks for confirming

Login to comment on this ticket.

Metadata