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

Bug with Parameter Input in Cell Values Using e-Notation #649

Closed
T0b121 opened this issue Jul 15, 2024 · 1 comment
Closed

Bug with Parameter Input in Cell Values Using e-Notation #649

T0b121 opened this issue Jul 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@T0b121
Copy link

T0b121 commented Jul 15, 2024

There is an error related to parameters in specific cells where values are entered. Users can input numbers like 4.6 and 4600.6, including using E-notation (e.g., 4.6e+3 for 4.6k ohms). However, when a limit is exceeded, the issue arises. Notably, this behavior does not occur with all negative E-notations. For instance, entering 100e-9 or 0.1e-6 for capacitors results in the value being set to 0 (see images 1, 2, 3 and 4). Interestingly, attempting to enter 1 mOhm is possible with 1.0e-3 but not with 1e-3 (see images 5, 6, 7 and 8). The same problem occurs when using the German version of the website. It’s worth noting that in German notation, the thousands separator is a period (.) and the decimal separator is a comma (,), which could explain the error. This behavior persists across Firefox and Chrome, even though the images are from Chrome.

Images

1.
image_1
2.
image_2
3.
image_3
4.
image_4
5.
image_5
6.
image_6
7.
image_7
8.
image_8

@T0b121 T0b121 added the bug Something isn't working label Jul 15, 2024
jbtronics added a commit that referenced this issue Jul 28, 2024
@jbtronics
Copy link
Member

Actually this seems to be a bug in the symfony framework. I created a PR in symfony for that.

Until this is merged, Part-DB 1.13.2 contains a workaround for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants