Editing issue comments is broken #6

Open
opened 2018-07-03 02:36:13 +09:30 by Kuraitou · 7 comments
Collaborator
No description provided.
Author
Collaborator

Steps to repro:

  1. Click pen icon
  2. Page scrolls to top
  3. Click pen icon again
  4. Edit textbox appears
  5. Clicking confirm button does nothing
Steps to repro: 1. Click pen icon 2. Page scrolls to top 3. Click pen icon again 4. Edit textbox appears 5. Clicking confirm button does nothing
Author
Collaborator
index.js?v=ce4c72d73e8b7b3c2bd84f389213133c:573 Uncaught ReferenceError: issuesTribute is not defined
    at HTMLAnchorElement.<anonymous> (index.js?v=ce4c72d73e8b7b3c2bd84f389213133c:573)
    at HTMLAnchorElement.dispatch (jquery.min.js:4)
    at HTMLAnchorElement.r.handle (jquery.min.js:4)
``` index.js?v=ce4c72d73e8b7b3c2bd84f389213133c:573 Uncaught ReferenceError: issuesTribute is not defined at HTMLAnchorElement.<anonymous> (index.js?v=ce4c72d73e8b7b3c2bd84f389213133c:573) at HTMLAnchorElement.dispatch (jquery.min.js:4) at HTMLAnchorElement.r.handle (jquery.min.js:4) ```
Owner

Can't repro :(
EDIT: Only tested on FF on my end.

Can't repro :( EDIT: Only tested on FF on my end.
Author
Collaborator

Weird, for me it's broken in both Chrome 67.0.3396.99 (Official Build) (64-bit) and Firefox 61.0 (64-bit)

It looks like a serverside template error or something; the variable referenced isn't defined anywhere.

Weird, for me it's broken in both Chrome 67.0.3396.99 (Official Build) (64-bit) and Firefox 61.0 (64-bit) It looks like a serverside template error or something; the variable referenced isn't defined anywhere.
Author
Collaborator

OK, apparently editing comments is only broken on this repo for me. I can edit issues elsewhere just fine. @birdulon could it be a permissions thing?

test edit

OK, apparently editing comments is only broken on this repo for me. I can edit issues elsewhere just fine. @birdulon could it be a permissions thing? test edit
Owner

Weird

Also checkbox test

  • Test off
  • Test on
Weird Also checkbox test - [ ] Test off - [x] Test on
Owner

Appears to work for users with collaborator permissions, might be an interface bug.

Appears to work for users with collaborator permissions, might be an interface bug.
birdulon added the
upstream
label 2018-07-14 16:25:58 +09:30
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: birdulon/TestRepository#6
No description provided.