Public bug reported:
Binary package hint: clutch
After uploading a torrent, the upload window does not disappear, because
a JavaScript error has been cast. This issue only happens if Clutch is
opened inside a container frame.
Firefox reports: "top.transmission" is undefined.
The problem lies in file remote/upload_response.php. This line:
echo "top." . $Command . "(" . $Arguments . ");";
should be substituted with:
echo "parent." . $Command . "(" . $Arguments . ");";
This substitution solves the issue.
** Affects: clutch (Ubuntu)
Importance: Undecided
Status: New
--
Upload window does not disappear after uploading if inside a container frame
https://bugs.launchpad.net/bugs/216375
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs