Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload dialog is not displayed #22

Open
presire opened this issue Aug 19, 2024 · 2 comments
Open

Upload dialog is not displayed #22

presire opened this issue Aug 19, 2024 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@presire
Copy link

presire commented Aug 19, 2024

画像のアップロードにおいて、添付している画像のように、アップロードダイアログが最背面に移ります。
(また、自身の環境において、MS Edge, Firefoxではアップロードダイアログは表示されなかったです)

When uploading images, the upload dialog moves to the back of the screen, as shown in the attached image.
(Also, in my environment, the upload dialog did not appear in MS Edge or Firefox.)

Error_UploadDialog

これを修正するには、下記のファイルを編集します。
To correct this, edit the following file

  • Fluent/resources/screen-common.less

以下に示す内容を追記します。
The following information is to be added.

/* 以下に示す2つの設定を追加 */  
/* Add the following two settings */  

.oo-ui-windowManager-modal > .oo-ui-dialog,
.ve-ui-overlay-global {
	z-index: 1001;
}

body > .oo-ui-windowManager,
.oo-ui-defaultOverlay {
	z-index: 1001;
}
@immewnity
Copy link
Owner

This looks like it's the upload dialog in VisualEditor, yes? I haven't tested with too many extensions, so this isn't a huge surprise.

@presire
Copy link
Author

presire commented Aug 21, 2024

Yes.
This is the default upload dialog that also exists in WikiEditor.
This is done from the Wiki Editor.

ksnip_20240822-074749

@immewnity immewnity added enhancement New feature or request bug Something isn't working labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants