Attached is a short screen recording to show how the context menu behavior
looks like. After I close the first modal, the context menu opens, but any
click on "Label Options" does nothing. The functionality of the add or
remove label entries is intact. In the process of this testing I also
found the attached console error about it. I'm wondering why I didn't see
that the first time around.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3280>
Deluge <https://deluge-torrent.org/>
Deluge Project
* Attachment "ZK5Yn2g.png" added.
* Attachment "CyP1cOJ.gif" added.
* milestone: needs verified => 2.0.4
Comment:
From my quick testing it looks like clicking the dialog `X` button or
pressing the `Esc` key results in the dialog unable to re-open and a
similar console error:
{{{
TypeError: me.dom is undefined ext-all-debug.js:8073:15
ExtJS 4
show http://localhost:8112/js/label/label.js:398
onLabelOptionsClick http://localhost:8112/js/label/label.js:609
ExtJS 5
fire
fireEvent
onClick
onClick
h
}}}
Using the `OK` or `Cancel` buttons works fine.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3280#comment:1>
Comment (by DjLegolas):
This happens with the add button too.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3280#comment:2>
* status: new => closed
* resolution: => Fixed
Comment:
Fixed: [3f9ae337932d]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3280#comment:3>