Bug 360749 - [RBD] DojoProgressBar: Progress and Maximum properties should have validator to filter not positive integer strings
Summary: [RBD] DojoProgressBar: Progress and Maximum properties should have validator ...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: lu lu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 22:51 EDT by Thomas Wu CLA
Modified: 2017-02-23 14:20 EST (History)
1 user (show)

See Also:


Attachments
progrssBar (239.41 KB, image/pjpeg)
2011-10-12 22:54 EDT, Thomas Wu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wu CLA 2011-10-12 22:51:50 EDT
Build Identifier: 20111011

Input some string not positive interger into "progress" or "maximum" will lead to error page. Input some negative interger into "progress" or "maximum" will show a 100% progress bar, but it does not make sense. 
In RBD8012, there is a validator on "maximum" to prevent inputing negative or not integer strings. I suggest add such validator both on "progress" and "maximun" in EDT.

Reproducible: Always

Steps to Reproduce:
1. D&D Dojo ProgressBar
2. Try to set negative or not integer strings into "progress" and "maximun".

Actual results: Not integer strings inputing will lead to error page.
Comment 1 Thomas Wu CLA 2011-10-12 22:54:21 EDT
Created attachment 205074 [details]
progrssBar
Comment 2 Huang Ji Yong CLA 2011-10-13 10:10:30 EDT
Change to enhancement.