[Webkit-unassigned] [Bug 71128] Select multiple options with mouse drag in Select element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 09:39:05 PDT 2011


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





--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-31 09:39:05 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > That seems wrong. On one hand, we need a justification as to why it's okay to fallback to its parent. In the case of option and select, it's clear but I'm not convinced that it's always okay for other cases.
> 
> I thought of textarea as example where text scrolls within textarea or text within an scrollable div.

In such cases, the anchor node should be text and have a renderer.

> > On the other hand, it's also unclear to me why we only need to care about the parent node if we're applying this to any node. Why, for example, don't we go up the tree until we find an ancestor with renderer?
> 
> Finding an ancestor with renderer looks to me a good option as we are finding a renderer which can auto-scroll from present node. 

Don't think so.

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