You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I go to download a python source file, Chrome's dialog pops up so I can save the file (because of my static server's mime-type association with .py files). If I cancel the dialog, Sight will change the body of whatever page I am viewing to it's chosen monospace font and size.
The site you see in these images is my personal site. It has some links to download source files, and this is where I first saw the bug.
Before downloading the source file:
Click to download a source file, dialog pops up:
Now the body font has changed:
Disabling Sight corrects the issue, so I'm positive it's Sight doing it. The DejaVuSansMono and font-size:small are my Sight settings. Sight seems to think that I have downloaded the file and I'm viewing it. When the url uses the file:// protocol Chrome will open the file in a new tab and Sight will do the correct thing.
The text was updated successfully, but these errors were encountered:
I go to download a python source file, Chrome's dialog pops up so I can save the file (because of my static server's mime-type association with
.py
files). If I cancel the dialog, Sight will change the body of whatever page I am viewing to it's chosen monospace font and size.The site you see in these images is my personal site. It has some links to download source files, and this is where I first saw the bug.
Before downloading the source file:
Click to download a source file, dialog pops up:
Now the body font has changed:
Disabling Sight corrects the issue, so I'm positive it's Sight doing it. The
DejaVuSansMono
andfont-size:small
are my Sight settings. Sight seems to think that I have downloaded the file and I'm viewing it. When the url uses thefile://
protocol Chrome will open the file in a new tab and Sight will do the correct thing.The text was updated successfully, but these errors were encountered: