This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser.
commit fb128239c33532ad494efe06d4276ab83f2752de Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Nov 15 11:54:27 2022 +0000
fixup! Bug 40925: Implemented the Security Level component
Move the "data-subcategory" attribute one level up in the DOM so that the entire section is highlighted and the groupbox receives focus when we call openPreferences("privacy-securitylevel"). --- .../securitylevel/content/securityLevelPreferences.inc.xhtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml b/browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml index 07d9a1d3b32d..7ee3d955683b 100644 --- a/browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml +++ b/browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml @@ -1,6 +1,9 @@ -<groupbox id="securityLevel-groupbox" data-category="panePrivacy" hidden="true"> +<groupbox id="securityLevel-groupbox" + data-category="panePrivacy" + data-subcategory="securitylevel" + hidden="true"> <label>html:h2/</label> - <vbox data-subcategory="securitylevel" flex="1"> + <vbox flex="1"> <description flex="1"> <html:span id="securityLevel-overview" class="tail-with-learn-more"/> <label id="securityLevel-learnMore"