Page MenuHomePhabricator

2017 wikitext editor preview is missing scrollbar in Google Chrome
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
A non-scrollable vertical bar is now displayed at the right. It covers the right side of the "Publish changes" button. Chrome screenshot:

Bar in Chrome.png (1×1 px, 249 KB)

What should have happened instead?:
In Firefox there are two vertical bars to the right. The rigthmost is not scrollable and is fully to the right of the "Publish changes" button. The leftmost bar is below the "Publish changes" button and is scrollable. Firefox screenshot:

Bars in Firefox.png (1×1 px, 231 KB)

Both screenshots were made in Vector 2022.

The non-scrollable bar appears to be made by this:

html.oo-ui-windowManager-modal-active:not(.oo-ui-windowManager-modal-active-fullscreen){
  scrollbar-gutter:stable
}

The bar should either be removed or displayed to the right of the scrollable bar.

Overriding the above with this personal CSS will remove the non-scrollable bar and make a working scroll bar visible behind it in Chrome:

html.oo-ui-windowManager-modal-active:not(.oo-ui-windowManager-modal-active-fullscreen) {
  scrollbar-gutter: auto !important;
}

Event Timeline

Change #1102671 had a related patch set uploaded (by Func; author: Func):

[oojs/ui@master] Toggle the modal-active-fullscreen class when changing the size

https://gerrit.wikimedia.org/r/1102671

Change #1102671 merged by jenkins-bot:

[oojs/ui@master] Toggle the modal-active-fullscreen class when changing the size

https://gerrit.wikimedia.org/r/1102671

Change #1114418 had a related patch set uploaded (by VolkerE; author: VolkerE):

[mediawiki/core@master] Update OOUI to v0.51.5

https://gerrit.wikimedia.org/r/1114418

Change #1114418 merged by jenkins-bot:

[mediawiki/core@master] Update OOUI to v0.51.5

https://gerrit.wikimedia.org/r/1114418

matmarex assigned this task to Func.
matmarex removed a project: Patch-For-Review.