If you click on the TOS - link (terms of services) in the User Registration Form, a modal window opens.
First, you should have selected a TOS article in the User Plugin!
At this moment the site moves a little to the right. And when you close the modal window, the site moves a little to the left.
This is messy.
This is caused by the scrollbar of the site, which is disappearing.
Solution: Scrollbar site should not disappear.
Labels |
Added:
?
|
Category | ⇒ | Layout |
Status | New | ⇒ | Discussion |
Well noticed.
Corcerning templates: Protostar and Beez3.
Didn't get your Answer: You tested on Protostar?
I tested both: Protostar and Beez3.
Can't confirm.
3.8-dev
Multilanguage Site
macOS Sierra, 10.12.6
Firefox 54 (64-bit)
Laptop: TEST 1 (local)
Joomla 3.7.4
Windows 10
Browsers: Firefox (54.0.1), Google Chrome (59.0.3071.115)
XAMPP: v3.2.2
PHP 7.0.15
5.5.5-10.1.21-MariaDB
Can confirm (NOK) (can also confirm this online)
Note: The site has a scrollbar at the right site.
Tablet: TEST 2 (online)
Joomla 3.7.4
Android 4.4.4
Google Chrome (59.0.3071.125)
Can NOT confirm (OK)
Note: The site has not a scrollbar at the right site.
can you test on a clean Install (no 3rd-Party Plugins) and different Browsers?
I have installed a clean and new Joomla 3.7.4 version.
And repeat Laptop: TEST 1 (local) with the same results (issue).
There are no 3rd-Party Plugins.
If anything this os a BS2 related issue. Not Joomla related
This is not an issue at all. It's an expected browser behavior. They show a scrollbar if the site is longer than the visible area. Since that scrollbar is around 10px width, the whole window gets narrower by that 10px. Any centered layout will move 5px to the left then.
The only solution would be to always show a scrollbar, or never show them. Both are not acceptable imho.
I found in \media\system\css\modal.css
/* Hides scrollbars */
.body-overlayed {
overflow: hidden;
}
If you delete line 83 "overflow: hidden;" I see that the scrollbar are visible and the site doesn't move.
So it (possible) a css behavior!
If a default BS2 behaviour is annoying for you, just override the CSS.
Status | Discussion | ⇒ | Expected Behaviour |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-27 15:17:43 |
Closed_By | ⇒ | franz-wohlkoenig |
Status | Expected Behaviour | ⇒ | Closed |
Closed_Date | 2017-07-27 15:17:43 | ⇒ | 2017-07-27 15:17:44 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/17292
closed as expected Behaviour.
I override it in the custom.css.
In Firefox, Chrome, Edge it works, except in Opera (Windos 10).
Thanks all.
Sorry, I mean the user.css.
Thanks for reporting. Can you use Protostar if this Issue happens too?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17292.