[Webkit-unassigned] [Bug 51042] REGRESSION (r70748): A Java applet on netdania.com won't load
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 4 21:20:02 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=51042
--- Comment #4 from Andy Estes <aestes at apple.com> 2011-01-04 21:20:02 PST ---
The markup the site uses to embed the applet looks like:
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" type="application/x-java-applet" ...>
We made the decision in r70748 to render fallback for any object with a non-empty classid attribute, which is what is happening in this case. There is discussion in that changeset's bug about being more lenient and handling object elements so long as they have a valid type attribute. Doing this would fix this regression without re-introducing the AtlasCT issue.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list