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
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Launch Brave on Windows and ensure the window has a blue-ish border
Make the window small enough that you focus on another item (like empty doc in notepad) and still see Brave
When Brave loses focus, it should get a gray border
When Brave gets focus again, it should get back the blue-ish border
Original issue description
Windows will usually have the blue border when a window is focused which turns into a gray border when the window loses focus. This functionality was broken with 901d5db and was never restored. The single window action onFocusChanged was split out into onFocus and onBlur, but nothing calls them
The text was updated successfully, but these errors were encountered:
bsclifton
changed the title
Windows no longer have proper border when focused/unfocused
Fixed window border on Windows: focused blue / unfocused gray (broke ~0.15.0)
May 9, 2017
Test plan
Original issue description
Windows will usually have the blue border when a window is focused which turns into a gray border when the window loses focus. This functionality was broken with 901d5db and was never restored. The single window action
onFocusChanged
was split out intoonFocus
andonBlur
, but nothing calls themThe text was updated successfully, but these errors were encountered: