#2374: [pull-req] Fix for Right-Click Bug in Web UI
--------------------+--------------------------
Reporter: sstur | Owner:
Type: patch | Status: new
Priority: minor | Milestone: Future
Component: Web-UI | Version: master (git)
Keywords: |
--------------------+--------------------------
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?
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2374>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/groups/opt_out.