Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE
-
Workaround Exists:Yes
-
Workaround Description:
Description
When an inputRichText component is included in a panelPopup a JavaScript error is thrown when the popup is opened. The error is 'submit.tagName' is null or not an object. This error isn't thrown when the popup uses the visible attribute and not the rendered attribute to show/hide it self.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000D4xVb] |
Attachment | IE7-richText-JavaScript-Error1.JPG [ 12506 ] | |
Attachment | IE7-richText-JavaScript-Error2.JPG [ 12507 ] |
Fix Version/s | 1.8.2-EE-GA_P02 [ 10226 ] | |
Fix Version/s | 1.8.3 [ 10211 ] |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
Attachment | screenshot-03.png [ 12644 ] |
Attachment | Case9373Example.war [ 12645 ] | |
Attachment | main.jspx [ 12646 ] | |
Attachment | TestBean.java [ 12647 ] |
Attachment | screenshot-04.png [ 12649 ] |
Assignee Priority | P2 | P3 |
Assignee | Yip Ng [ yip.ng ] | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Workaround Description | Use the visible property to show/hide the popup. |
Workaround is to avoid form-level updates by wrapping the panelPopup inside a panelGroup: <ice:panelGroup > <ice:panelPopup > </ice:panelGroup> |
Assignee Priority | P3 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Can't reproduce, not in IE8, not in IE7. See video at http://screencast.com/t/c5ykLcdI.
See screenshot 3 for the markup used.