[Webkit-unassigned] [Bug 14623] Need drawRect called on WebView subclass

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 15 09:45:23 PDT 2007


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


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdash at webkit.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Priority|P2                          |P3




------- Comment #1 from bdash at webkit.org  2007-07-15 09:45 PDT -------
A very simple workaround would be to use an overlay window, similar to how the
web inspector highlights the "active" node in a document.  Looking at the
WebView implementation, it doesn't implement drawRect: itself nor does it
appear to prevent it from being called.  The real drawing work is done by
subviews such as WebFrameView and WebHTMLView.  It's not clear from my quick
flick through the code why what you describe would not work.


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