PDA

View Full Version : Horizontal scroll-bar on the memberlist page


Green Cat
Sun 25th Oct '09, 10:54am
There apears to be a scroll-bar on the bottom of the memberlist page.
I am on a mac (10.6.1) and using firefox 3.5.3. My resolution is 1280x800.

Shadab
Sun 25th Oct '09, 11:38am
Able to reproduce the bug on FF 3.5 (Win XP) too.

Fix1:

Remove the overflow and padding-left properties, from:

#memberlist.block .blockbody { overflow:auto; padding-left:1px; width:100%; }Fix2:

More elegant...
Don't apply the blocksubhead class on <th> directly.

Change:
<th class="blocksubhead">Avatar</th>To:
<th><span class="blocksubhead">Avatar</span></th>

Ivan R
Mon 26th Oct '09, 5:56pm
Confirmed now.. (browser FF 3.5.4)

Shadab
Tue 27th Oct '09, 9:51am
@hypermiler:

"Status: Working as Designed"

Really?

You do know that we are talking about the scroll-bar on the element <div class="blockbody">[...]</div>
and not the browser/page's horizontal scroll-bar.

digitalpoint
Tue 27th Oct '09, 10:01pm
Yes, it's working as designed. Do you know how difficult it was to get it to draw a scrollbar for no reason? :)

Green Cat
Wed 28th Oct '09, 8:43pm
Still there in the updated style.

Wayne Luke
Thu 5th Nov '09, 1:29am
This is working as designed.

Shadab
Fri 6th Nov '09, 10:31am
This is working as designed.

Can we please have an explanation as to why this bug is being classed as "working as designed" ?

Wayne Luke
Fri 6th Nov '09, 11:20am
Because it is designed to have a horizontal scroll bar if the content is wider than the screen. As administrators can add or remove any field from the listing, the width is unknown. If you're content isn't wider than the user's browser window, then they won't see a horizontal scrollbar. If it is then they will.

Shadab
Fri 6th Nov '09, 11:37am
@Wayne: Thanks for the reply.


If you're content isn't wider than the user's browser window, then they won't see a horizontal scrollbar.
The content on the memberlist (http://www.vbulletin.com/forum/memberlist.php) fits fine in my browser window at 1152 x 864 resolution. But the horizontal scrollbar still appears; and that too on the <div> containing the member-list <table>. And hence the bug report.

PitchouneN64ngc
Fri 6th Nov '09, 4:08pm
1680 x 1050 and i can confirm.

Ivan R
Sat 14th Nov '09, 12:37pm
Fixed in beta 3 (this site is not reproduced).
Screenshot:

Browser: Firefox 3.5.5 (1024x768)