My favorites | Sign in
Project Home Wiki Issues
New issue   Search
for
  Advanced search   Search tips
Issue 1582: Dashboard Columns Misaligned
3 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  chip...@gmail.com
Closed:  Apr 2010


Sign in to add a comment
 
Reported by tbrez...@gmail.com, Mar 31, 2010
*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0.6

What's the URL of the page containing the problem?
/dashboard/

What steps will reproduce the problem?
1. Add more columns to dashboard
2. Moving new column to left usually makes problem worse

What is the expected output? What do you see instead?
Columns are usually off by one or two.  Summary is under submitter, 
submitter is under posted, etc.

What operating system are you using? What browser?
Windows XP. Chrome and Firefox 3.6.2.

Please provide any additional information below.
Sometimes refreshing the screen or going to a new screen and coming back 
will temporarily fix the problem.  However once it's fixed refreshing again 
often causes the problem to reoccur.
dashboard.JPG
152 KB   View   Download
Comment 1 by project member chip...@gmail.com, Apr 1, 2010
This should be fixed now in Djblets (revision e774a3b). You'll need to upgrade
Djblets to the latest nightly and then restart the web server. Can you give this a
try and report back?

To upgrade, type:

    sudo easy_install -f http://downloads.reviewboard.org/nightlies/ -U Djblets
Status: Fixed
Owner: chipx86
Labels: -Priority-Medium Priority-Critical Djblets Component-Dashboard Milestone-Release1.0.x
Comment 2 by tbrez...@gmail.com, Apr 1, 2010
Very close but there is still some minor glitches with column span.  For the 2nd image 
my coworker dug out that there is a colspan when there should not be:
 
 <td colspan="2"> 
 <img src="/media/rb/images/comment-shipit-small.png?1270054989" width="16" height="16" 
alt="Comments published. Ship it!" /> 
 </td>
dashboard2.JPG
129 KB   View   Download
dashboard3.JPG
111 KB   View   Download
Comment 3 by project member chip...@gmail.com, Apr 1, 2010
Okay, I made another commit to djblets (2be2433) that should fix stale render caches,
which I suspect is causing this problem. I do want to note that I couldn't reproduce
this, but I think that's because I'm testing with one user and this stale cache bug
comes into play with multiple users.

There will be a new nightly tonight, but in the meantime, if you're familiar with
Git/Python at all, you could try checking out the djblets source and building a new
package there (run python setup.py nightly bdist_egg)

Otherwise, if you tell me the Python version, I can build you a package.
Comment 4 by tbrez...@gmail.com, Apr 1, 2010
I will test the nightly first thing tomorrow morning.  Thanks.
Comment 5 by tbrez...@gmail.com, Apr 2, 2010
I applied the nightly and it looks good.
Comment 6 by project member chip...@gmail.com, Apr 2, 2010
Excellent. Thanks for testing :)
Comment 7 by project member chip...@gmail.com, Apr 12, 2010
 Issue 1616  has been merged into this issue.
Sign in to add a comment

Powered by Google Project Hosting