Bug Tracker

Modify

Ticket #3319 (closed bug: duplicate)

Opened 5 years ago

Last modified 4 years ago

After() bug in firefox 3

Reported by: nikavo Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: Cc: nikavo, flesler
Blocking: Blocked by:

Description

Hello

Here is an exemple of bug error, thank you :

<script type='text/javascript' src=' http://code.jquery.com/jquery.js'></script> <script type="text/javascript"> $(function() { $('#div2').insertBefore($('#div1')); }); </script> <body>

<div class="g" id="div1"> <script type="text/javascript" src=" http://feedjit.com/serve/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;ww=160"></script><noscript><a href=" http://feedjit.com/">Feedjit Live Blog Stats</a></noscript> </div> <div class="g" id="div2"> <script type="text/javascript" src=" http://feedjit.com/map/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;dot=FF0000"></script><noscript><a href=" http://feedjit.com/">Feedjit Live Blog Stats</a></noscript> </div> </body>

Attachments

t.html Download (770 bytes) - added by nikavo 5 years ago.

Change History

Changed 5 years ago by nikavo

comment:1 Changed 5 years ago by flesler

  • Cc nikavo, flesler added
  • Owner joern deleted
  • Component changed from tests to core

What is exactly the problem you see ? Your test case is far from valid html.

comment:2 Changed 5 years ago by nikavo

Thank you There is no problem if the html is not valid The problem that this exemple is bugging on firefox3, execute the code on firefox and see the source code!

Thank you!

<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN" " http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <script type='text/javascript' src=' http://code.jquery.com/jquery.js'></script> <script type="text/javascript"> $(function() { $('#div2').insertBefore($('#div1')); }); </script> </head> <body> <div class="g" id="div1"> <script type="text/javascript" src=" http://feedjit.com/serve/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;ww=160"></script> </div> <div class="g" id="div2"> <script type="text/javascript" src=" http://feedjit.com/map/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;dot=FF0000"></script> </div> </body> </html>

comment:3 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #3105

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.