thaider / Tweeki

MediaWiki skin based on Twitter's Bootstrap
http://tweeki.kollabor.at
Other
128 stars 31 forks source link

Mediawiki1.35.1 TOC scrollspy #228

Closed michiOO closed 2 years ago

michiOO commented 2 years ago

With Mediawiki 1.35.1, the TOC scrollspy does not work.

Updating Mediawiki improved the situation, but I can't use this method because updating affects other extensions.

I'm guessing this is due to the version of jQuery. Is there a better solution?

Please let me know.

thaider commented 2 years ago

Hi. What's the exact version of Tweeki that you're using? And could you provide a screenshot of a page with non-working TOC scrollspy? There's a known issue with special chars, do you have any (like a German umlaut) in your headings?

michiOO commented 2 years ago

Thanks for the answer.

The version of Tweeki is 2.0.1.

I found a new fact while making the screenshot. I'm attaching the screenshot.

I'm Japanese, and I'm running a Japanese site. I have a Japanese site, but it doesn't seem to work properly in Japanese.

Please check.

ENGLISH Test11

OK Test22

JAPANESE テスト11

NG テスト22

thaider commented 2 years ago

Could you try if puting the following line in LocalSettings.php solves the problem:

$wgFragmentMode = ['html5','legacy'];
michiOO commented 2 years ago

直りました!

ありがとう。心より感謝します。

ok