Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: EE-1.8.2.GA_P04, EE-1.8.2.GA_P05, EE-1.8.2.GA_P06
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
-
Environment:IE, Webkit
-
Salesforce Case Reference:
-
Workaround Exists:Yes
-
Workaround Description:Use a non-ICEfaces login page.
Description
When a login page uses ICEfaces the save password notification is not displayed. The reason for this is due to how the browsers are interpreting the form submit. With ICEfaces it is doing an Ajax submit, IE and Chrome does not interpret this as a "real" submit and therefore does not show the dialog.
With Firefox, instead of relying on the submit type, it simply looks for an input field marked as a password and uses this as its indication to show the dialog.
With Firefox, instead of relying on the submit type, it simply looks for an input field marked as a password and uses this as its indication to show the dialog.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000PXofXAAT |
Arran Mccullough
made changes -
Attachment | Case11803Example.war [ 15479 ] | |
Attachment | Case11803Example.zip [ 15480 ] |
Arran Mccullough
made changes -
Assignee | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Arran Mccullough [ arran.mccullough ] |
Ken Fyten
made changes -
Assignee | Arran Mccullough [ arran.mccullough ] |
Attached test case that shows issue.