[Webkit-unassigned] [Bug 10587] pointer-events is not implemented for RenderSVGImage or RenderSVGText

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Aug 27 13:35:58 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10587





------- Comment #2 from macdome at opendarwin.org  2006-08-27 13:35 PDT -------
(From update of attachment 10260)
So this is different than I had intended, but not necessarily a "wrong" way to
do this.

I had not intended for pointerEventsHitRules() to be pulled down into
RenderObject, but rather for RenderSVGText and RenderSVGImage to write their
own variant of the function.

I had however intended PointerEventsHitRules to be pulled down (or at least
pulled out of RenderPath).

PointerEventsHitRules should be wrapped inside of SVG_SUPPORT blocks.

I'd be happy to discuss it with you, but I think that having a
RenderSVGImage::pointerEventsHitRules() which made it clear how each of the
pointer-events hit rules for RenderImage worked, would be helpful.  I'm not
sure that PointerEventsHitRules will be sufficient for capturing the exact data
of what is/is-not required for a successful "hit" for RenderImage though. I'd
have to look at the spec more to be sure.


-- 
Configure bugmail: http://bugzilla.opendarwin.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