Skip to main content

Bug Tracker

Side navigation

#4546 closed bug (invalid)

Opened April 16, 2009 03:24PM UTC

Closed October 15, 2010 07:41AM UTC

Global Scope Eval in Firefox cause some stranges

Reported by: attenzione Owned by:
Priority: major Milestone: 1.3.2
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

sorry for english.

using jquery 1.3.2 & jwysiwyg (http://plugins.jquery.com/project/jWYSIWYG) to create wysiwyg textarea in this way:

$(function() {

$.globalEval('$(\\'#ID\\').wysiwyg();');

});

cause iframe to be empty.

in $.globalEval function instead of appending script to <head> using

setTimeout( function(){ eval( script ); }, 1 );

resolve situation.

really seems that it's firefox bug, but u should know it better.

need answer, please.

Attachments (1)
  • w.html (1.9 KB) - added by attenzione April 16, 2009 03:25PM UTC.

    html example

Change History (4)

Changed June 12, 2010 06:20PM UTC by dmethvin comment:1

component: unfiledajax

Changed October 14, 2010 03:14AM UTC by snover comment:2

status: newpending

This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!

Changed October 14, 2010 08:44AM UTC by attenzione comment:3

status: pendingnew

no issue with version 1.4.2.

close this ticket

Changed October 15, 2010 07:41AM UTC by snover comment:4

resolution: → invalid
status: newclosed