On Monday, January 23, 2017 at 1:45:31 AM UTC-8, Roger Oberholtzer wrote:
>
>
>
> On Mon, Jan 23, 2017 at 10:10 AM, RjOllos <rjol...@gmail.com> wrote:
> >
> >
> > On Sunday, January 22, 2017 at 10:33:32 PM UTC-8, Roger Oberholtzer 
> wrote:
> >>
> >> On Fri, Jan 20, 2017 at 6:40 PM, Peter Suter <petsu...@gmail.com> 
> wrote:
> >>
> >> > The buttons are not shown by default anymore, only when the mouse 
> hovers
> >> > over a comment.
> >> > (Or when both checkboxes "[ ] Show comments [ ] Show property changes"
> >> > are
> >> > unchecked.)
> >> >
> >> > 
> https://trac.edgewall.org/browser/tags/trac-1.2/trac/htdocs/js/threaded_comments.js?marks=50-76#L50
> >> > https://trac.edgewall.org/ticket/11835
> >>
> >> I do not see this. I can hoover the mouse all over the place. The
> >> buttons do not show up. Period. Unless I remover the visibility:
> >> hidden; text from the ticket.css file.
> >
> >
> > It's one of two things: either you aren't loading the correct JavaScript 
> (or
> > template), or there is an error in the JavaScript execution, likely due 
> to a
> > plugin conflict. I would:
> >
> > 1. Do the hard refresh of the page to clear cached resources, which I
> > mentioned twice, but you haven't confirmed to have done.
>
> Sorry. Yes. This was done. No difference.
>
> > 2. Check whether you are overriding any templates, via a ticket.html (or
> > possibly another ticket-related html file) in your environment templates
> > directory or a shared templates directory (1). Templates are also listed 
> on
> > the /about page, in the Interface Customization section
>
> I see this:
>
> Site templates         site.html
> Shared templates
> Site static resources  latex-images ramboll_intranet.gif site.html 
> style.css tracworkflowadmin
>
> site.html:
>
> <html xmlns="http://www.w3.org/1999/xhtml";
>       xmlns:py="http://genshi.edgewall.org/";
>       py:strip="">
>
>   <!--! Add site-specific style sheet -->
>   <head py:match="head" py:attrs="select('@*')">
>     ${select('*|comment()|text()')}
>     <link rel="stylesheet" type="text/css"
>           href="${href.chrome('site/style.css')}" />
>   </head>
> </html>
>
> site.css:
>
> table.progress td.open { background: #0000ff }
> table.progress td.closed { background: #00ff00 }
> table.progress td.testing { background: #ff0000 }
> table.progress td.info { background: #00ffff }
>
> latex-images and tracworkflowadmin contain PNG images. 
> ramboll_intranet.gif is our logo.
>
> > 3. Check the browser console for JavaScript errors
>

Did you check the browser console for errors?

What about disabling DynamicFieldsPlugin, as was found in the other thread?

- Ryan

-- 
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 trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
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