Skip to content
Snippets Groups Projects
Commit 05ac7b98 authored by Francois Suter's avatar Francois Suter
Browse files

[BUGFIX][!!!] Slider wizard misuses "max" property

TYPO3 4.6 introduced a slider wizard for select-type and
input-type fields. For input-type fields it is possible
to define a minimum and maximum value for the slider.
Unfortunately the wizard misuses the "max" TCA property
for the maximum value, which is normally used for the
"maxlength" attribute of the input field.

The slider wizard should instead rely on the "range" property,
which already exists and serves exactly the purpose of defining
a minimum and maximum value for the field.

Change-Id: I0cf34c78f5109ce244357471a122be0f24f1aeef
Fixes: #31724
Releases: 4.7, 4.6
Reviewed-on: http://review.typo3.org/6618
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
Reviewed-by: Kay Strobach
Tested-by: Kay Strobach
Reviewed-by: Stefan Neufeind
Reviewed-by: Francois Suter
Tested-by: Francois Suter
parent c860aa01
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment