Opened 10 years ago

Closed 10 years ago

#2374 closed patch (Fixed)

[pull-req] Fix for Right-Click Bug in Web UI

Reported by: sstur Owned by:
Priority: minor Milestone: 1.3.7
Component: Web UI Version: master
Keywords: Cc:

Description

On the master branch, in file

ui/web/js/deluge-all/TorrentGrid.js

on line 339 can you change:

if (!selection.hasSelection())

to

if (!selection.isSelected(rowIndex))

This fixes a problem where if you right-click a torrent and click remove, it will remove the selected one(s) instead of the one you right-clicked.

For future, is there a way to submit pull requests for issues I have fixed on my local fork?

Change History (2)

comment:1 Changed 10 years ago by Cas

  • Milestone changed from Future to 1.3.7

comment:2 Changed 10 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Thanks, fixed 1.3-stable: [e8aee7327b9b1]

You can link to a public repo or add patches to tickets either inline or attached.

Note: See TracTickets for help on using tickets.