Bug #24909
closed
There is no limit in colPos/colNumber
Added by Stefan Froemken almost 14 years ago.
Updated over 10 years ago.
Description
With help of the Grid view wizzard I have inserted a 100 digit colNumber. After setting the focus to the name input field, colNumber has changed to 1,2345678901234567e+99
I think it's better to limit this input field to 5 or 10 digits.
(issue imported from #M17424)
The database field is set to TINYINT - so it can store values form 0 to 255 as unsigend integer (TINYINT). The value also is limited to 3 decimal digits.
There is no use limiting it to 5 oder even 10 digits - 3 is enough.
Though it would be better to validate for a range from 0 to (2^8)-1.
- Status changed from New to Needs Feedback
- Target version deleted (
0)
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Also available in: Atom
PDF