Page MenuHomePhabricator

To improve wrapping behavior of rendered README files, don't use "PHUIDocumentView" in Diffusion
ClosedPublic

Authored by epriestley on May 21 2019, 1:35 PM.
Tags
None
Referenced Files
F13992930: D20536.id48967.diff
Tue, Oct 22, 7:43 PM
F13972175: D20536.diff
Oct 17 2024, 5:31 PM
F13971943: D20536.id.diff
Oct 17 2024, 4:16 PM
F13964249: D20536.id48976.diff
Oct 15 2024, 7:58 PM
F13961533: D20536.id48967.diff
Oct 15 2024, 5:25 AM
Unknown Object (File)
Oct 8 2024, 2:04 AM
Unknown Object (File)
Oct 8 2024, 2:03 AM
Unknown Object (File)
Sep 10 2024, 3:00 AM
Subscribers
None

Details

Summary

See PHI1268. We currently do some weird width handling when rendering Diffusion readmes in a document directory view.

I think this came from D12330, which used PHUIDocumentViewPro to change the font, but we later reverted the font and were left with the DocumentView. Other changes after that modified DocumentView to have fixed-width behavior, but it doesn't make much sense here since the content panel is clearly rendered full-width.

Today, the DocumentView is a more structural element with methods like setCurtain(). Just get rid of it to simplify things, at least as a first step.

Test Plan

Before:

Screen Shot 2019-05-21 at 6.25.59 AM.png (890×1 px, 194 KB)

After:

Screen Shot 2019-05-21 at 6.30.04 AM.png (777×2 px, 239 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable