RequestPolicyContinued / requestpolicy

a web browser extension that gives you control over cross-site requests. Available for XUL/XPCOM-based browsers.
https://github.com/RequestPolicyContinued/requestpolicy/wiki
Other
252 stars 35 forks source link

Link on "Import Old Rules" page does not work on FxNightly 48.0a1 #774

Closed myrdd closed 8 years ago

myrdd commented 8 years ago

The link "Show re-import options." on about:requestpolicy?oldrules does not work on the latest Nightly. It should unhide the table of v0.5 rules. The problem works with E10s enabled and disabled.

Right now I don't know what's the problem. The link simply looks like this:

<a href="javascript:showReimportOptions()">...</a>
myrdd commented 8 years ago

Issue still present in Fx 48.0 (beta channel)

myrdd commented 8 years ago

No idea what the actual problem is, but it can be solved by using <button> instead of <a>:


import button

myrdd commented 8 years ago

Fixed in v1.0.beta12.3