Close window button does nothing

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Close window button does nothing

Chadatr0n
I have the following property set

<property
                        as="xs:string"
                        name="oxf.fr.detail.submit.buttons.*.*"
                        value="close-window"/>


After i Submit the form the diaglog box appears to with the Close Window button. On click the button does nothing.  

Do I need to tie something else to this?
Reply | Threaded
Open this post in threaded view
|

Re: Close window button does nothing

Chadatr0n
I neglected to mention that i was using the latest version of chrome. The button does work for Internet Explorer.
Reply | Threaded
Open this post in threaded view
|

Re: Close window button does nothing

Erik Bruchez
Administrator
Closing a window from JavaScript only works if the window was open via JavaScript in the first place. Is that what you are doing? It could be that IE is more lax in this respect.

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Close window button does nothing

Chadatr0n
I will have to try this - Thank you!