Side navigation
#11062 closed bug (worksforme)
Opened December 19, 2011 11:46PM UTC
Closed December 20, 2011 03:12PM UTC
firefox Bug
Reported by: | francisco.leonel.jimenez@hotmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | web | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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(); }); }); });
Attachments (0)
Change History (1)
Changed December 20, 2011 03:12PM UTC by comment:1
component: | unfiled → web |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
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.