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

Before and after inputting value in the number bar is inconsistent #5234

Closed
instoneks2018 opened this issue Nov 3, 2021 · 3 comments
Closed
Assignees
Labels
feature/editor This item is related to the editor subsystem. kind/bug Categorizes issue or PR as related to a bug. priority/major Major priority. Work that should be handled after all blocking and critical work is done. sig/content Categorizes an issue or PR as relevant to SIG Content.

Comments

@instoneks2018
Copy link

instoneks2018 commented Nov 3, 2021

Describe the bug
When I input a data value in the number field, The displayed value is inconsistent with the input value because of precision, This is a common problem for o3de.

Expected behavior
The value before and after the input should be the same.

Actual behavior
The value before and after the input are inconsistent.

Screenshots
The input value 25.666 is changed to 25.6665993, as follows
1 精度问题2

Desktop/Device (please complete the following information):

  • Device: [PC]
  • OS: [Windows]
  • Version [10]
  • CPU [Intel I7-10700 2.90GHz (16 CPUs)]
  • GPU [Intel(R) UHD Graphics 630]
  • Memory [32GB]

Additional context
Add any other context about the problem here.

@instoneks2018 instoneks2018 added kind/bug Categorizes issue or PR as related to a bug. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 3, 2021
@instoneks2018 instoneks2018 changed the title The values before and after the input are inconsistent because of precision Before and after inputting value in the number bar is inconsistent Nov 3, 2021
@forhalle forhalle added sig/content Categorizes an issue or PR as relevant to SIG Content. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Nov 4, 2021
@monroegm monroegm added feature/editor This item is related to the editor subsystem. priority/major Major priority. Work that should be handled after all blocking and critical work is done. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 4, 2021
@monroegm
Copy link
Contributor

monroegm commented Nov 4, 2021

Potentially related to #5298

@jjjoness
Copy link
Contributor

@monroegm I have fixed #5298 and this still occurs. Looking at this now.

@jjjoness jjjoness self-assigned this Jan 10, 2022
jjjoness added a commit to aws-lumberyard-dev/o3de that referenced this issue Jan 13, 2022
…arInconsistent-o3de#5234

Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
jjjoness added a commit to aws-lumberyard-dev/o3de that referenced this issue Jan 17, 2022
…arInconsistent-o3de#5234

Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
jjjoness added a commit to aws-lumberyard-dev/o3de that referenced this issue Jan 17, 2022
…arInconsistent-o3de#5234

Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
@jjjoness
Copy link
Contributor

Fixed in #6859

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/editor This item is related to the editor subsystem. kind/bug Categorizes issue or PR as related to a bug. priority/major Major priority. Work that should be handled after all blocking and critical work is done. sig/content Categorizes an issue or PR as relevant to SIG Content.
Projects
None yet
Development

No branches or pull requests

4 participants