Custom Query (2448 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 2448)

Ticket Resolution Summary Owner Reporter
#2348 WorksForMe webui js crashes in opera damoxc 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)
#2358 WorksForMe Per label torrent listing doesn't work non7top
Description

Doesn't work both in web UI and in GTK UI. Select label in the left pane and list is empty.

852f6049bd0b5bf31c8c578b8e112108239847ea

#2364 WorksForMe Dialog focus when multiple torrents added from magnet links rmlrml
Description

Installation type: package

Version information:

Deluge reports: Deluge 1.3.6 libtorrent 0.16.10.0

My package manager reports: Deluge 1.3.6-2 from Experimental repository libtorrent 0.16.10-3.1+b1 from Unstable repository

Operating System - Crunchbang Debian Testing GNU/Linux

Steps involved to reproduce the bug:

using GTK interface using Iceweasel 24.0

In Iceweasel Preferences - Applications

Set Content type "magnet" to "Use deluge"

In Deluge Preferences - Interface

"Main Window"

Deselect "Focus window when adding torrent"

"Add Torrents Dialog"

Select "Always show" Deselect "Bring the dialog to focus"

Click OK

Click a magnet link in web browser, it is received by deluge and a dialog is opened which does not steal focus, as expected. Alt-tab to deluge-gtk to confirm a dialog box was opened.

Alt-tab back over to web browser. (you can click inside the web browser window to confirm it really has focus). Click another magnet link. This time the add torrent dialog pops up, stealing focus, showing your two torrents to be added. The main window does not take focus behind the add torrents dialog.

Click another magnet link in web browser - same behavior.

Seems like the "Bring the dialog to focus" option only works when there's only one torrent in the dialog.

Thank you for all your hard work!

Note: See TracQuery for help on using queries.