Re: JavaScript image loading problem in Firefox
- From: chris@xxxxxxxxxxxxxxxx
- Date: 22 Dec 2005 09:44:36 -0800
The problem has been identified by Ben Basson, who commented on my
blog:
Having the pref "dom.disable_image_src_set" set as the boolean value
'true' in about:config will cause your script to fail.
IIRC, this option was removed from the interface because there's no
logical reason that anyone would want to disable this behaviour. It's
default value is set to 'false', i.e. changing the src of an image is
allowed by default.
I can't think of a workaround, but I sort of hope that there isn't one,
since that would somewhat devalue the preference.
.
- References:
- JavaScript image loading problem in Firefox
- From: chris
- Re: JavaScript image loading problem in Firefox
- From: Thomas 'PointedEars' Lahn
- Re: JavaScript image loading problem in Firefox
- From: chris
- JavaScript image loading problem in Firefox
- Prev by Date: Re: atomic cross-window IPC?
- Next by Date: Re: Newbie question - open new window in XHTML 1.1 document
- Previous by thread: Re: JavaScript image loading problem in Firefox
- Next by thread: Trouble using appendChild for document body in another frame
- Index(es):
Relevant Pages
|