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)
Change History (4)
Changed June 12, 2010 06:20PM UTC by comment:1
component: | unfiled → ajax |
---|
Changed October 14, 2010 03:14AM UTC by comment:2
status: | new → pending |
---|
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 comment:3
status: | pending → new |
---|
no issue with version 1.4.2.
close this ticket
Changed October 15, 2010 07:41AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |