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
F15463534: D21255.id50611.diff
Wed, Apr 2, 12:34 AM
F15461846: D21255.id50616.diff
Tue, Apr 1, 11:48 AM
F15459749: D21255.id.diff
Mon, Mar 31, 3:49 PM
F15458041: D21255.diff
Sun, Mar 30, 8:29 PM
F15428449: D21255.id50616.diff
Sun, Mar 23, 8:25 PM
F15421978: D21255.diff
Sat, Mar 22, 4:10 AM
F15416210: D21255.diff
Thu, Mar 20, 9:50 AM
F15396381: D21255.id.diff
Sun, Mar 16, 1:53 PM
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.