Closed
Bug 1488484
Opened 6 years ago
Closed 6 years ago
duplicate change block list
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1488436
People
(Reporter: eugeneshap, Unassigned)
Details
Attachments
(1 file)
102.34 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180904100126
Steps to reproduce:
In the settings there is a duplicate change block list item, olny one of which is clickable
1. visit URL about:preferences#privacy
2. scroll down to the bottom of All Detected Ttrackers
Actual results:
There are two elements for change block list with same id. One of them is not clickable
html part:
<label xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="changeBlockListLink" data-l10n-id="content-blocking-tracking-protection-change-block-list" class="text-link">Сменить список блокировки</label>
<label xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="changeBlockListLink" data-l10n-id="content-blocking-tracking-protection-change-block-list" class="text-link" search-l10n-ids="blocklist-window.title, blocklist-desc, blocklist-button-cancel.label, blocklist-button-ok.label">Сменить список блокировки</label>
First one have click event attached:
function() {
gSubDialog.open("chrome://browser/content/preferences/blocklists.xul", null);
}
Expected results:
Shouldn't be there only one such element?
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Component: Untriaged → Preferences
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•