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
Unknown Object (File)
Mon, Apr 15, 4:12 AM
Unknown Object (File)
Thu, Apr 11, 8:31 AM
Unknown Object (File)
Sun, Mar 31, 7:07 AM
Unknown Object (File)
Sun, Mar 31, 7:06 AM
Unknown Object (File)
Sun, Mar 31, 7:05 AM
Unknown Object (File)
Thu, Mar 28, 10:38 AM
Unknown Object (File)
Feb 15 2024, 1:49 PM
Unknown Object (File)
Jan 2 2024, 10:38 PM
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.