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

Fix strange header appearance bug

Summary:
Text in the header changes appearance shortly after page loads. This
is due - for some reason - to adding the flash object. Making the width and
height of the flash object 0 solves this.

Test Plan: viewed locally, problem gone

Reviewers: epriestley

Reviewed By: epriestley

CC: allenjohnashton, keebuhm, aran, Korvin

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

authored by

David Fisher and committed by
epriestley
655bec9e 2e484e25

+3 -2
+1 -1
src/__celerity_resource_map__.php
··· 772 772 ), 773 773 'javelin-behavior-aphlict-listen' => 774 774 array( 775 - 'uri' => '/res/80ce64ae/rsrc/js/application/aphlict/behavior-aphlict-listen.js', 775 + 'uri' => '/res/0ba6b119/rsrc/js/application/aphlict/behavior-aphlict-listen.js', 776 776 'type' => 'js', 777 777 'requires' => 778 778 array(
+2 -1
webroot/rsrc/js/application/aphlict/behavior-aphlict-listen.js
··· 39 39 + '<param name="movie" value="/rsrc/swf/aphlict.swf" />' 40 40 + '<param name="allowScriptAccess" value="always" />' 41 41 + '<param name="wmode" value="opaque" />' 42 - + '<embed src="/rsrc/swf/aphlict.swf" wmode="opaque" id="aphlictswfobject">' 42 + + '<embed src="/rsrc/swf/aphlict.swf" wmode="opaque"' 43 + + 'width="0" height="0" id="aphlictswfobject">' 43 44 + '</embed></object>'; //Evan sanctioned 44 45 });