Bug 1123765

Summary: Field property "size" accepts non-numeric input
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jan Hrcek <jhrcek>
Component: Form ModelerAssignee: Pere Fernàndez <pere.fernandez>
Status: CLOSED EOL QA Contact: Andy Taylor <ataylor>
Severity: low Docs Contact:
Priority: medium    
Version: 6.1.0CC: kverlaen, lpetrovi
Target Milestone: DR1   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:07:24 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Screenshot showing the problem none

Description Jan Hrcek 2014-07-28 08:25:57 UTC
Created attachment 921721 [details]
Screenshot showing the problem

Description of problem:
For some field types there is a "size" property in the field properties window.
The size property determines width of input element in the browser (in characters).

However in form modeler the "size" property also accepts non-numeric input - but it should only accept numbers.

The problem is that in forms which represent field properties of each filed type, the "size" field has type="InputText" (unlike for example "maxlenght" field, which correctly uses field of type="InputTextLong", which does not accept non-numbers).

Plase use type="InputTextLong" also for "size" field in the forms for each field type.

Version-Release number of selected component (if applicable):
BPMS 6.1.0 DR1

How reproducible:
Always

Additional info:

Go to:
droolsjbpm/jbpm-form-modeler/jbpm-form-modeler-core/jbpm-form-modeler-service/jbpm-form-modeler-service-core/src/main/resources/org/jbpm/formModeler/core/forms

and run this to see all the Field property forms which are affected:
cat *.form | grep "<field " | grep name="size"

Comment 1 Pere Fernàndez 2015-02-24 16:50:26 UTC
Changed property type.

Commit (master): https://github.com/droolsjbpm/jbpm-form-modeler/commit/f2794caf6d9aa2181561f2f66e0925b54cc30555

Comment 2 Jan Hrcek 2015-08-06 10:22:19 UTC
Ok, now the size field rejects non integer values. Verified with BPM Suite 6.2.0 DR1.