Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Component/s: None
-
Labels:None
-
Environment:IE 6 & 7
-
ICEsoft Forum Reference:
Description
When changing tabs in a panelTabSet on a page with a command button, the following error is generated:
[window.7xZl#1] : failed to insert element: <input class="iceCmdBtn headerButton" id="j_id15:cmdHdrHelp" name="j_id15:cmdHdrHelp" onblur="setFocus('');" onclick="openHelpWin('http://java.sun.com');return false;iceSubmit(form,this,event);return false;" onfocus="setFocus(this.id);" tabindex="21" type="submit" value="Open Help Window">...</input>
[object Error]
[window.7xZl#1] : failed to insert element: <input class="iceCmdBtn headerButton" id="j_id15:cmdHdrHelp" name="j_id15:cmdHdrHelp" onblur="setFocus('');" onclick="openHelpWin('http://java.sun.com');return false;iceSubmit(form,this,event);return false;" onfocus="setFocus(this.id);" tabindex="21" type="submit" value="Open Help Window">...</input>
[object Error]
Activity
yip.ng
created issue -
yip.ng
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Yip Ng [ yip.ng ] |
yip.ng
made changes -
Salesforce Case | [] | |
Fix Version/s | 1.8.2 [ 10190 ] |
yip.ng
made changes -
Attachment | ScreenHunter_01.jpg [ 11818 ] | |
Attachment | ScreenHunter_02.jpg [ 11819 ] |
yip.ng
made changes -
Attachment | ICEfacesUpgradeTest_181.war [ 11820 ] |
yip.ng
made changes -
Attachment | ICEfacesUpgradeTest_181.war [ 11820 ] |
yip.ng
made changes -
Attachment | ScreenHunter_02.jpg [ 11819 ] |
yip.ng
made changes -
Attachment | ScreenHunter_02.jpg [ 11823 ] |
Arran Mccullough
made changes -
Salesforce Case | [50070000009LN6X] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19048 | Wed Jul 08 16:42:33 MDT 2009 | yip.ng | Changed to avoid exception in IE when updating font style property. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/element.js
|
yip.ng
made changes -
Attachment | ScreenHunter_03.jpg [ 11827 ] |
yip.ng
made changes -
Attachment | ICE-4669.zip [ 11828 ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8.2-RC1 [ 10210 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The error occurs when the command button is present with the tab set. If we take out the command button or even replace it with a text input component, there will be no error.