In the admin theme, the active table is broken. As confirmed by Dries at - http://drupal.org/node/484860#comment-1861274

Comments

Bojhan’s picture

Category: task » bug
StatusFileSize
new115.76 KB
Stefan Nagtegaal’s picture

Seems like a float problem. Easy to fix for even a beginner imo.

gábor hojtsy’s picture

Component: base system » Seven theme

I've been trying to reproduce this for quite some time now in different browsers but did not manage to. At least we use the same type of OS with Dries, so it is even more interesting. I'd love if someone who can reproduce would roll a patch.

gábor hojtsy’s picture

Title: Alignment of active tables » Alignment of active column sort markers and text

Also fix title.

pixelite’s picture

Status: Active » Needs review

I reproduced this in firefox on Ubuntu. Here's a patch to fix it by using absolute positioning instead of floating.

pixelite’s picture

Sorry, forgot to add the attachment.

rickvug’s picture

I could not reproduce this issue in Firefox or Safari on OS X. The good news is that the patch does not break anything in either. Adding the 3px of offset on the right improves the positioning IMO. If this fixes the issue for others this should be ok to commit.

roborn’s picture

Status: Needs review » Reviewed & tested by the community

I see this issue on IE7, FF2 and FF3 on WinXP.

The patch is working fine on IE7>8, FF2>FF3.5 and Chrome 3.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Usability, -D7UX

Automatically closed -- issue fixed for 2 weeks with no activity.