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
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | contextMenu-Delegate.png [ 17886 ] |
Carmen Cristurean
made changes -
Attachment | contextMenu-Delegate.png [ 17886 ] |
Carmen Cristurean
made changes -
Attachment | Capture.png [ 17887 ] |
Carmen Cristurean
made changes -
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. |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/contextMenu/ContextMenuDelegate.java
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/contextMenu/contextMenuDelegate.xhtml |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
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.