patric99 / remote-torrent-adder

Automatically exported from code.google.com/p/remote-torrent-adder
0 stars 1 forks source link

RTA causes Wordpress editor to hang #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of Chrome are you using? On what operating system?
Version 29.0.1547.76 m, Windows 7 Pro

What client (version?) are you connecting to? Are you using SSL?
Transmission (2.82)

What steps will reproduce the problem?
1. Activate plugin
2. Log into a Wordpress site, go to Appearance > Menus
3. Page hangs

What is the expected output? What do you see instead?
Expected output is for the site/page to load and interact with the user. 
Instead the page hangs and nothing is clickable/interactive.

Original issue reported on code.google.com by srhal...@gmail.com on 26 Sep 2013 at 6:20

GoogleCodeExporter commented 9 years ago
hey, i can't reproduce this issue. my wordpress.com blog (latest version) is 
working fine with both chrome 31 and 29.
are you using an older wordpress version?
have you created custom filters? please post the output of RTA options -> 
ctrl+shift+j -> localStorage.getItem("linkmatches")
can you hit ctrl+shift+j for the console and then input the following commands:

console.debug(document.getElementsByTagName('a').length + 
document.getElementsByTagName('button').length + 
document.getElementsByTagName('input').length)

(one line) to check whether there's an abnormal amount of elements that the 
content script might be choking on (i have ~1200 in my 
wordpress/appearance/menu page).

Original comment by jul...@gmail.com on 26 Sep 2013 at 8:00

GoogleCodeExporter commented 9 years ago
Using WP v 3.6.1

Output of RTA linkmatches : 
"([\]\[]|\b)\.torrent\b([^\-]|$)~torrents\.php\?action=download"

Output of console.debug cmd : 3591

Original comment by srhal...@gmail.com on 26 Sep 2013 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by jul...@gmail.com on 11 Jan 2014 at 12:42