Details
Description
On the first update of an input element (through singleSubmit or f:ajax) the focus is lost. Setting the tabindex doesn't have any impact on this. Once this first update is made the focus and tabing works without any issues.
A few things I noticed:
- This can only be seen when first loading the app in a fresh browser instance. If the tab is closed and then the page is accessed again in a new tab, this isn't an issue. To re-test this the browser needs to be closed and then re-opened between tests.
- Once the page is displayed initially, if I refresh the page without doing an update, this issue isn't seen.
Issue Links
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31558 | Wed Oct 17 16:58:58 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31559 | Wed Oct 17 17:15:30 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31653 | Mon Oct 22 15:03:12 MDT 2012 | ken.fyten | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Arran Mccullough [ arran.mccullough ] |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 3.2 [ 10338 ] | |
Priority | Major [ 3 ] | Trivial [ 5 ] |
Assignee Priority | P2 [ 10011 ] |
Fix Version/s | 3.3 [ 10370 ] | |
Fix Version/s | 3.2 [ 10338 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | 3.2 [ 10338 ] | |
Fix Version/s | 3.3 [ 10370 ] |
Fix Version/s | 3.3 [ 10370 ] | |
Fix Version/s | 3.2 [ 10338 ] |
Attachment | Case11612Example.war [ 14947 ] |
Assignee Priority | P2 [ 10011 ] | P3 [ 10012 ] |
Assignee Priority | P3 [ 10012 ] | P2 [ 10011 ] |
Workaround Description | As a workaround the web application can be configured to use an index JSP page that redirects the browser to the JSF page (where this issue occurs). During the redirect the browser will acquire the session tracking cookie. The request for the JSF page will then have this cookie thus prompting the server to generate URLs in the markup without the jsessionid parameter. Because URL format does not change anymore between requests the server will not generate large updates which cause the focus lost problem. |
Link | This issue depends on ICE-8430 [ ICE-8430 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows this issue.
Steps: