Bug Tracker

Modify

Ticket #11062 (closed bug: worksforme)

Opened 17 months ago

Last modified 17 months ago

firefox Bug

Reported by: francisco.leonel.jimenez@… Owned by:
Priority: low Milestone: None
Component: web Version: 1.7.1
Keywords: Cc:
Blocking: Blocked by:

Description

This is not a jQuery error itself, but a bug in the website. I'm using firefox 8.0 and i can see some javascritp showing up above of the menu. I've tried with Chrome and looks good.

Just wanted to let you know.

URL:  http://docs.jquery.com/Main_Page

Visible Javascript:

", items.join("") + "") */ var iframe = document.createElement("iframe"); iframe.src = "/index-blank.html"; iframe.width = "100%"; iframe.height = $(this).prev().attr("rel")
"125"; iframe.style.border = "none"; $(this).prev().append(iframe); $(window).load(function(){ var doc = iframe.contentDocument iframe.contentWindow.document; source = source .replace(/", ""); doc.open(); doc.write( source ); doc.close(); }); }); });

Change History

comment:1 Changed 17 months ago by addyosmani

  • Priority changed from undecided to low
  • Resolution set to worksforme
  • Status changed from new to closed
  • Component changed from unfiled to web

Thanks for submitting a ticket! I've just checked this in FF8 and FF9 but haven't been able to reproduce. If you can submit a screenshot or provide further information about how to reproduce, we'll happily reopen.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.