Page MenuHomePhabricator

When users click headers to select diff UI elements, don't eat the events
ClosedPublic

Authored by epriestley on May 14 2020, 6:46 PM.
Tags
None
Referenced Files
F19613477: D21255.id50616.diff
Feb 3 2026, 8:39 PM
F19531779: D21255.id.diff
Jan 20 2026, 6:56 AM
F19528134: D21255.id.diff
Jan 19 2026, 6:59 AM
F19502718: D21255.diff
Jan 8 2026, 6:43 PM
F18822706: D21255.id50611.diff
Oct 23 2025, 8:04 AM
F18809468: D21255.id.diff
Oct 19 2025, 2:18 PM
F18806343: D21255.diff
Oct 18 2025, 7:05 PM
F18768279: D21255.id50616.diff
Oct 8 2025, 2:42 AM
Subscribers
None

Details

Summary

Ref T13513. Currently, clicking inline or changeset headers eats the click events. This doesn't serve any clear purpose, and means these clicks do not clear text selections from the document, which is unusual.

Test Plan
  • Selected some text in a diff.
  • Clicked a changeset header to select it.
  • Before patch: text selection and context menu were retained.
  • After patch: text selection was cleared and context menu was dismissed.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 14 2020, 9:34 PM
This revision was automatically updated to reflect the committed changes.