Page MenuHomePhabricator

Fix an issue where scrolling down, then up, then down fails to show changeset header in Differential
ClosedPublic

Authored by epriestley on Jun 7 2018, 4:45 PM.
Tags
None
Referenced Files
F13269826: D19474.diff
Wed, May 29, 7:48 AM
F13199660: D19474.diff
Mon, May 13, 4:51 PM
F13189997: D19474.id46577.diff
Sat, May 11, 6:50 AM
Unknown Object (File)
Mon, May 6, 9:00 PM
Unknown Object (File)
May 1 2024, 11:37 PM
Unknown Object (File)
Apr 19 2024, 7:45 PM
Unknown Object (File)
Apr 4 2024, 1:10 AM
Unknown Object (File)
Apr 2 2024, 10:32 AM
Subscribers
None

Details

Summary

Ref T13151. See PHI616. There's a bug where the current banner changeset isn't cleared correctly when we hide the banner.

Test Plan
  • View revision with several changesets.
  • Scroll down slowly through first changeset until banner appears.
  • Scroll up until banner disappears.
  • Scroll back down.
  • Before: banner fails to reappear (code still thinks it's visible and we don't want to update it).
  • After: banner reappears correctly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable