Comment #12 on issue 26076 by viettrun...@chromium.org: Selecting text on a
web pages doesn't scroll
http://code.google.com/p/chromium/issues/detail?id=26076
Upon further investigation, the change in #11 only "works" if the move out
is quick,
which presumably causes a flurry of mouse moves a
Comment #11 on issue 26076 by viettrun...@chromium.org: Selecting text on a
web pages doesn't scroll
http://code.google.com/p/chromium/issues/detail?id=26076
Aargh. The significant divergence in code path between mouse moves and
exits is in
RenderWidgetHost::ForwardMouseEvent() (in
chrome/br
Updates:
Cc: a...@chromium.org
Comment #10 on issue 26076 by viettrun...@chromium.org: Selecting text on a
web pages doesn't scroll
http://code.google.com/p/chromium/issues/detail?id=26076
It's not obvious to me that the Mac WebInputEventFactory::mouseEvent() (in
webkit/api/src/mac/W
Updates:
Owner: kr...@chromium.org
Comment #6 on issue 26076 by pinker...@chromium.org: Selecting text on a
web pages doesn't scroll
http://code.google.com/p/chromium/issues/detail?id=26076
can we get a regression window?
--
You received this message because you are listed in the owne
Updates:
Owner: pinker...@chromium.org
Labels: ReleaseBlock-Beta
Comment #5 on issue 26076 by dglaz...@chromium.org: Selecting text on a web
pages doesn't scroll
http://code.google.com/p/chromium/issues/detail?id=26076
I have no clue how this works in WebKit and why this is Mac