[ 
https://issues.apache.org/jira/browse/TRINIDAD-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453922#comment-13453922
 ] 

Giorgos Chasapis edited comment on TRINIDAD-2238 at 9/12/12 10:56 PM:
----------------------------------------------------------------------

On Glassfish 3.1.2 with Mojarra 2.1.6 and Trinidad 2.0.1 I could easily 
reproduce it.
With leightweight dialogs I get the javascript error.
With full popup windows after I close the popup I see the ajax inidicator 
spinning and the page will not work, until after a couple of non working clicks.
It seems like it's Mojarra 2.1 that created the problem, as on Mojarra 2.0 it 
doesn't exist.

PS Added in Jira in March and still not even assigned to anyone?!
                
      was (Author: ichalos):
    On Glassfish 3.1.2 with Mojarra 2.1.6 and Trinidad 2.0.1 I could easily 
reproduce it.
With leightweight dialogs I get the javascript error.
With full popup windows after I close the popup I see the ajax inidicator 
spinning and the page will not work, until after a couple of non working clicks.

PS Added in Jira in March and still not even assigned to anyone?!
                  
> dialog popup via commandButton's action property can only be done once in 
> same page in Trinidad 2.0.1
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2238
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2238
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.1-core
>         Environment: windows,eclipse,firefox,Trinidad 2.0.1,javax-faces-2.1.4
>            Reporter: mojiayi
>         Attachments: TrinidadDialogTestCase.zip
>
>
> I use this commandButton to popup a dialog,it's work fine for the first time.
> <tr:commandButton text="print" action="dialog:table" useWindow="true" 
> actionListener="#{tableBean.printTableListener}"
>                                                       width="900" 
> height="500" partialSubmit="true"/>
> Once I close this dialog,there is a js error shown in console of parent page.
> jsf.ajax.request: source not set
> [Break on this error] throw new Error("jsf.ajax.request: source not set"); 
> this js error is occured in line 1700 of file jsf.js in jsf jar.
> And if I try to click this button to open this dialog again,dialog will not 
> popup,nothing happens.Unless a ppr or reopen a page,dialog popup normally.
> I think this is a bug of the new version of trinidad,because no such error in 
> trinidad 1.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to