1582: Dashboard Columns Misaligned
- Fixed
- Review Board
tbre****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
|
|
April 1, 2010 | |
1616 |
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.
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
-
+ Fixed -
- Priority-Medium + Priority-Critical + Djblets + Component-Dashboard + Milestone-Release1.0.x -
+ chipx86
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>
-
+ +
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.
I will test the nightly first thing tomorrow morning. Thanks.
I applied the nightly and it looks good.