New issue
Advanced search Search tips

Issue 870555 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Hit testing should not handle editing features

Project Member Reported by yosin@chromium.org, Aug 3

Issue description

Current implementation of hit testing, LayoutObject::PositionForPoint() does things should be handled by selection control:
 - user-select
 - pointer-event
 - content editable
  * LayoutBlock::PositionForPointRespectingEditingBoundaries()
 - editing behavior
  * EditingBehavior::ShouldMoveCaretToHorizontalBoundaryWhenPastTopOrBottom()
 
Summary: Hit testing should not handle editing features (was: Hit testing should not handle user-select, pointer-event, editing behavior)

Sign in to add a comment