[Webkit-unassigned] [Bug 13344] pdf file is getting opened in a new window using adobe plugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 11 09:06:10 PDT 2007


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





------- Comment #11 from darin at apple.com  2007-05-11 09:06 PDT -------
(In reply to comment #9)
> If the 'type' attribute is having wrong value, it is getting validated and the
> correct value is being set to 'serviceType' from the data attribute. So the
> parameter serviceType is ensured to have a correct value. But after this, if
> the 'paramNames' include type and a wrong value in 'paramValues', the plugin is
> getting opened in a new window. The serviceType seems to be getting overridden
> by this value.
> 
> To solve this there are two ways.
> 
> 1. Remove the type from the paramNames and its value from the paramValues, once
> type is set to 'serviceType'. (I have followed this in my previous patch).
> 
> 2. Set the correct value of type in 'paramValues' from 'serviceType'.(This
> method is followed in this patch).

What do other browsers do in this circumstance?


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