Skip to content

Add ability to paste in mod '%' operator #674

@SunsetQuest

Description

@SunsetQuest

Right now 5-2 or 5/2 can be pasted into the calculator and it will solve it.
However, if 5 % 2 is pasted, it errors.
However, typing 5 % 2 works just fine.

Similar to issue #299.

How to duplicate the issue:

  1. copy 5 % 2 to the clipboard
  2. paste in the calculator
  3. the message Invalid input appears

How it already works with +, -, *, /

  1. copy 5-2 to the clipboard
  2. paste in the calculator and press enter
  3. the correct value of 3 shows

Metadata

Metadata

Assignees

Labels

Area: User ExperienceIssue primarily affects end user experience and are not covered by other areasPri: 2fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions