New issue
Advanced search Search tips

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

Unify the logic of identifying visible position in visible-but-empty block

Project Member Reported by xiaoche...@chromium.org, Nov 21 2017

Issue description

An empty block with height is often considered as containing a visible position. Example:

<div contenteditable></div>

The logic of identifying such positions is replicated at several places in the code base, each with its own ad-hoc implementation:

VisibleUnits.cpp
- EndsOfNodeAreVisuallyDistinctPositions()
- IsVisuallyEquivalentCandidate()

VisibleUnitsLine.cpp
- StartPositionForLine()
- EndPositionForLine()

We should unify them to make our code base healthier.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Nov 22

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Available (was: Untriaged)

Sign in to add a comment