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)
Fri, Jan 24, 11:02 PM
Unknown Object (File)
Dec 19 2024, 2:41 PM
Unknown Object (File)
Dec 19 2024, 2:41 PM
Unknown Object (File)
Dec 19 2024, 2:41 PM
Unknown Object (File)
Dec 14 2024, 1:44 AM
Unknown Object (File)
Nov 27 2024, 8:25 PM
Unknown Object (File)
Nov 20 2024, 4:33 AM
Unknown Object (File)
Nov 16 2024, 12:26 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.