Mark Struberg created EXTCDI-284:
------------------------------------
Summary: ClientSideWindowHandler currently only checks for an
empty window.name
Key: EXTCDI-284
URL: https://issues.apache.org/jira/browse/EXTCDI-284
Project: MyFaces CODI
Issue Type: Improvement
Components: JEE-JSF20-Module
Affects Versions: 1.0.5
Reporter: Mark Struberg
Assignee: Mark Struberg
we currently only check for an empty window.name for detecting a new tab. But
this doesn't cover the case that someone opens a new tab with target or just
uses a previously copied bookmark.
All those cases can be perfectly handled by just comparing the window.name with
the windowId from the URL. It if is the same then we are on the right tab.
Otherwise we need to use the window.name (if not empty) or request a new
windowId.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira