Closed Bug 1374193 Opened 7 years ago Closed 7 years ago

Checkboxes in Snap Links's (WebExtension) options aren't visible in Fx55

Categories

(Toolkit :: Add-ons Manager, defect)

55 Branch
All
Windows 10
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 1354336
Tracking Status
firefox55 --- fix-optional
firefox56 --- fix-optional

People

(Reporter: yfdyh000, Unassigned)

Details

(Keywords: regression)

STR:
1. Install https://addons.mozilla.org/firefox/addon/snaplinksplus/
2. Check its options in Add-ons Manager.


Actual results:
No checkboxs, labels appear only.


Extra information:
    <p><label><input type="checkbox" id="SwitchFocusToNewTab">Switch focus to new tab</label></p>
    <p><label><input type="checkbox" id="ShowNumberOfLinks">Show the number of selected links</label></p>

	"options_ui": {
		"page":         "src/html/options.html",
		"chrome_style": true
	}

Applied style from https://hg.mozilla.org/mozilla-central/annotate/95543bdc59bd038a3d5d084b85a4fec493c349ee/browser/components/extensions/extension.css#l217:
input[type="checkbox"] {
  display: none;
}
I can confirm this works on 54 but not on 55 and beyond.
Component: Extension Compatibility → Add-ons Manager
Product: Firefox → Toolkit
Summary: Checkbox be hidden of Snap Links's Options in Fx55 → Checkboxes in Snap Links's (WebExtension) options aren't visible in Fx55
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Ah, I forgot that bug is there since Fx55.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.