﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35798	Admin sidebar still flashes when page loads	Mario Munoz	Abhishek Mane	"This new ticket is based on https://code.djangoproject.com/ticket/31641 which had been closed previously.

Currently, there is a {{{ <script src=""{% static 'admin/js/nav_sidebar.js' defer %}""></script> }}} tag within the {{{ <head> }}} element of the base template. This means that sometimes the sidebar renders ''before'' the script runs, which sometimes causes a flash/flicker when you reload the page.

I was able to reproduce this locally. To do this, I needed to hide the sidebar, then show again, then reload the browser. Upon subsequent reloads, there would be an occasional flicker.
"	Bug	assigned	contrib.admin	5.0	Normal				Accepted	1	0	0	0	0	1
