Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:FF & IE
-
Affects:Compatibility/Configuration
Description
After switching from ice.singleSubmit() to ice.ser in calendar component, the following problems were observed:
- JS null pointer exception, see attached screenshot. This happens in code trying to do a diff. of component properties on the client side between renderings. Just check singleSubmit checkbox and select a date or time. It should trigger single submit and the error.
- In popup with text input, the display date formatting in the input field was done with a single submit after clicking OK in the calendar. This doesn't work anymore. Nothing happens until a full submit (by clicking on the the checkboxes.)
- The renderAsPopup and renderInputField checkboxes are submitted with ice.submit(). They don't seem to work anymore in IE. Sometimes nothing happends to change the calendar display mode; sometimes the display mode just gets out of sync with the checkboxes. It still works OK in FF.
Test app. in C:\svn\ossrepo\icefaces\scratchpads\sparkle\showcase\test
- JS null pointer exception, see attached screenshot. This happens in code trying to do a diff. of component properties on the client side between renderings. Just check singleSubmit checkbox and select a date or time. It should trigger single submit and the error.
- In popup with text input, the display date formatting in the input field was done with a single submit after clicking OK in the calendar. This doesn't work anymore. Nothing happens until a full submit (by clicking on the the checkboxes.)
- The renderAsPopup and renderInputField checkboxes are submitted with ice.submit(). They don't seem to work anymore in IE. Sometimes nothing happends to change the calendar display mode; sometimes the display mode just gets out of sync with the checkboxes. It still works OK in FF.
Test app. in C:\svn\ossrepo\icefaces\scratchpads\sparkle\showcase\test
-
- ICE-5681.patch
- 1 kB
- Mircea Toma
-
Hide
- test.war
- 2.57 MB
- yip.ng
-
- META-INF/MANIFEST.MF 0.1 kB
- WEB-INF/classes/.../CalendarBean.class 1 kB
- WEB-INF/classes/.../CheckboxBean.class 0.6 kB
- WEB-INF/classes/org/.../demo/Calendar.class 1.0 kB
- WEB-INF/classes/org/.../slider/Bean.class 2 kB
- WEB-INF/classes/org/.../tabset/Bean.class 11 kB
- WEB-INF/classes/org/.../tabset/Movie.class 1 kB
- WEB-INF/faces-config.xml 2 kB
- WEB-INF/web.xml 2 kB
- calendar.xhtml 3 kB
- calendar1.xhtml 2 kB
- calendar2.xhtml 1 kB
- calendar3.xhtml 3 kB
- checkbox.xhtml 1 kB
- dateTime.xhtml 1 kB
- images/cal_button.gif 1 kB
- images/connect_active.gif 2 kB
- images/image1.gif 0.4 kB
- images/slider/rail.png 1 kB
- images/slider/thumb.png 0.4 kB
- index.html 2 kB
- js/calendar.js 6 kB
- slider.xhtml 3 kB
- slider2.xhtml 2 kB
- tabset.xhtml 1 kB
- tabset1.xhtml 1 kB
- tabset10.xhtml 1 kB
- tabset11.xhtml 2 kB
- tabset12.xhtml 1 kB
- tabset13.xhtml 2 kB
-
- screenshot-1.png
- 97 kB
-
- screenshot-10.png
- 130 kB
-
- screenshot-2.png
- 91 kB
-
- screenshot-3.png
- 164 kB
-
- screenshot-4.png
- 96 kB
-
- screenshot-5.png
- 143 kB
-
- screenshot-6.png
- 105 kB
-
- screenshot-7.png
- 135 kB
-
- screenshot-8.png
- 112 kB
-
- screenshot-9.png
- 99 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21752 | Thu Jun 17 06:39:05 MDT 2010 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/javascript/submit.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21707 | Wed Jun 09 09:47:16 MDT 2010 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/sparkle/component/src/org/icefaces/component/selectinputdate/SelectInputDate.java
MODIFY /icefaces/scratchpads/sparkle/showcase/test/web/calendar.xhtml MODIFY /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/selectinputdate/SelectInputDateRenderer.java |