@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.

Move typehaead dropdown up a few z-index levels

Summary: Fixes T5451.

Test Plan:
- Added a custom date field, observed icon render underneath typeahead results.
- Couldn't think of any reasons that typeaheads should be under any of the elements with index 9, 10, 11, or 12.

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5451

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

+8 -7
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => 'd4378b92', 10 + 'core.pkg.css' => '47277ca5', 11 11 'core.pkg.js' => '8c184823', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '4a93db37', ··· 107 107 'rsrc/css/core/core.css' => '40151074', 108 108 'rsrc/css/core/remarkup.css' => '864d4f5e', 109 109 'rsrc/css/core/syntax.css' => '3c18c1cb', 110 - 'rsrc/css/core/z-index.css' => 'efb673ac', 110 + 'rsrc/css/core/z-index.css' => 'd1c137f2', 111 111 'rsrc/css/diviner/diviner-shared.css' => '38813222', 112 112 'rsrc/css/font/font-awesome.css' => '73d075c3', 113 113 'rsrc/css/font/font-source-sans-pro.css' => '91d53463', ··· 753 753 'phabricator-uiexample-reactor-select' => 'a155550f', 754 754 'phabricator-uiexample-reactor-sendclass' => '1def2711', 755 755 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 756 - 'phabricator-zindex-css' => 'efb673ac', 756 + 'phabricator-zindex-css' => 'd1c137f2', 757 757 'phame-css' => '19ecc703', 758 758 'pholio-css' => '47dffb9c', 759 759 'pholio-edit-css' => '3ad9d1ee',
+1
src/__phutil_library_map__.php
··· 5093 5093 2 => 'PhabricatorSubscribableInterface', 5094 5094 3 => 'PhabricatorFlaggableInterface', 5095 5095 4 => 'PhabricatorTokenReceiverInterface', 5096 + 5 => 'PhabricatorProjectInterface', 5096 5097 ), 5097 5098 'PhabricatorSlowvotePollController' => 'PhabricatorSlowvoteController', 5098 5099 'PhabricatorSlowvoteQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
+4 -4
webroot/rsrc/css/core/z-index.css
··· 96 96 z-index: 8; 97 97 } 98 98 99 - div.jx-typeahead-results { 100 - z-index: 8; 101 - } 102 - 103 99 .differential-haunt-mode-1 .differential-add-comment-panel, 104 100 .differential-haunt-mode-2 .differential-add-comment-panel { 105 101 z-index: 8; ··· 119 115 120 116 .lightbox-attachment { 121 117 z-index: 12; 118 + } 119 + 120 + div.jx-typeahead-results { 121 + z-index: 13; 122 122 } 123 123 124 124 .jx-client-dialog {