View Issue Details

IDProjectCategoryView StatusLast Update
0004881Composr[All Projects] General / Uncategorisedpublic2022-08-12 17:53
ReporterAdam EdingtonAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0004881: Tracker links are now auto voting when clicked
DescriptionAs summary states. This is probably unintended behaviour.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2022-08-09 23:25

administrator   ~0007418

Just when you open them, or when you click "Monitor"? Voting = monitoring.

Guest

2022-08-10 03:41

viewer   ~0007419

If I click the link (on the commit) it brings me here to the tracker and the item gets monitored as a result (somehow).

Adam Edington

2022-08-10 05:33

administrator   ~0007421

Actually just clicking any item from the tracker does this, nothing to do with GitLab.

Chris Graham

2022-08-11 18:28

administrator   ~0007426

You have some kind of browser extension (or maybe a novel browser) that is pre-fetching GET forms. Mantis incorrectly is implementing the "Users monitoring this issue" as a GET form, when it should be a "POST" form. GET forms are not meant to change state, but this form changes state.

Chris Graham

2022-08-11 18:57

administrator   ~0007427

https://github.com/mantisbt/mantisbt/pull/1842

Adam Edington

2022-08-11 19:26

administrator   ~0007428

Using Edge currently and probably for at least a year. No new extensions other than a volume booster. Just happened again when viewing your reply so no idea what's causing it.

Adam Edington

2022-08-12 15:56

administrator   ~0007429

Removing the volume booster seems to have remedied this behaviour, strange days :_)

Chris Graham

2022-08-12 16:01

administrator   ~0007431

I already had fixed the issue here.

Issue History

Date Modified Username Field Change
2022-08-09 23:02 Adam Edington New Issue
2022-08-09 23:25 Chris Graham Note Added: 0007418
2022-08-10 03:41 Guest Note Added: 0007419
2022-08-10 05:33 Adam Edington Note Added: 0007421
2022-08-10 05:35 Adam Edington Summary GitLab tracker links are now voting for tracker items when clicked => Tracker links are now auto voting when clicked
2022-08-11 18:28 Chris Graham Note Added: 0007426
2022-08-11 18:31 Chris Graham Assigned To => Chris Graham
2022-08-11 18:31 Chris Graham Status non-assigned => resolved
2022-08-11 18:31 Chris Graham Resolution open => fixed
2022-08-11 18:57 Chris Graham Note Added: 0007427
2022-08-11 19:26 Adam Edington Note Added: 0007428
2022-08-12 15:56 Adam Edington Note Added: 0007429
2022-08-12 16:01 Guest Note Added: 0007430
2022-08-12 16:01 Chris Graham Note Added: 0007431
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised