Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (586 - 588 of 2449)

Ticket Resolution Summary Owner Reporter
#2348 WorksForMe webui js crashes in opera Damien Churchill pigmoney
Description

in opera UI is loaded, but login popup is not displayed. Tried from chrome browser with all going OK.

Client is Opera Version 12.15, Build 1748, Platform Win32, System Windows 7
Popups and all blocking features disabled as this is my home server.


Deluge is installed from standard repo:
[root@server /var/lib/deluge/.config/deluge]# deluged -v
deluged: 1.3.6
libtorrent: 0.16.8.0
[root@server /var/lib/deluge/.config/deluge]# deluge-web -v
deluge-web: 1.3.6
libtorrent: 0.16.8.0
[root@server /var/lib/deluge/.config/deluge]# uname -a
Linux server.home 3.9.6-200.fc18.x86_64 #1 SMP Thu Jun 13 18:56:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

according to opera's dragonfly debugger, the exception is on line 13651 of ext-all.js, code looking like:

if (this.frame) {
  a.insertHtml("afterBegin", String.format(Ext.Element.boxMarkup, this.baseCls));
  this.createElement("header", h.firstChild.firstChild.firstChild);
  this.createElement("bwrap", h);
  k = this.bwrap.dom;
  var c = h.childNodes[1],
      b = h.childNodes[2];
  k.appendChild(c); '''<--- error here'''

Error text: Unhandled DOMException: HIERARCHY_REQUEST_ERR

Call stack:
onRender ext-all.js:13651
onRender ext-all.js:25578
render ext-all.js:8629
init ext-all.js:26145
initialize deluge-all.js:8212
(anonymous) deluge-all.js:8352
(anonymous) ext-all.js:169
Ext.util.DelayedTask ext-all.js:1332
(global)
#2347 Fixed Add get_orig_files() to get torrent filenames without any renaming Calum Chris Eby
Description

I'm writing a script that renames some torrents' files. In the event that the script is run twice on the same torrent, it is useful to have the files' original names. There is already a function in libtorrent that gives exactly what I want, however it is not exposed in Deluge. This patch just exposes it.

#2346 Invalid Mouse input non-responsive eleandor
Description

Steps to reproduce: Start deluge. Mouse input works. Select a torrent. Mouse input stops working. Occasionally, selecting torrents still works, but other interface elements are nonresponsive to mouse input. Keyboard input works.

Version: 1.3.6 (libTorrent 0.15.10.0) OS: Windows 7 Component: GUI

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.