@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 drag ghosts above dialogs

Summary: These currently have a z-index which puts them beneath dialogs, which doesn't work well for dialogs like "Reorder Columns" on workboards.

Test Plan:
- Dragged columns on a workboard in the "Reorder Columns" dialog.
- Dragged normal stuff, too.

Reviewers: chad

Reviewed By: chad

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

+7 -7
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'e33b14a4', 10 + 'core.pkg.css' => 'c477bd31', 11 11 'core.pkg.js' => 'ef5e33db', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 106 106 'rsrc/css/core/core.css' => '5b3563c8', 107 107 'rsrc/css/core/remarkup.css' => 'e1c8b32f', 108 108 'rsrc/css/core/syntax.css' => '9fd11da8', 109 - 'rsrc/css/core/z-index.css' => '5c7025bf', 109 + 'rsrc/css/core/z-index.css' => '5b6fcf3f', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', 111 111 'rsrc/css/font/font-aleo.css' => '8bdb2835', 112 112 'rsrc/css/font/font-awesome.css' => 'c43323c5', ··· 779 779 'phabricator-uiexample-reactor-select' => 'a155550f', 780 780 'phabricator-uiexample-reactor-sendclass' => '1def2711', 781 781 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 782 - 'phabricator-zindex-css' => '5c7025bf', 782 + 'phabricator-zindex-css' => '5b6fcf3f', 783 783 'phame-css' => '1dbbacf9', 784 784 'pholio-css' => '95174bdd', 785 785 'pholio-edit-css' => '3ad9d1ee',
+4 -4
webroot/rsrc/css/core/z-index.css
··· 110 110 z-index: 9; 111 111 } 112 112 113 - .drag-frame { 114 - z-index: 10; 115 - } 116 - 117 113 .jx-mask { 118 114 z-index: 10; 119 115 } ··· 140 136 141 137 .fancy-datepicker { 142 138 z-index: 15; 139 + } 140 + 141 + .drag-frame { 142 + z-index: 16; 143 143 } 144 144 145 145 .jx-hovercard-container {