Project

General

Profile

Actions

Bug #24909

closed

There is no limit in colPos/colNumber

Added by Stefan Froemken about 13 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

Actions #1

Updated by Sigfried Arnold about 13 years ago

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.

Actions #2

Updated by Alexander Opitz about 10 years ago

  • 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)?

Actions #3

Updated by Alexander Opitz almost 10 years ago

  • 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.

Actions

Also available in: Atom PDF