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

PowerToys Run > Calculator uses space as Multiplier #11786

Closed
1 task
haldi4803 opened this issue Jun 17, 2021 · 1 comment
Closed
1 task

PowerToys Run > Calculator uses space as Multiplier #11786

haldi4803 opened this issue Jun 17, 2021 · 1 comment
Labels
Issue-Bug Something isn't working

Comments

@haldi4803
Copy link

haldi4803 commented Jun 17, 2021

Microsoft PowerToys version

0.37.2

Running as admin

  • Yes

Area(s) with issue?

PowerToys Run

Steps to reproduce

Showing Calculator in Global Search uses Space as Multiplicator sign.
So 40133 1002 is used as 40133*1002 which shouldn't be. Should it?

image

✔️ Expected Behavior

Not using space as multiplicator

❌ Actual Behavior

Space is handled the same as the *

Other Software

No response

@haldi4803 haldi4803 added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 17, 2021
@crutkas
Copy link
Member

crutkas commented Jun 17, 2021

This is a side effect of the mage interpreter (OSS 3rd party dll), i don't know if it is fixable honestly with how we currently do stuff for calculations, which is basically send stuff, did it return a result, if so, output it.

In theory, this should be fixed by #2265 but as of now, i doubt we will adjust it as it could have larger side effects

@crutkas crutkas closed this as completed Jun 17, 2021
@crutkas crutkas added Resolution-Won't fix and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants