Hi all,

There is something strange with popups on admin page while this page
includes tinymce editor.

When i click  to add a relating object, a popup is being opened and i
enter values and try to save. It is saved but popup is not closed and
give this error on firefox:

"""
<script type="text/javascript">opener.dismissAddAnotherPopup(window,"2",
"some_value");</script>

Permission denied to get property Window.dismissAddAnotherPopup
http://local.arha.com.tr/admin/content/author/add/?_popup=1
Line 1

""""

and this error on opera:

"""
opener.dismissAddAnotherPopup(window,"2", "some_value");

Inline script thread
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
'dismissAddAnotherPopup'
stacktrace: n/a; see  opera:config#UserPrefs|Exceptions Have Stacktrace

""""

If same page has no tinymce, everything works very well.

My tinymce initializer has 

"""
document.domain = 'arha.com.tr'
tinyMCE.init({
    mode: "textareas",
....
....

"""

because media files are being served via another server named as a
subdomain.

Thanks..

--
Ali Rıza Keleş,



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to