microsoft / calculator

Windows Calculator: A simple yet powerful calculator that ships with Windows
MIT License
29.74k stars 5.39k forks source link

Copy pasting into Currency locks the editor #1409

Closed BuraChuhadar closed 4 years ago

BuraChuhadar commented 4 years ago

Describe the bug

Copy pasting from any source into the currency locks the editor and you cannot clear the editor.

Steps To Reproduce

Open Notepad Type text "20.83" and copy the text Open the calculator app and paste the text with Ctrl+V See that you removing or CE button doesn't clear anything.

Expected behavior

I would expect the editor still continue to edit. Nothing happens after copy paste.

Screenshots

Currency

Device and Application Information

Additional context

N/A

Requested Assignment

If possible, I would like to fix this.

MicrosoftIssueBot commented 4 years ago

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

zaboyle commented 4 years ago

Hi, I'd like to try to resolve this issue! Is it still open? Are there any good resources to look at to get started? Thanks!

mcooley commented 4 years ago

Hi @zaboyle! It looks like @BuraChuhadar has done some work on this (see #1412), but I'm not sure what the current status is. @BuraChuhadar, are you still looking at this one?

BuraChuhadar commented 4 years ago

@mcooley #1412 is the final fix. I closed it before because I didn't see the triaging label before under this issue. Please let me know if the code looks good. I reopened the merge request.