cancel
Showing results for 
Search instead for 
Did you mean: 

What happens to my Right hand Scroll Bar?

Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: What happens to my Right hand Scroll Bar?

They probably ran away and hid to get away from the awful colour scheme  Grin
More seriously - if you right click on the Window and select View Source is all this present
	<title>Forum - Index | Community Site</title>

<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/global.css?update=050412" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/common.css?update=040408" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie6lte.css?update=040408" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie7.css?update=040408" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/print.css?update=040408" media="print" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/footer.css?update=040408" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/brandrefresh.css?update=050412" media="screen" />
<link rel="help" href="http://community.plus.net/forum/index.php?action=help" target="_blank" />
<link rel="search" href="http://community.plus.net/forum/index.php?action=search" />
<link rel="contents" href="http://community.plus.net/forum/index.php" />
<link rel="alternate" type="application/rss+xml" title="Forum - RSS" href="http://community.plus.net/forum/index.php?type=rss;action=.xml" />
You could actually compare the working and non working pages which may point to the problem
shutter
Community Veteran
Posts: 22,206
Thanks: 3,769
Fixes: 65
Registered: ‎06-11-2007

Re: What happens to my Right hand Scroll Bar?

That`s as maybe... but my eyes are getting old.... and I find the colour restful....... and certainly a lot more pleasant than glaring white space....
Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: What happens to my Right hand Scroll Bar?

see my edit above
shutter
Community Veteran
Posts: 22,206
Thanks: 3,769
Fixes: 65
Registered: ‎06-11-2007

Re: What happens to my Right hand Scroll Bar?

This is the page with the "no toolbar" and " no scroll bar"
Quote

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Personal Messages Index" />
<meta name="keywords" content="PHP, MySQL, smf, simple, machines, forum, " />
<script language="JavaScript" type="text/javascript" src="http://community.plus.net/forum/Themes/default/script.js?11"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh";
var smf_images_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh/images";
var smf_scripturl = "http://community.plus.net/forum/index.php";
// ]]></script>
<title>Personal Messages Index | Community Site</title>

<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/global.css?update=050412" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/pm.css?update=040408" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie6lte.css?update=040408" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie7.css?update=040408" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/print.css?update=040408" media="print" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/footer.css?update=040408" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/brandrefresh.css?update=050412" media="screen" />
<link rel="help" href="http://community.plus.net/forum/index.php?action=help" target="_blank" />
<link rel="search" href="http://community.plus.net/forum/index.php?action=search" />
<link rel="contents" href="http://community.plus.net/forum/index.php" />
<link rel="alternate" type="application/rss+xml" title="Forum - RSS" href="http://community.plus.net/forum/index.php?type=rss;action=.xml" />
<style type="text/css">
a img{
border: 0;
}
</style>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header = false;
function shrinkHeader(mode)
{
smf_setThemeOption("collapse_header", mode ? 1 : 0, null, "b3f4570605775088754e43a65a884544");
document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
document.getElementById("upshrinkHeader").style.display = mode ? "none" : "";
document.getElementById("upshrinkHeader2").style.display = mode ? "none" : "";
current_header = mode


and this is the "proper page" with toolbar and scroll bar
Quote

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Personal Messages Index" />
<meta name="keywords" content="PHP, MySQL, smf, simple, machines, forum, " />
<script language="JavaScript" type="text/javascript" src="http://community.plus.net/forum/Themes/default/script.js?11"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh";
var smf_images_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh/images";
var smf_scripturl = "http://community.plus.net/forum/index.php";
// ]]></script>
<title>Personal Messages Index | Community Site</title>

<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/global.css?update=050412" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/pm.css?update=040408" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie6lte.css?update=040408" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie7.css?update=040408" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/print.css?update=040408" media="print" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/footer.css?update=040408" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/brandrefresh.css?update=050412" media="screen" />
<link rel="help" href="http://community.plus.net/forum/index.php?action=help" target="_blank" />
<link rel="search" href="http://community.plus.net/forum/index.php?action=search" />
<link rel="contents" href="http://community.plus.net/forum/index.php" />
<link rel="alternate" type="application/rss+xml" title="Forum - RSS" href="http://community.plus.net/forum/index.php?type=rss;action=.xml" />
<style type="text/css">
a img{
border: 0;
}
</style>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header = false;
function shrinkHeader(mode)
{


that is all to technical for me to cope with... so if someone who knows this stuff. can work out what is going on... I would apreciate it
RPMozley
Pro
Posts: 1,339
Thanks: 83
Fixes: 13
Registered: ‎04-11-2011

Re: What happens to my Right hand Scroll Bar?

Well none of that code would account for the missing tool & scroll bar. It must be in the code to create the new window when clicking the popup.
In Firefox there are extended JavaScript settings to stop sites from moving, resizing and other window changing things happening. I'm not sure if they're still available via the preferences window in the newer versions or not, I'll have to look later when I get the chance.
New windows created by JavaScript links can behave differently from normal new links. They can even have the window open without any location toolbar visible.
That's RPM to you!!
Razer
Grafter
Posts: 1,398
Thanks: 8
Registered: ‎17-11-2012

Re: What happens to my Right hand Scroll Bar?

Re: JavaScript preferences:
Tools/Options on top menu. Then click on the
Content tab and the third listing:
Enable JavaScript. To the right of that is the
Advanced button.
I personally have everything unchecked. I don't know if making adjustments there will be of any help to you shutter.
shutter
Community Veteran
Posts: 22,206
Thanks: 3,769
Fixes: 65
Registered: ‎06-11-2007

Re: What happens to my Right hand Scroll Bar?

Will see what happens.... next time I get a PM............BUT.....
Can`t see how that can affect only one "copy" of the page,(with missing toolbar/menu and missing scroll bar ).... when the other "copy" has the full monty...i.e. the top toolbar/menu AND the right hand scroll bar...
Both open at the same time...
Razer
Grafter
Posts: 1,398
Thanks: 8
Registered: ‎17-11-2012

