On May 2, 3:01 pm, JB <[email protected]> wrote: > Ok, we're not using Dojo, but we're probably making a similar use of > eval() for adding scripts (many). > > Having just read :http://code.google.com/p/fbug/issues/detail?id=4289 > andhttps://bugzilla.mozilla.org/show_bug.cgi?id=645160 > I start to see it's been discussed at length already. > > I'm still not 100% clear about some stuff : > - has a fix been found?
Two fixes have been explored. > - if yes, is there a FF 5.0 nightly/alpha that we can use? Or can we > build a firefox locally with the fix? No fix has landed. > - if no, is there any acceptable workaround (other than going back to > 3.6)? Don't use window.eval() in FF4.0. global eval() works for dojo case. jjb > > Thanks, > JB > > On 2 mai, 17:22, John J Barton <[email protected]> wrote: > > > > > > > > > If you are using Dojo, then yes, this is a known bug in FF 4.0, > > earliest fix will be FF 5.0. > > jjb > > > On May 2, 1:46 am, JB <[email protected]> wrote: > > > > Hello, > > > > On Firebug 1.7, we are unable to access our (numerous) script files > > > since none of them get a meaningful name anymore. > > > > Our project is not available on the Internet, but the issue can be > > > reproduced here:http://www.amadeus.net/ > > > > If you compare the script list in Firebug 1.6 (FF3.6) and Firebug 1.7 > > > or even 1.8b2 (FF4), you'll see what I mean. > > > > Is that a known regression? > > > > Thanks, > > > JB -- You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en.
