On 22 sep, 16:57, Ali Rıza Keleş <[email protected]> wrote: > There is something strange with popups on admin page while this page > includes tinymce editor. > > > [...] > > because media files are being served via another server named as a > subdomain.
That's the problem. The admin popup windows do set the document.domain, so you get permission problems. See Django bug #10327 [1]. [1] http://code.djangoproject.com/ticket/10327 Regards, Joost --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

