FLUID-2794: Handling of illegal values in progress bars (Manual progress bar test)

Metadata

Source
FLUID-2794
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Armin Krauss
Created
2009-05-27T15:42:35.000-0400
Updated
2015-06-26T09:59:23.729-0400
Versions
  1. 1.1
  2. 1.1.1
  3. 1.1.2
  4. 1.2
  5. 1.3
  6. 1.4
  7. 1.5
Fixed Versions
  1. 1.9
Component
  1. Progress

Description

If a value greater than 100 is entered into the progress field, the bar goes to 100 % and shows 100 %.
However, if a negative value is entered the bar goes to zero, but it does not show 0 but the negative value instead. Both concatenations of values should work similar (changing an illegal value to the nearest legal value, e.g. -10 to 0 and 999 to 100 %)

Environments

Mac OS X 10.4.11 - Safari 3.2.1 (4525.27.1)
IE 8, IE9, IE 10, IE 11 FF4 (Win7)
FF4 (Mac OS 10.6)
FF 29, Chrome 35, Safari 7 (Mac OS 10.9)

Comments

  • heidi valles commented 2010-12-15T16:13:11.834-0500

    Also, if you enter non-numerical values, it says NaN% when it should use the previous values.

  • Justin Obara commented 2014-11-05T14:23:47.770-0500

    This manual test has been replaced.

  • Justin Obara commented 2015-06-26T09:50:50.045-0400

    Reopening to change the fix version to 1.9