Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#2
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
-
Support Case References:
Description
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDateRenderer.java :: Line 222
dateText.setAttribute(HTML.ONBLUR_ATTR, "setFocus('');"+ this.ICESUBMITPARTIAL);
It looks like selectInputDate is unconditionally making the text field use partialSubmit=true, when it should check the component attribute.
dateText.setAttribute(HTML.ONBLUR_ATTR, "setFocus('');"+ this.ICESUBMITPARTIAL);
It looks like selectInputDate is unconditionally making the text field use partialSubmit=true, when it should check the component attribute.
Issue Links
- blocks
-
ICE-2876 ICEfaces custom components always do partialSubmit
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion