Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P08, EE-4.3.0.GA_P03
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces 3.3
Description
On a new session (e.g. after clearing the browser's cache), if the first ajax request made contains execute="@all", then the browser is redirected to the landing page on the showcase.
For example, if you load the ace:autoComplete > Overview demo, and type a letter in the text field, it will redirect you to the landing page, instead. All other subsequent requests work normally, as expected.
Another example is loading the ace:dataExporter > Overview demo and clicking on the export button, or simple loading any non-overview demo
For example, if you load the ace:autoComplete > Overview demo, and type a letter in the text field, it will redirect you to the landing page, instead. All other subsequent requests work normally, as expected.
Another example is loading the ace:dataExporter > Overview demo and clicking on the export button, or simple loading any non-overview demo
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Fix Version/s | EE-3.3.0.GA_P08 [ 13293 ] |
Description |
On a new session (e.g. after clearing the browser's cache), if the first ajax request made contains execute="@all", then the browser is redirected to the landing page on the showcase.
For example, if you load the ace:autoComplete > Overview demo, and type a letter in the text field, it will redirect you to the landing page, instead. All other subsequent requests work normally, as expected. 06:40 Another example is loading the ace:dataExporter > Overview demo and clicking on the export button, or simple loading any non-overview demo |
On a new session (e.g. after clearing the browser's cache), if the first ajax request made contains execute="@all", then the browser is redirected to the landing page on the showcase.
For example, if you load the ace:autoComplete > Overview demo, and type a letter in the text field, it will redirect you to the landing page, instead. All other subsequent requests work normally, as expected. Another example is loading the ace:dataExporter > Overview demo and clicking on the export button, or simple loading any non-overview demo |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-4.3.0.GA_P03 [ 13570 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53315 | Thu Aug 20 15:59:32 MDT 2020 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
This is a regression caused by the fixes for
ICE-11455. The sendBeacon request used by window disposal arrives after the GET request for the page load and triggers a navigation in showcase webapp. The browser is redirected to showcase's entry page because the dispose doesn't contain grp and exp parameters (used to choose the group and example).