Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:Icefaces4 trunk revision# 43887
Server: tomcat7
Browser: FF3.6, IE7 & GoogleChrome39
Mojarra: 2.2.8
-
Assignee Priority:P2
-
Affects:Sample App./Tutorial
Description
showcase > ace:contextMenu > Delegate:
All costs are formatted to display only 2 decimals, however that particular cost for the car in the attached image (Tamale) has more decimals, that surpass the limits of the menu item panel.
All costs are formatted to display only 2 decimals, however that particular cost for the car in the attached image (Tamale) has more decimals, that surpass the limits of the menu item panel.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | contextMenu-Delegate.png [ 17886 ] |
Attachment | contextMenu-Delegate.png [ 17886 ] |
Attachment | Capture.png [ 17887 ] |
Description |
showcase > ace:contextMenu > Delegate:
All costs are formatted to display only 2 decimals, however that particular cost for the car in the attached image (Tamales) has more decimals, that surpass the limits of the menu item panel. |
showcase > ace:contextMenu > Delegate:
All costs are formatted to display only 2 decimals, however that particular cost for the car in the attached image (Tamale) has more decimals, that surpass the limits of the menu item panel. |
Assignee | Judy Guglielmin [ judy.guglielmin ] | |
Security | Private [ 10001 ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Affects Version/s | 4.0 [ 11382 ] | |
Affects Version/s | EE-4.0.0.GA [ 11171 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Affects | Sample App./Tutorial [ 10001 ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43930 | Tue Jan 20 13:36:44 MST 2015 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.1 [ 11375 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r43930: rounded all displayed costs to 2 decimal values in the bean, since the EL expression itself was causing the extra decimal digits to appear, even though the value only had 2 decimal places already.