| Issue 1582: | Dashboard Columns Misaligned | |
| 3 people starred this issue and may be notified of changes. | Back to list |
*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.
,
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>
,
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.
,
Apr 1, 2010
I will test the nightly first thing tomorrow morning. Thanks.
,
Apr 2, 2010
I applied the nightly and it looks good.
,
Apr 2, 2010
Excellent. Thanks for testing :)
,
Apr 12, 2010
Issue 1616 has been merged into this issue. |
|
| ► Sign in to add a comment |
Owner: chipx86
Labels: -Priority-Medium Priority-Critical Djblets Component-Dashboard Milestone-Release1.0.x