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 <[email protected]> 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://www.google.com/url?q=https%3A%2F%2Ftrac.edgewall.org%2Fbrowser%2Ftags%2Ftrac-1.2%2Ftrac%2Fhtdocs%2Fjs%2Fthreaded_comments.js%3Fmarks%3D50-76%23L50&sa=D&sntz=1&usg=AFQjCNG8UznoVE3YsOAGFFjeJw7zeQzZfQ> > > > 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. 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 3. Check the browser console for JavaScript errors 4. Check that threaded_comment.js matches the file in the egg 5. Compare the JavaScript on one of your ticket pages to that on the demo site (2) - Ryan (1) https://trac.edgewall.org/wiki/TracInterfaceCustomization#ProjectTemplates (2) view-source:https://trac.edgewall.org/demo-1.0/ticket/1 -- 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.
