Opened 13 years ago
Closed 12 years ago
#4546 closed bug (invalid)
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 (5)
Changed 13 years ago by
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|
comment:2 Changed 12 years ago by
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!
comment:3 Changed 12 years ago by
Status: | pending → new |
---|
no issue with version 1.4.2. close this ticket
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
html example