http://bugs.winehq.org/show_bug.cgi?id=16228
Summary: Cannot get a script function from within a comment node. Product: Wine Version: 1.1.9 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com
Created an attachment (id=17474) --> (http://bugs.winehq.org/attachment.cgi?id=17474) Test case
<html> <head> <title></title> </head> <script id="sc" type="text/javascript"> <!-- function Testing() { } // --> </script> <body onload="Testing()"> </body> </html>
With the above html code, we cannot call the function "Testing" directly from code.
Test case provided.
http://bugs.winehq.org/show_bug.cgi?id=16228
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=16228
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #17474|0 |1 is obsolete| |
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-11-29 02:32:45 --- (From update of attachment 17474) Test case is now committed.
http://bugs.winehq.org/show_bug.cgi?id=16228
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10105
http://bugs.winehq.org/show_bug.cgi?id=16228
--- Comment #2 from Austin English austinenglish@gmail.com 2009-08-13 12:46:33 --- Still a todo_wine.
http://bugs.winehq.org/show_bug.cgi?id=16228
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jacek@codeweavers.com Resolution| |FIXED
--- Comment #3 from Jacek Caban jacek@codeweavers.com 2009-09-10 11:10:02 --- Fixed in Git.
http://bugs.winehq.org/show_bug.cgi?id=16228
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2009-09-25 12:25:11 --- Closing bugs fixed in 1.1.30.
http://bugs.winehq.org/show_bug.cgi?id=16228
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |20013