|
Your donations keep RPGWatch running!
RPGWatch Updates, Bug reports and Feature requests
April 8th, 2021, 13:54
@Pladio, please check if it works now.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
April 8th, 2021, 20:24
It works for me, so I’m not sure what the issue is.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
April 8th, 2021, 21:33
I don't know Tapatalk software but could it be due to an outdated version? Perhaps you both Pladio and Myrthos should check the version you're using. (just a wild guess)
--
Sou tricolor de coração!
Sie sind das Essen und Wir sind die Jäger!
Sou tricolor de coração!
Sie sind das Essen und Wir sind die Jäger!
April 8th, 2021, 22:03
Today I just installed the latest version on the server, but I think I had that already. I did install the latest app on my phone though. That combination works.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
June 7th, 2021, 22:18
My scroll bar disappears sometimes. It just started happening recently, and it's only on this website. Latest version of Google Chrome.
June 8th, 2021, 09:33
Originally Posted by JDR13I've noticed the same issue but I had it on another website (Discord). You can resize your browser to get it back, just changing the width a bit then pressing ESC to get the original size back is enough.
My scroll bar disappears sometimes. It just started happening recently, and it's only on this website. Latest version of Google Chrome.
June 8th, 2021, 23:31
Originally Posted by JDR13No, I'm just dragging any edge with the mouse to resize the browser, that makes the scroll bar reappear. Optionally you can press ESC while doing so, to cancel and keep the original size. But indeed, if you press CTRL+mouse wheel back and forth to zoom in/out, it brings it back too.
Are you referring to the zoom %?
It seems to disappear when I do this, for ex:
- open the site rpgwatch.com (or click on the RPGWatch tower to get back to the main page if the site is already open)
- click on FORUMS, or on DATABASE/Games (there might be other links)
=> scroll bar is gone
Sometimes you have to redo the 2 steps if that doesn't "work" the first time.
June 9th, 2021, 06:57
Yeah, resizing it does make the scroll bar reappear, but it's only temporary. It disappears again after clicking on a few links.
June 9th, 2021, 12:50
Are you all on chrome?
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
June 9th, 2021, 13:21
Originally Posted by MyrthosI am, I can't reproduce that problem on Edge.
Are you all on chrome?
EDIT: A few tests:
- I couldn't reproduce the problem in anonymous mode
- I still have the problem when I disable my extensions and remove this site's cookies
- I still have the problem when I'm not logged in
June 10th, 2021, 16:46
I see it happening on Chrome, but not in Firefox. I also can't reproduce it in Brave, which uses Chromium as its engine.
So, it looks like it is caused by a change that was made by Chrome recently.
So, it looks like it is caused by a change that was made by Chrome recently.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
June 10th, 2021, 18:24
I checked the known issues of Chromium before posting yesterday, and couldn't find this bug.
Not sure if they have a known issue page for Chrome, couldn't find any, but this problem has been reported multiple times on Internet over the past years (perhaps in different contexts).
Not sure if they have a known issue page for Chrome, couldn't find any, but this problem has been reported multiple times on Internet over the past years (perhaps in different contexts).
June 16th, 2021, 13:50
Earlier I clicked on the wrong link because a forum button moved just when the scrollbar disappeared (the page is re-centered). 
Most websites enumerate the same repair solutions, which of course don't apply here (reset config, disable extensions, reinstall or update Chrome, etc). A few mention the experimental "Overlay scrollbars" in chrome://flags/ but it didn't change anything for me (you may try, one never knows).
I tried to change the theme but it doesn't change anything.
I only have this on the forums/ pages and subsites (like usercp, search, …). Never on the main page, never on the database or the CRPG analyzer, staff members, … (checking with a small window to make sure there is a need for a scrollbar, of course).
I tried to compare the content of the forum page source, but there's too much for me to analyze.
Maybe this
(or code in one of the included .js)
The scrollbar only disappears some time after the page is displayed, so it looks like something triggered with a delay, once everything is loaded, or something like that.

Most websites enumerate the same repair solutions, which of course don't apply here (reset config, disable extensions, reinstall or update Chrome, etc). A few mention the experimental "Overlay scrollbars" in chrome://flags/ but it didn't change anything for me (you may try, one never knows).
I tried to change the theme but it doesn't change anything.
I only have this on the forums/ pages and subsites (like usercp, search, …). Never on the main page, never on the database or the CRPG analyzer, staff members, … (checking with a small window to make sure there is a need for a scrollbar, of course).
I tried to compare the content of the forum page source, but there's too much for me to analyze.
Maybe this
Code:
<body id="bodychange";overflow-y: scroll;>
The scrollbar only disappears some time after the page is displayed, so it looks like something triggered with a delay, once everything is loaded, or something like that.
June 16th, 2021, 13:52
There are numerous search results when using: "chrome scroll bar disappears".
It appears to happen only on the forums, at least for me. I've tried some modifications, but it still happens.
I don't know if the proposed modifications to Chrome or Windows (from the search results) help in anyway, but if it is indeed the forum software, it looks like a pita to fix, so until we move to the new forums software you have to live with it. Or do tricks like a reload or pressing F11 twice, which will enforce getting the scroll bar back again.
It appears to happen only on the forums, at least for me. I've tried some modifications, but it still happens.
I don't know if the proposed modifications to Chrome or Windows (from the search results) help in anyway, but if it is indeed the forum software, it looks like a pita to fix, so until we move to the new forums software you have to live with it. Or do tricks like a reload or pressing F11 twice, which will enforce getting the scroll bar back again.
--
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. Douglas Adams
There are no facts, only interpretations. Nietzsche
Some cause happiness wherever they go; others whenever they go. Oscar Wilde
|
|
All times are GMT +2. The time now is 07:10.
/jk 