[Webkit-unassigned] [Bug 18062] Problem with an unknown element in PHPBB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 15:10:17 PDT 2008


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





------- Comment #1 from gamander at gmail.com  2008-04-07 15:10 PDT -------
Created an attachment (id=20389)
 --> (http://bugs.webkit.org/attachment.cgi?id=20389&action=view)
reduction

The problem is not an unknown tag but rather the "mw3.js" script used in the
forum. I have added a test reduction. Safari and Opera show identical results,
I don't know if that's a bug or not. The script actually uses a workaround that
tests for Opera but not for Safari. As a quick fix you might try the following:
in mw3.js line 113 comment out the code that tests for window.opera like this:

    if (  // window.opera &&

That makes it work with Safari, at least for me.


-- 
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