[Webkit-unassigned] [Bug 13113] New: crash on match when using wikipedia's navigation popups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 15:35:28 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13113

           Summary: crash on match when using wikipedia's navigation popups
           Product: WebKit
           Version: 419.x
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hartman at videolan.org


This bug is the result of hovering over the wikilink [[October 23]] on
en.wikipedia.org.
You need to have wikipedia's navigation popups installed in order to trigger
the bug.

Install the following on your wikipedia account's javascript page (
http://en.wikipedia.org/wiki/User:<yourusername>/monobook.js )

---start of code--
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

popupStructure=fancy;
popupRevertSummaryPrompt=true;
popupLazyDownloads=true;
popupRevertAutoClick=wpPreview;
---end of code--


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list