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
F15382106: D19611.diff
Fri, Mar 14, 10:41 AM
F15322516: D19611.diff
Thu, Mar 6, 11:48 PM
Unknown Object (File)
Wed, Feb 26, 10:04 AM
Unknown Object (File)
Sat, Feb 15, 11:24 AM
Unknown Object (File)
Feb 9 2025, 6:23 AM
Unknown Object (File)
Feb 9 2025, 6:23 AM
Unknown Object (File)
Feb 9 2025, 6:23 AM
Unknown Object (File)
Feb 7 2025, 3:28 PM
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.