On Fri, Jan 20, 2017 at 8:56 AM, RjOllos <[email protected]> wrote:
>
>
> On Thursday, January 19, 2017 at 11:47:47 PM UTC-8, Roger Oberholtzer wrote:
>>
>> On Thu, Jan 19, 2017 at 11:01 PM, RjOllos <[email protected]> wrote:
>>
>> > Another common reason for similar issue is not refreshing the static
>> > resources when upgrading Trac:
>> > https://trac.edgewall.org/wiki/TracUpgrade#a5.Refreshstaticresources
>>
>> I have never done this deploy thing. I have no /deploy/path. Or at
>> least not one that I have made. Is there a default one if I have never
>> used the deploy option?
>
>
> Depends on how your web server is configured:
> https://trac.edgewall.org/wiki/TracInstall#MappingStaticResources
>
> I suggest you view the page source for a page such as WikiStart on a
> computer that exhibits the issue, and follow the link to a static resource
> such as trac.css or trac.js. Compare to the repository version to determine
> if you are serving the latest,
> https://trac.edgewall.org/browser/tags/trac-1.2/trac/htdocs/js/trac.js
> https://trac.edgewall.org/browser/tags/trac-1.2/trac/htdocs/css/trac.css

What I see in the browser matches exactly what I see in the css file
on the server. In the case of the comment buttons at least.

For example, the file ./Trac-1.2-py2.7.egg/trac/htdocs/css/ticket.css contains:

/*  - Change controls */
.trac-ticket-buttons {
 clear: right;
 visibility: hidden;
 float: right;
}

And I see exactly that in the browser. If I remove  "visibility:
hidden;" in the browser, the buttons show up. And, if I remove the
same text in the css file, the buttons also show up.

The questions is: why is "visibilty: hidden;" set in the css file? I
am guessing that is the default. How does it get set to something
else? Where would I see that in the browser?


-- 
Roger Oberholtzer

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to