[Webkit-unassigned] [Bug 63826] TIFF plugins sometimes don't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 11:02:19 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63826
--- Comment #12 from js2578 at med-web.com 2011-08-08 11:02:19 PST ---
I think my report was okay, though I'd add that I'm assuming you don't have the QuickTime TIFF plugin installed. Also, Webkit and Chrome behave quite differently from each other in some cases.
Here are some test results of different methods of displaying an image, with a plugin whose ProductName does not contain the string "quicktime".
=== WebKit r92573 (8/Aug/2011)
<embed type="image/tiff">: Blank
<embed> without "type" param: Uses plugin
<object type="image/tiff">: Displays "Missing Plug-in"
<object> without type: Uses internal viewer
<img>: Uses internal viewer
<iframe>: Uses internal viewer
View directly: Uses internal viewer
=== Chrome 13.0.782.107
<embed type="image/tiff">: Blank
<embed> without "type" param: Uses plugin
<object type="image/tiff">: Uses plugin
<object> without type: Uses plugin
<img>: "Broken image" icon
<iframe>: Displays a dark gray rectangle
View directly: Displays a dark gray rectangle
--
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