Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit settings is hidden from the app menu on higher resolutions #38587

Closed
1 of 6 tasks
GeetaSarvadnya opened this issue May 27, 2024 · 20 comments
Closed
1 of 6 tasks

Exit settings is hidden from the app menu on higher resolutions #38587

GeetaSarvadnya opened this issue May 27, 2024 · 20 comments

Comments

@GeetaSarvadnya
Copy link

GeetaSarvadnya commented May 27, 2024

Description

Found while testing #37788
Exit settings is missing from the hamburger menu

Steps to reproduce

  1. Clean profile 1.68.50
  2. Click on the hamburger menu
  3. Exit settings is missing from the hamburger menu

Actual result

Exit settings is missing from the hamburger menu

image

Expected result

Exit settings should be present in the hamburger menu

Reproduces how often

Easily reproduced

Brave version (brave://version info)

Brave 1.68.50 Chromium: 126.0.6478.17 (Official Build) nightly (64-bit)
Revision 72b186fbe4e288f53b0ee102f6ec66133b41a992
OS Windows 10 Version 22H2 (Build 19045.4412)

Channel information

  • release (stable)
  • beta
  • nightly

Reproducibility

  • with Brave Shields disabled
  • with Brave Rewards disabled
  • in the latest version of Chrome

Miscellaneous information

cc: @rebron @brave/qa-team @emerick

@GeetaSarvadnya GeetaSarvadnya changed the title CR 126 - Exit settings is missing from the hamburger menu Exit settings is missing from the hamburger menu May 27, 2024
@emerick
Copy link
Contributor

emerick commented May 28, 2024

I can't repro this with nightly on Windows 11. According to the upstream code, the "Exit" menu should show on Windows and be hidden on Mac which is what I'm seeing.

@rebron rebron added this to General May 28, 2024
@rebron rebron moved this to On Deck in General May 28, 2024
@GeetaSarvadnya
Copy link
Author

I can see Exit menu option on Hamburger menu on Windows 11x64, but not on Windows 10 x64. Looks like windows 10 x64 specific issue.

@stephendonner
Copy link

I just installed

Brave | 1.68.58 Chromium: 126.0.6478.17 (Official Build) nightly (64-bit)
-- | --
Revision | ec786b623be34c911487c24144c0650bdd057fc1
OS | Windows 10 Version 22H2 (Build 19045.4412)

The Exit option is there for me 👍

image

@GeetaSarvadnya
Copy link
Author

GeetaSarvadnya commented May 30, 2024

I have two windows 10 x64 machines. In one machine the Exit button is shown and in other machine the Exit option isn't shown. Based on the system resolution, the exit option is shown.

Machine 1 - Windows 10 x64 - The Exit menu option isn't shown with default 150 % recommended resolution

Example Example
image image

If I change the 150 % recommended resolution to 125% I can see the exit menu option via hamburger menu

Example Example
image image

Machine 2 - Windows 10 x64 - The Exit menu option is shown with default 125 % recommended resolution

Example Example
image image

@GeetaSarvadnya
Copy link
Author

cc: @emerick @rebron #38587 (comment)

@emerick
Copy link
Contributor

emerick commented May 30, 2024

Oh, is that because at the increased resolution the menu becomes scrollable (i.e., the Exit option scrolled off the end and maybe the scrollbar is not visible?) That's the only conceivable option I can imagine, because the menu item "should" physically be there.

@GeetaSarvadnya
Copy link
Author

GeetaSarvadnya commented May 30, 2024

@emerick : With CR126, the hamburger menu items are increased, this is also one of the reason why the menu item Exit is not shown with default (recommended) resolution.
exit menu issue

@stephendonner
Copy link

Oh, is that because at the increased resolution the menu becomes scrollable (i.e., the Exit option scrolled off the end and maybe the scrollbar is not visible?) That's the only conceivable option I can imagine, because the menu item "should" physically be there.

@emerick this is how it is for me, yes:

  • invisible scrollbar
  • X Exit below Settings

@stephendonner
Copy link

Oh, is that because at the increased resolution the menu becomes scrollable (i.e., the Exit option scrolled off the end and maybe the scrollbar is not visible?) That's the only conceivable option I can imagine, because the menu item "should" physically be there.

@emerick this is how it is for me, yes:

  • invisible scrollbar
  • X Exit below Settings
2024-05-30_09h27_06.mp4

@stephendonner
Copy link

And Chrome has this little expand arrow

image

@GeetaSarvadnya
Copy link
Author

Chrome Vs Brave
chrome exit Vs Brave exit

@rebron rebron changed the title Exit settings is missing from the hamburger menu Exit settings is hidden from the app menu on higher resolutions Jun 11, 2024
@rebron rebron added OS/Windows priority/P2 A bad problem. We might uplift this to the next planned release. labels Jun 11, 2024
@simonhong
Copy link
Member

working on this.

@simonhong simonhong moved this from On Deck to In progress in General Jun 12, 2024
@GeetaSarvadnya
Copy link
Author

@simonhong @emerick: The issue is fixed and working fine now. I could see the Exit settings menu with default screen resolution 150%. Looks like removal Translate settings would have fixed the issue? not sure.
Exit issue fixed

@github-project-automation github-project-automation bot moved this from In progress to Completed in General Jun 12, 2024
@rebron rebron reopened this Jun 12, 2024
@rebron
Copy link
Collaborator

rebron commented Jun 12, 2024

I think with Upgrade notifications and adding IPFS users may still run into this issue. So we'll still need the scroll.

@simonhong
Copy link
Member

simonhong commented Jun 12, 2024

Hmm, I couldn't repro. I can see scroll arrow like below. dev build, nightly all same on my Win11 machine.
Investigating what could make arrow invisible.
image

@emerick
Copy link
Contributor

emerick commented Jun 12, 2024

Did you try with increased screen resolution @simonhong?

@simonhong
Copy link
Member

simonhong commented Jun 12, 2024

Did you try with increased screen resolution @simonhong?

Yes, above one was with 200%.
Edit: Ah, it's scale. resolution was recommended one and it's highest.

@rebron
Copy link
Collaborator

rebron commented Jun 12, 2024

This might be Windows 10 specific.

@rebron
Copy link
Collaborator

rebron commented Jun 13, 2024

I can't reproduce this either. I'm going to go ahead and close per #38587 (comment). In Nightly, 1.69.15, with the new sidebar settings moved to the top level, I'm getting a scroll bar on Windows 10. On Beta 1.68.85 and in RC 1.67.113, I'm still seeing Exit so it's not a problem there either. Expanding to 175% I'm able to scroll up and down.

Windows 10 with recommended 150% and 1920x1080 display resolution.

@rebron rebron closed this as completed Jun 13, 2024
@kjozwiak kjozwiak removed this from General Jun 13, 2024
@kjozwiak kjozwiak added feature/settings and removed priority/P2 A bad problem. We might uplift this to the next planned release. QA/Yes release-notes/exclude QA/Test-Plan-Specified regression labels Jun 13, 2024
@GeetaSarvadnya
Copy link
Author

@emerick @simonhong The issue is arising again on 1.67.115 due to addition of Delete browsing data hamburger menu settings.
exit settings issue in 1 67 115
cc: @rebron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants