From b5a23447f8c4173677ed3576e1d0ce491d2cba1e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 May 2022 10:14:49 +0100 Subject: [PATCH] Set tab indexes for the left column This is so that when hitting tab a few times it goes to the main timeline posts and not the left column --- webapp_column_left.py | 44 ++++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index a13f048a6..08c3e4d87 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -162,7 +162,7 @@ def get_left_column_content(base_dir: str, nickname: str, domain_full: str, # show the edit icon html_str += \ ' ' + \ + 'accesskey="' + access_keys['menuEdit'] + '" tabindex="4000">' + \ '' + \
             translate['Edit Links'] + ' | ' + \ + 'accesskey="' + access_keys['menuThemeDesigner'] + '" ' + \ + 'tabindex="4001">' + \ '' + \
             translate['Theme Designer'] + ' | ' + \ + '' + \
         rss_title + '\n' @@ -240,6 +243,7 @@ def get_left_column_content(base_dir: str, nickname: str, domain_full: str, new_tab_str = ' target="_blank" rel="nofollow noopener noreferrer"' if links_list: html_str += '