On Tue, Sep 22, 2009 at 10:57 AM, Ali Rıza Keleş <[email protected]> wrote: > > 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ş, > > > > > >
Please don't cross post to django-dev and django-users, in this case django-users is the appropriate place for your question. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Voltaire "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
