Problem with long explanation in div#folder-message
-
/* Below is Google translation.
* I do not know whether the content is correct.
* Under English sentences, there is original text written in Japanese. */Hello, this plugin is very useful.
However, a problem occurred.
On the screen of Media Library Folders, there is a container for descriptive text <div id=”folder-message”> </div>.
If the window size is wide (eg width: 1920px), a strange phenomenon will occur if long sentences are entered here.
Specifically, it is when the mouse cursor is placed on the [Move/Copy Toggle] button.
Please look at the image below. This is GIF. I am not playing! XDThis phenomenon occurred in MLFolders 4.1.4 and Japanese version Windows10 and confirmed with IE 11 and Chrome 64.0.3282.186.
I do not know the difficult thing, so I’m dealing with it in the maxgalleria-media-library.css file as follows.
.media-toolbar-secondary {
width: 100%;
}/* From here it is the original text of Japanese. */
こんにちは、このプラグインはとても役に立っています。
しかし、問題が発生しました。
Media Library Foldersの画面には、<div id=”folder-message”></div>という、説明文のためのコンテナがあります。
ウィンドウサイズが広い場合(例えばwidth:1920px)、ここに長い文が入ると奇妙な現象が起こります。
具体的には、[Move/Copy Toggle]ボタンの上にマウスカーソルを置いた時です。
下の画像を見てください。これはGIFです。遊んでいるわけではありません!XDこの現象は、MLFolders4.1.4と日本語版Windows10で起きて、IE11 と Chrome 64.0.3282.186 で確認した。
私は難しい事が分からないので、とりあえずmaxgalleria-media-library.cssファイルにこう書いて対処しています。
.media-toolbar-secondary {
width: 100%;
}
The topic ‘Problem with long explanation in div#folder-message’ is closed to new replies.