You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
When setting values to latitude 48.213692646648035 and longitude: 16.4080810546875 they are not accepted. Seems to accept just up to 2 decimals, while the google map api allows (and displays) loger values.
Greetings,
Chris
Change History
comment:1 Changed 2 years ago by wvoigt
From the looks of it, it appears this is a problem with the pnformfloatinput validation. If you type any value with more than a few decimals, the decimal gets lost. Then the number is out of range. If you type a number of one decimal, say 48.1, it changes it to 48.01 This seems to be localized to pnformfloatinput. Possibly http://code.zikula.org/core/ticket/178 But I'm running on 1.0.3 and still seeing the problem. Not sure if http://code.zikula.org/core/ticket/950 is it. But it certainly looks like there are lingering problems with pnformfloatinput validation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When setting values to latitude 48.213692646648035 and longitude: 16.4080810546875 they are not accepted. Seems to accept just up to 2 decimals, while the google map api allows (and displays) loger values.
Greetings,
Chris
Change History
comment:1 Changed 2 years ago by wvoigt
From the looks of it, it appears this is a problem with the pnformfloatinput validation. If you type any value with more than a few decimals, the decimal gets lost. Then the number is out of range. If you type a number of one decimal, say 48.1, it changes it to 48.01 This seems to be localized to pnformfloatinput. Possibly http://code.zikula.org/core/ticket/178 But I'm running on 1.0.3 and still seeing the problem. Not sure if http://code.zikula.org/core/ticket/950 is it. But it certainly looks like there are lingering problems with pnformfloatinput validation.
The text was updated successfully, but these errors were encountered: