Horizontal scroll-bar on the memberlist page Issue Tools
issueid=30780 Sun 25th Oct '09 10:54am
Senior Member
Horizontal scroll-bar on the memberlist page

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.
Issue Details
Project vBulletin
Category Unknown
Status Fixed (Closed)
Priority 10 - Lowest
Affected Version 4.0.0 Beta 1
Fixed Version (none)
Users able to reproduce bug 7
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)

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

Fix1:

Remove the overflow and padding-left properties, from:
Code:
#memberlist.block .blockbody { overflow:auto; padding-left:1px; width:100%; }
Fix2:

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

Change:
Code:
<th class="blocksubhead">Avatar</th>
To:
Code:
<th><span class="blocksubhead">Avatar</span></th>
Reply
This petition for a change to Confirmed was rejected
Mon 26th Oct '09 5:56pm
New Member
 
Confirmed now.. (browser FF 3.5.4)
This petition for a change to Confirmed was rejected
Tue 27th Oct '09 9:51am
Senior Member
 
@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.
Tue 27th Oct '09 10:01pm
Senior Member
 
Yes, it's working as designed. Do you know how difficult it was to get it to draw a scrollbar for no reason? :)
Reply
This petition for a change to Confirmed was rejected
Wed 28th Oct '09 8:43pm
Senior Member
 
Still there in the updated style.
Thu 5th Nov '09 1:29am
vBulletin Team
 
This is working as designed.
Reply
Fri 6th Nov '09 10:31am
Senior Member
 
Quote Originally Posted by Wayne Luke
This is working as designed.
Can we please have an explanation as to why this bug is being classed as "working as designed" ?
Reply
Fri 6th Nov '09 11:20am
vBulletin Team
 
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.
Reply
Fri 6th Nov '09 11:37am
Senior Member
 
@Wayne: Thanks for the reply.

Quote Originally Posted by Wayne Luke
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 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.
Reply
Fri 6th Nov '09 4:08pm
Senior Member
 
1680 x 1050 and i can confirm.
Reply
This petition for a change to Fixed (Closed) was accepted
Sat 14th Nov '09 12:37pm
New Member
 
Fixed in beta 3 (this site is not reproduced).
Screenshot:

Browser: Firefox 3.5.5 (1024x768)
Reply