[
http://jira.jboss.com/jira/browse/JBSEAM-2140?page=comments#action_12383843 ]
Christian Bauer commented on JBSEAM-2140:
-----------------------------------------
The problem is that the conversation switcher does the following redirect:
(http-127.0.0.1-8080-1hread) 10:16:04,784 DEBUG [FacesManager] redirecting to:
/wiki/docEdit_d.seam?cid=231
Which would be exactly what we want, this is the stored LRC. However, the page parameter
for docEdit_d.seam is also appended, so the URL is:
/docEdit_d.seam?cid=241&documentId=11
Document '11' is the 'Foo' document I last looked at. So the issue is page
parameter propagation.
Help iframe overwrites state in document edit conversation
----------------------------------------------------------
Key: JBSEAM-2140
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2140
Project: JBoss Seam
Issue Type: Bug
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Priority: Critical
This is a major issue. The iframe inside the Help popup gets the same conversation as the
document editor, hence, overwrites state in documentHome. This leads to document updates
actually updating the help page. At least it looks like this is the cause... need to
investigate.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira