On 06/02/2014 11:46 AM, Paul Fee wrote: > Hi Stephen, > > Comparing the HTML using Firefox/Firebug, I see both good and bad pages > have the correct HTML to display the "Edit columns" heading. However > the bad page has missing CSS styling. > > On Fedora rawhide, with an up to date "locate" database, I can see an > empty CSS file that looks suspicious. > > $ ls -l `locate datagrid | grep css` > -rw-r--r--. 1 root root 6251 May 27 15:03 > /usr/lib/python2.7/site-packages/djblets/htdocs/static/djblets/css/datagrid.css > -rw-r--r--. 1 root root 6316 May 27 15:03 > /usr/lib/python2.7/site-packages/djblets/htdocs/static/djblets/css/datagrid.da6c340af879.css > -rw-r--r--. 1 root root 6316 May 27 02:01 > /usr/lib/python2.7/site-packages/djblets/htdocs/static/djblets/css/datagrid.min.6521a0d8b348.css > -rw-r--r--. 1 root root 0 May 27 15:03 > /usr/lib/python2.7/site-packages/djblets/htdocs/static/djblets/css/datagrid.min.css > -rw-r--r--. 1 root root 0 May 27 15:03 > /usr/lib/python2.7/site-packages/djblets/htdocs/static/djblets/css/datagrid.min.d41d8cd98f00.css > -rw-r--r--. 1 root root 6251 May 27 02:01 > /usr/lib/python2.7/site-packages/djblets/static/djblets/css/datagrid.css > > I expect those two empty files are (part of) the problem. > > According to "rpm -qf" they're both owned by > python-djblets-0.8.1-1.fc21.noarch. >
Thanks, Paul. I hadn't spotted that. I suspect you're right. Looks like the minification of datagrid.css may have broken somehow. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
