View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002842 | AJAX/JS | Bug Report - Interface | public | 2017-03-29 03:40 | 2017-11-01 12:58 |
Reporter | CDB-Man | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Chrome | ||||
Summary | 0002842: JS: Favourites page JS edit, delete entry button is overly sensitive | ||||
Description | Page in question: https://anidb.net/perl-bin/animedb.pl?show=addfavourite&listid=XXX&uid=XXXXXX The delete button is more sensitive than most. Up/down buttons trigger fine. The delete button will only trigger if the mouse is absolutely still, even the slightest judder will result in the entire entry being click-dragged instead. | ||||
Tags | No tags attached. | ||||
|
works just fine in firefox and older chrome. your browser is trash. |
|
Upon closer testing, it seems that on Chrome latest, the "up" button is overly sensitive; it's as if all clicks to down and delete are instead captured by the up button. |
|
Also it seems that on Chrome latest, the entries jump 2 (TWO) steps instead of 1, upwards. It seems the click and drag stuff is overriding the buttons. Ie the click event is being taken by the drag code instead of going to the buttons first. Drag code bumps the entry up 1 step instead. |