[Webkit-unassigned] [Bug 120769] [CSS Regions] Selection focusNode set to the "region" block, instead of the "source" block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 8 07:46:17 PST 2013


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





--- Comment #52 from Javier Fernandez <jfernandez at igalia.com>  2013-11-08 07:45:02 PST ---
(In reply to comment #51)
> (From update of attachment 215498 [details])
> r=me. 
> 
> Don't much like this bit though:
> 
> if (isRenderNamedFlowFragmentContainer())
>     toRenderBlockFlow(this)->renderNamedFlowFragment()->positionForPoint(point);
> 
> Can't just subclass positionForPoint?


Yes, Ill define RenderBlockFlow::positionForPoint(), which just redirects the call to the associated RenderNamedFlowFragment instance.

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