Opened 12 years ago
Closed 11 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 by , 12 years ago
Milestone: | Future → 1.3.7 |
---|
comment:2 by , 11 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, fixed 1.3-stable: [e8aee7327b9b1]
You can link to a public repo or add patches to tickets either inline or attached.