[Webkit-unassigned] [Bug 27775] Hiding a <div> by using CSS display:None causes a plug-in within the div to be unloaded losing state.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 11:03:22 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=27775





--- Comment #10 from Darin Adler <darin at apple.com>  2011-01-21 11:03:21 PST ---
The key to fixing this is making the plug-in loading be driven by the DOM elements rather than the renderer. Finding the right DOM class to put this in could be a challenge. We may need to create an object that hangs off the DOM to share the code in.

The key to successfully fixing is it to greatly increase the number of plug-in-related tests and to find a way to do the work incrementally instead of one patch.

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