Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7Beta1, 1.7RC1
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
Support Case References:
-
Workaround Description:
Description
the following use case can be reproduced by the attached demo application:
1. Click the "New Contact" link in the left frame.
2. The input page is displayed in the right frame.
3. Fill in the first name and last name
4. Then click the "Submit" button.
5. The submitted data will be displayed in the right frame.
6. Then click the "New Contact" link again. This time the input page is not displayed in the right frame. Instead it is displayed in a new window.
1. Click the "New Contact" link in the left frame.
2. The input page is displayed in the right frame.
3. Fill in the first name and last name
4. Then click the "Submit" button.
5. The submitted data will be displayed in the right frame.
6. Then click the "New Contact" link again. This time the input page is not displayed in the right frame. Instead it is displayed in a new window.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Test_Framesets.war [ 10903 ] |
Attachment | Test_Framesets.zip [ 10904 ] |
Fix Version/s | 1.7.1 [ 10122 ] | |
Assignee Priority | P2 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Adnan Durrani [ adnan.durrani ] | Mircea Toma [ mircea.toma ] |
Workaround Description |
Modify frame's location dynamically. In menu.jspx do: ..... <a href="#" onclick="window.parent.frames['f1'].location = './contact.iface'"> New Contact </a> ..... |
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4700 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16541 | Tue Apr 29 12:17:50 MDT 2008 | mircea.toma | Define new variable when iterating over object properties. |
Files Changed | ||||
![]() |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16609 | Thu May 08 15:31:07 MDT 2008 | mircea.toma | Backport fixes for |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] |
tested on tomcat 5.5 and IE