Page MenuHomePhabricator

Move "hover over an inline to see the affected lines" code to the new class tree
ClosedPublic

Authored by epriestley on May 16 2017, 11:06 PM.
Tags
None
Referenced Files
F15433836: D17919.diff
Tue, Mar 25, 12:48 AM
F15421402: D17919.id43105.diff
Fri, Mar 21, 11:23 PM
F15416118: D17919.id43107.diff
Thu, Mar 20, 9:21 AM
F15409666: D17919.id.diff
Wed, Mar 19, 4:50 AM
F15407110: D17919.diff
Tue, Mar 18, 3:48 PM
F15402754: D17919.diff
Tue, Mar 18, 12:10 AM
Unknown Object (File)
Feb 28 2025, 9:32 PM
Unknown Object (File)
Feb 25 2025, 2:02 AM
Subscribers
None

Details

Summary

Fixes T8047. Ref T12616. Fixes T9270. This moves the "hover" part of the hover/drag behavior to the new code, leaving the "drag" part for a followup change.

The new hover UI behaves properly with Quicksand (T8047) and the filetree (T9270).

Test Plan

Hovered over inlines, saw lines select properly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Prior to this change, we also highlighted the <th /> ("Table Holumn") nodes with yellow. I think we don't really need to, although we could restore that once I finish up here. We could also make the overlay reticle bigger: I think its current size is to let you click the line numbers, but pointer-events: none does the same thing.

This revision is now accepted and ready to land.May 16 2017, 11:35 PM
This revision was automatically updated to reflect the committed changes.