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

Unexpected exit from always on top when enter is pressed #677

Closed
HerrickSpencer opened this issue Sep 19, 2019 · 2 comments · Fixed by #686
Closed

Unexpected exit from always on top when enter is pressed #677

HerrickSpencer opened this issue Sep 19, 2019 · 2 comments · Fixed by #686
Labels
Area: User Experience Issue primarily affects end user experience and are not covered by other areas fixed hacktoberfest Hacktoberfest is a month-long celebration of open source software. Pri: 1

Comments

@HerrickSpencer
Copy link
Member

HerrickSpencer commented Sep 19, 2019

Possible Reason
This is likely due to focus. the default focus is on the "Back to full view" button when the app enters alwaysontop mode. So if the enter or space key is hit, it will fire this button. Fix would be to move the focus off this button when the app enters alwaysontop mode.

Describe the bug
when in Alwaysontop, app will fall out of always on top mode when enter is pressed

Steps To Reproduce
Steps to reproduce the behavior:

  1. Go to standard mode
  2. Click on always on top button on right next to "Standard"
  3. use keyboard/num pad to enter a calculation ( ending in enter key)
    3(a) - alternate - just hit enter key
    3(b) - alternate - just hit space key

Expected behavior
app should stay in always on top mode

Actual behavior
app falls out of always on top mode

Device and Application Information

  • OS Build: 10.0.18986.0
  • Architecture: X64
  • Application Version: 10.1908.13.0
  • Region: en-US
  • Dev Version Installed: False
@MicrosoftIssueBot
Copy link
Collaborator

This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it.

@grochocki grochocki changed the title [Alwaysontop] will fall out of always on top when enter is pressed Unexpected exit from always on top when enter is pressed Sep 20, 2019
@grochocki grochocki added Area: User Experience Issue primarily affects end user experience and are not covered by other areas Bug Issue is a bug help wanted Issues identified as good community contribution opportunities Pri: 1 triage approved Issue has been approved by Calculator team member and removed triage needed labels Sep 20, 2019
@grochocki
Copy link
Contributor

Yep, good catch! It seems this behavior regressed. Upon entering always on top, focus should land in the display area (just like when opening Calculator from Start).

@grochocki grochocki added the hacktoberfest Hacktoberfest is a month-long celebration of open source software. label Sep 28, 2019
@ghost ghost removed the help wanted Issues identified as good community contribution opportunities label Oct 17, 2019
@MicrosoftIssueBot MicrosoftIssueBot added fixed and removed triage approved Issue has been approved by Calculator team member labels Oct 17, 2019
@MicrosoftIssueBot MicrosoftIssueBot removed the Bug Issue is a bug label Mar 30, 2020
@microsoft microsoft locked as resolved and limited conversation to collaborators Dec 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: User Experience Issue primarily affects end user experience and are not covered by other areas fixed hacktoberfest Hacktoberfest is a month-long celebration of open source software. Pri: 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants