Re: FF3 src error in django admin calendar

2009-10-28 Thread Dan Ward
I've had the issue myself, and noticed a bug has been reported on the part of Django's DateTimeShortcuts.js script relying on the DOM to fetch the admin_media_prefix. A milestone of 1.2 has also been set by Jacob on the ticket, so fingers-crossed, other than the patch, an upcoming update will reso

Re: FF3 src error in django admin calendar

2009-09-30 Thread Daniel Roseman
On Sep 29, 11:45 pm, Ron W wrote: > I've been getting thrown 500 errors from someone using the admin from > what looks like Mac Firefox 3.5 with the Huffington Post's Firefox > extension (why on earth..), but its looking for /img/admin/ > icon_calendar.gif/ which isn't from TinyMCE its the Django

Re: FF3 src error in django admin calendar

2009-09-29 Thread Ron W
I've been getting thrown 500 errors from someone using the admin from what looks like Mac Firefox 3.5 with the Huffington Post's Firefox extension (why on earth..), but its looking for /img/admin/ icon_calendar.gif/ which isn't from TinyMCE its the Django admin date picker icon. Its really odd I c

Re: FF3 src error in django admin calendar

2009-08-26 Thread J
I'm getting the same problem. --Using tinymce and FF3.5. If you find a good fix, I hope you share! Cheers! Alastair Campbell wrote: > Ok, I think I got to the bottom of this, it's a combination of TinyMCE > and Firefox 3.5 > > Unfortunately my Firebug expertise isn't that great, but with a fe

Re: FF3 src error in django admin calendar

2009-07-08 Thread Alastair Campbell
Ok, I think I got to the bottom of this, it's a combination of TinyMCE and Firefox 3.5 Unfortunately my Firebug expertise isn't that great, but with a few alert boxes, it is the IF statement in DateTimeShortcuts.js that isn't firing: var scripts = document.getElementsByTagName('script'); for (va

Re: FF3 src error in django admin calendar

2009-07-08 Thread Xiong Chiamiov
Oh, I forgot to note that Firebug is very helpful in these kind of situations, as you can call the functions explicitly and see what happens. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: FF3 src error in django admin calendar

2009-07-08 Thread Xiong Chiamiov
On Jul 8, 1:22 am, Alastair Campbell wrote: > Has anyone else started getting application error emails from the > Django admin after updating to Firefox 3.5? Before 3.5, actually. The function that modifies the path to the image is called once the page has finished loading, and Firefox never re

Re: FF3 src error in django admin calendar

2009-07-08 Thread Alastair Campbell
On Wed, Jul 8, 2009 at 1:08 PM, Karen Tracey wrote: > If the source for the page shows that the img src > values are relative, not absolute, it really sounds like the problem is your > ADMIN_MEDIA_PREFIX setting. My setting is: ADMIN_MEDIA_PREFIX = '/media/admin/' Also: MEDIA_URL = 'http://ukwin

Re: FF3 src error in django admin calendar

2009-07-08 Thread Karen Tracey
On Wed, Jul 8, 2009 at 4:22 AM, Alastair Campbell wrote: > > Has anyone else started getting application error emails from the > Django admin after updating to Firefox 3.5? > > I haven't had much change to investigate, but I get 500 error emails with: > > ValueError: invalid literal for int(): 70

FF3 src error in django admin calendar

2009-07-08 Thread Alastair Campbell
Has anyone else started getting application error emails from the Django admin after updating to Firefox 3.5? I haven't had much change to investigate, but I get 500 error emails with: ValueError: invalid literal for int(): 706/img/admin/icon_clock.gif Looking via Firebug, the src for the image