it bounces back open when click the button 'minimize' of a dialog using
commandLink useWindow=true
--------------------------------------------------------------------------------------------------
Key: TRINIDAD-1968
URL: https://issues.apache.org/jira/browse/TRINIDAD-1968
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.12-core
Environment: IE 8, enabled new window pop-up & disabled tab function
Reporter: dr.r
when i use commandLink useWindow=true opening a dialog window, i can't minimize
it & it bounces back soon when i click the 'minimize' button.
<tr:commandLink text="TITLE" id="title"
useWindow="true"
immediate="true"
partialSubmit="true"
action="#{SomeBean.someProperty}"
windowWidth="50"
windowHeight="50" >
</tr:commandLink>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.