Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P02
-
Fix Version/s: 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces trunk (EE P02 development)
Description
When using the ice:selectManyMenu or ice:selectManyList components with partialSubmit=true, the actual selected menu item is not always being submitted to the server. This is a regression since EE 1.8.2.GA_P01, which works correctly.
To reproduce, use the Facelet Comp. Showcase, Selection demo. Try using the keyboard to rapidly select different values in the Cars selection (ice:selectManyMenu) to see the problem.
Note that the issue occurs with or without the "blockUIOnSubmit=true" is specified.
To reproduce, use the Facelet Comp. Showcase, Selection demo. Try using the keyboard to rapidly select different values in the Cars selection (ice:selectManyMenu) to see the problem.
Note that the issue occurs with or without the "blockUIOnSubmit=true" is specified.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 1.8.2-EE-GA_P02 [ 10226 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21749 | Wed Jun 16 13:51:17 MDT 2010 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/event.js
|
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 | P1 |
Assignee | Mark Collette [ mark.collette ] | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Description |
When using the ice:selectManyMenu or ice:selectManyList components with partialSubmit=true, the actual selected menu item is not always being submitted to the server. This is a regression since EE 1.8.2.GA_P01, which works correctly. To reproduce, use the Facelet Comp. Showcase, Selection demo. Try using the keyboard to rapidly select different values in the Cars selection (ice:selectManyMenu) to see the problem. |
When using the ice:selectManyMenu or ice:selectManyList components with partialSubmit=true, the actual selected menu item is not always being submitted to the server. This is a regression since EE 1.8.2.GA_P01, which works correctly. To reproduce, use the Facelet Comp. Showcase, Selection demo. Try using the keyboard to rapidly select different values in the Cars selection (ice:selectManyMenu) to see the problem. Note that the issue occurs with or without the "blockUIOnSubmit=true" is specified. |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
Likely related to a change made after P01 release that is now impacting the changes made for
ICE-5522- Reduce server notifications for select traversal in P01 release.