[Webkit-unassigned] [Bug 68072] Problem in Plugin...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 01:59:13 PDT 2011


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


ssseintr <ssseintr2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |




--- Comment #3 from ssseintr <ssseintr2 at gmail.com>  2011-09-15 01:59:13 PST ---
Hi,

Thanks for your comment.

But actually my intention is to remove the element from Layout. But, if I use "visibility:hidden" still the space is reserved for it. So it is not acceptable for my case.

Currently thinking to implement RenderNone class, which does nothing for NONE style. Currently in RenderObject.cpp, RenderObject* createObject(Node*, RenderStyle*) method doesn't creating any Renderer and returns 0. So I would like to Implement RenderNone & it simply omits the drawing. 

Will it work..?

Expecting your comment.

Regards,
Vicky

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