Closed
Bug 302619
Opened 19 years ago
Closed 19 years ago
"Report Broken Web Site" dialog "Privacy Policy" link does nothing
Categories
(Other Applications Graveyard :: Reporter, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 281717
People
(Reporter: regis.caspar+bz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050728 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050728 Firefox/1.0+ In the "Report Broken Web Site" dialog, in the "Fill out report" page, if you click on the "Privacy Policy" link, it does nothing. Reproducible: Always Steps to Reproduce: 1. Under the "help" menu, click on "Report Broken Web Site" 2. Agree the privacy policy and press next if needed 3. Click on "Privacy Policy" at the bottom of the page "Fill out report" Actual Results: does nothing Expected Results: open a window or a tab and load the URI stored in the "extensions.reporter.privacyURL" preference or "http://reporter.mozilla.org/privacy/" Patch proposition : in chrome\content\reporter\reportWizard.xul (into reporter.jar) @@ -119,7 +119,8 @@ <hbox> <label id="privacyPolicy" class="text-link" value="&reportForm.privacyPolicy.title;" - tooltiptext="&reportForm.privacyPolicy.tooltip;"/> + tooltiptext="&reportForm.privacyPolicy.tooltip;" + onclick="openPrivacyPolicy()"/> </hbox> </row> </rows>
Updated•19 years ago
|
Component: General → Reporter
Product: Firefox → Other Applications
*** This bug has been marked as a duplicate of 281717 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•