Page MenuHomePhabricator

Repaint filetree more consistently for mobile/device views
ClosedPublic

Authored by epriestley on Aug 27 2018, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 10:33 AM
Unknown Object (File)
Sun, Mar 31, 12:48 AM
Unknown Object (File)
Thu, Mar 21, 6:37 AM
Unknown Object (File)
Feb 21 2024, 5:32 PM
Unknown Object (File)
Feb 10 2024, 1:04 PM
Unknown Object (File)
Feb 3 2024, 7:18 PM
Unknown Object (File)
Nov 30 2023, 12:30 AM
Unknown Object (File)
Nov 15 2023, 7:43 AM
Subscribers
None

Details

Summary

Ref T13189. See https://discourse.phabricator-community.org/t/diffusion-differential-mobile-layout-broken-when-enabling-file-tree/1751.

We currently call a nonexistent resetdrag() which does nothing. Some sequences of interactions can result in a blank left column in mobile/device widths.

Repaint the filetree away more consistently on device change.

Test Plan

Viewed a revision, toggled filetree off + on, resized to narrow width. Before: bad left margin, JS console error. After: proper repaint at device breakpoint, no JS console error.

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.Aug 27 2018, 5:32 PM
This revision was automatically updated to reflect the committed changes.