Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.1.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r46932
Browsers: all
Server: Tomcat7
-
Assignee Priority:P2
-
Affects:Sample App./Tutorial
Description
emporium:
On the Auction List page, bids can still be sent after an item is sold, if the item is selected in the Auction List table before the time left has expired. An improvement can be made to disable the "Submit" and "Close" buttons for the selected item, once it has expired.
On the Auction List page, bids can still be sent after an item is sold, if the item is selected in the Auction List table before the time left has expired. An improvement can be made to disable the "Submit" and "Close" buttons for the selected item, once it has expired.
r47005 - Fixed. Now the bid panel hides when an item expires. Also there is a new server side check for item expiration before placing a bid (just in case of race condition with the view).