Custom Query (2447 matches)
Results (442 - 444 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2702 | Fixed | markup like <br/> in torrent comments -> harmless? error message | ||
Description |
deluge 1.4.0.dev366 (git 1e75b7bd1269d9d374652e917e9522749d0e5a56) on Ubuntu 14.04. (libgtk-3-0 version 3.10.8) With a torrent with a <br/> in its comment field, switching to the details tab (or covering / uncovering the window, so GTK redraws it) leads to a warning about an unknown tag. And the comment field in the details tab shows as empty. switching to the tab: /usr/local/lib/python2.7/dist-packages/deluge-1.4.0.dev366-py2.7.egg/deluge/ui/gtkui/details_tab.py:100: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'br' on line 1 char 51
When uncovering the window triggered the redraw: /usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py:309: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'br' on line 1 char 51
There's some caching somewhere, so you don't get the error repeatedly when flipping back and forth. Better behaviour might to to escape or quote or whatever is needed, so text from the torrent is just displayed literally without being fed to anything that's going to try to parse it as markup. Apparently some torrents are out there with HTML newlines in their comments, so it would be better to display the raw HTML than to throw an error and display nothing. Also better for security reasons to not feed un-treated data into something that might choke on it, unless set_markup is supposed to be able to handle potentially hostile data without risk. |
|||
#2701 | Fixed | [gtk-ui] Move Download Folder cancel button doesn't work (move_storage_dialog) | ||
Description |
deluge 1.4.0.dev366 (git commit 1e75b7bd1269d9d374652e917e9522749d0e5a56) on Ubuntu 14.04 right click a torrent -> Move Download Folder clicking cancel doesn't do anything. Pressing escape works, so does the close button on the window frame. Started poking around at source code, but didn't know what to look for, so I stopped and made this ticket. |
|||
#2699 | Duplicate | I want rename torrent file on the web o mobile please | ||
Description |
You may rename the torrent files to download before putting it through the website? Now I want to connect remotely with mobile access to my computer deluge And I want to rename the torrent file. Thank you |