@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use visibility hidden on remarkup checkboxes

Summary: Fixes T12850, marks it hidden with zero width so the element still exists in the DOM

Test Plan: T12850 code, locally

Reviewers: epriestley, amckinley, avivey

Reviewed By: avivey

Subscribers: Korvin

Maniphest Tasks: T12850

Differential Revision: https://secure.phabricator.com/D18130

+5 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'ab24402f', 12 + 'core.pkg.css' => '6d40b714', 13 13 'core.pkg.js' => '5d80e0db', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '4ec4a37a', ··· 115 115 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 116 116 'rsrc/css/application/uiexample/example.css' => '528b19de', 117 117 'rsrc/css/core/core.css' => '23beb330', 118 - 'rsrc/css/core/remarkup.css' => '509fb36e', 118 + 'rsrc/css/core/remarkup.css' => 'eb37bd0d', 119 119 'rsrc/css/core/syntax.css' => 'cae95e89', 120 120 'rsrc/css/core/z-index.css' => '9d8f7c4b', 121 121 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', ··· 795 795 'phabricator-object-selector-css' => '85ee8ce6', 796 796 'phabricator-phtize' => 'd254d646', 797 797 'phabricator-prefab' => 'c5af80a2', 798 - 'phabricator-remarkup-css' => '509fb36e', 798 + 'phabricator-remarkup-css' => 'eb37bd0d', 799 799 'phabricator-search-results-css' => '8f8e08ed', 800 800 'phabricator-shaped-request' => '7cbe244b', 801 801 'phabricator-slowvote-css' => 'a94b7230',
+2 -1
webroot/rsrc/css/core/remarkup.css
··· 128 128 } 129 129 130 130 .phabricator-remarkup .remarkup-list-with-checkmarks input { 131 - display: none; 131 + visibility: hidden; 132 + width: 0; 132 133 } 133 134 134 135 .phabricator-remarkup .remarkup-list-with-checkmarks