Re: What happens to my Right hand Scroll Bar?

As RPM has mentioned above, it may be in the code to create the new window when clicking the popup.
shutter
Community Veteran
Posts: 22,206
Thanks: 3,769
Fixes: 65
Registered: ‎06-11-2007

Re: What happens to my Right hand Scroll Bar?

Yeah.... could be... BUT.. why only on my computer.? 
Never mind, guys... I think I will just have to live with it.... it`s just an annoyance really, as there is a workaround....
Thanks to everyone who has given their input and their thoughts to it,........ Much Appreciated...
kdiment
Rising Star
Posts: 243
Thanks: 32
Registered: ‎30-06-2007

Re: What happens to my Right hand Scroll Bar?

Been away for a week or so, now I too find the RH scroll bar missing sometimes. When it is missing no other method of scrolling works (touchpad, mouse wheel, etc.). Closing FF and restarting it seems to be necessary.
This coincides with the appearance of advertisements on pages where I have never seen them before, such as BBC News, so I wonder whether there is any connection?
I think the ads are placed by AppNexus, and if anyone has a way of avoiding them I should be most grateful to hear of it.
If I use Chrome instead of FF the ads still appear on the BBC News page, so it is not FF-related.
- Keith
ejs
Aspiring Hero
Posts: 5,442
Thanks: 631
Fixes: 25
Registered: ‎10-06-2010

Re: What happens to my Right hand Scroll Bar?

@kdiment
There aren't any ads on the BBC News page, so you probably have some malware on your computer, which is adding the ads.
kdiment
Rising Star
Posts: 243
Thanks: 32
Registered: ‎30-06-2007

Re: What happens to my Right hand Scroll Bar?

Having been busy with visitors, only just got round to sorting this out. It was indeed an infection of malware picked up, I suspect, from a French hotel bedroom (there must be a joke there somewhere but I'm not in the mood).
I found the link http://malwaretips.com/blogs/ad-xtendmedia-popup-virus/ to be most helpful. It took some time to work through all the steps but it seems to have done the trick and restored my laptop to good health.
The infection by ad.xtendmedia was particularly sneaky. As long as I simply put up with unwanted ads appearing then all else worked as usual. However, as soon as I started the lengthy process of removing it, it turned nasty. I was still able to visit many websites, such as BBC News, but any website that might help me remove the infection was no longer available. Google, Plusnet, BT Phonebook were among those "unavailable" sites. I was warned of the possibility of this behaviour in a phone call to Plusnet Customer Services (who quite rightly confirmed that the problem was mine, not theirs), so was not surprised by it.
Fortunately, another PC at home was unaffected so I could use that one to download the instructions and various malware removal tools, copy them to my infected laptop, and run them.
AVG had allowed the infection in and a scan showed nothing wrong. Kaspersky also thought the laptop was clean. Malwarebytes found about 60 files to delete, after two lengthy searches. HitmanPro found some more. RogueKiller deleted some registry keys, and it still took AdwCleaner finally to remove some "residual damage" before the job was complete.
Grateful thanks to Malwaretips.
jim:green link sorted - there was a typo in it mod:end