User Details
- User Since
- Jul 27 2023, 5:36 AM (142 w, 1 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Ioaxxere [ Global Accounts ]
Dec 2 2025
This is a great idea and would make the "random page" feature *much* more useful. Hopefully it doesn't prove to be too difficult to implement.
Nov 30 2025
Nov 28 2025
Nov 27 2025
Sep 18 2025
@Dragoniez my zoom level is 100% with a viewport width of 1280 pixels (window.innerWidth). But zooming out to 90%, resulting in the width being 1422 pixels, removes the scrollbar.
Aug 27 2025
@cscott would it be possible to have two functions, which can be used depending on whether one wishes for the normalization step?
Aug 15 2025
@TJones Thanks for the writeup. So it seems like the paradoxical situation arises because, in response to ſ, the normalizer tries S before s. Given that ſ is always s and never S in actual usage, this seems suboptimal, so I support the early normalization idea. But I am really surprised that all of your benchmarks showed string operations taking at least a full microsecond (an eon by modern CPU standards), including when nothing is changed at all! Is it possible that the actual performance killer is just PHP overhead? It seems like PHP supports FFI, though I doubt it will come to that.
Jul 23 2025
May 6 2025
Apr 15 2025
This is a disappointing response. A horizontal scrollbar does not equal "broken". Content being cut off is absolutely, unambiguously, broken. Moreover, a horizontal scrollbar on the entire page has the advantage of allowing a mobile user to zoom out the viewport and get a better view of the wide content, and a horizontal scrollbar on an individual element doesn't.
Apr 14 2025
Noting that this has also broken Wikipedia articles with wide equations, e.g. https://en.m.wikipedia.org/wiki/Trace_(linear_algebra)
Apr 13 2025
Apr 10 2025
Mar 24 2025
I got this error on a couple of pages just now, not sure if it's related to this.
Mar 19 2025
Mar 5 2025
Feb 20 2025
This bug is still present as of 2025, but I see that this report hasn't even been triaged. Is there any reason for that?
Jan 22 2025
I added some instrumentation an hour ago: https://en.m.wiktionary.org/w/index.php?title=MediaWiki:Mobile.js&diff=prev&oldid=83679756 and it seems this bug only impacted less than 100 page views in the last hour, so I don't think this is something we need to seriously worry about. I can leave the instrumentation running a bit longer to get a sense of daily impact if that helps reassure you.
Jan 19 2025
Update: looks like frwikt, the second largest Wiktionary, has deployed an adapted version of the gadget (https://fr.wiktionary.org/wiki/MediaWiki:Gadget-wikt.page-preview.js) which is pretty cool.
The user experience on mobile is once again rough.
Jan 12 2025
@Jdlrobson could you please retry the night mode check with the AutoContrastFixer gadget enabled? As explained in the issue description it is necessary to automatically fix contrast issues until all of our templates are updated.
Dec 8 2024
All done.
@Pppery Thanks for letting me know. In that case I'm going to assign it to myself :D
Dec 7 2024
Dec 2 2024
Nov 30 2024
This seems to still be occurring on certain pages like Special:Log.
Nov 28 2024
@SToyofuku-WMF Looks to be working now! I've created a task to enable dark mode for logged-out users: T381058
Nov 27 2024
Doesn't seem to be live on enwikt — do I need to clear my cache?
Nov 5 2024
Nov 2 2024
Oct 26 2024
@Jdlrobson — actually, after doing some more digging I think this involves adding the mobile-anon-talk flag to the wiki. But I'm not sure whether that does the same thing as what you proposed.
Oct 23 2024
I noticed that jQuery (300 KB) is still getting loaded unconditionally. What if we had it off *by default* (i.e. in safemode) and only loaded it when someone uses a script that has it as a dependency?
Oct 19 2024
Oct 15 2024
@Formatierer: Just letting you know that I have documented this bug/feature here: https://www.mediawiki.org/w/index.php?title=Manual:PAGENAMEE_encoding&diff=prev&oldid=6798438. Fixing it now after almost a year would probably break some system relying on the *new* behaviour, and it doesn't even look like any progress is being made. In my opinion, you might as well just mark this as resolved if my documentation looks okay.
Oct 11 2024
@Jdlrobson here's how it looks on Wikipedia on (Chrome 129.0.6668.100):
I think @Surjection is being too pessimistic. Mobile has been problematic in various ways for a while so it's understandable that a slightly suboptimal setting has flown under the radar. However, it seems a little silly to be so worried about reflows when the site already has popups and banners that are *much* more disruptive than what's being proposed. Also, it doesn't matter how long T374883 takes because I *oppose* applying it on the basis that it precludes any Wiktionary specific logic that we could apply through JavaScript. For example, on an entry with a large English section and a couple small sections in other languages (e.g. https://en.m.wiktionary.org/wiki/coke) it seems like a no-brainer to have English expanded. But on an entry like https://en.m.wiktionary.org/wiki/bulan it seems more reasonable to have everything collapsed and to show the miniTOC instead. This can be hashed out on-wiki. My suggestion to the developers is: if reflow is a concern, allow us to control collapsing behavior on the server side — maybe a special keyword like _COLLAPSED_ in the wikitext. Then a template can be added with whatever custom logic is necessary.
Oct 9 2024
Oct 5 2024
I agree that some hacky JS isn't ideal because users would see a flash of the collapsed headers until that code runs. If there's a reasonable ETA for @Jdlrobson's idea then we could wait for that. But as I wrote in the on-wiki discussion there's value to have a system managed by the community which can be customized as necessary (e.g. always expand English and Translingual, or go by section size, etc etc).
Oct 3 2024
Oct 2 2024
@Jdlrobson thank you for clearing that up. My issue, which referenced Minerva specifically, was closed as a duplicate of this one which I guess must have been a mistake. Thank you for the patch!
Sep 29 2024
@jhsoby the patch you linked is from June — how could it be only taking effect now?
Add to your CSS:
Sep 11 2024
Using JavaScript for this in MediaWiki core makes no sense because this is completely static content (on Wiktionary it's implemented this way purely by necessity). Also, it doesn't seem like it checks whether or not the link is a redlink. If I were implementing this as a gadget, I would put all of the links into the Parse API and use that (so one API call per page — not too bad) to guarantee that the HTML is exactly the same as it would be on a regular page.
Sep 9 2024
Not sure if this is the right place for this but I was referred to this task by @Izno. Is it possible to locally disable all the overrides containing the hacky selector [style*="background"]? To be clear, I want things as broken as possible to make it easy to identify which templates need to be updated.
Aug 26 2024
Aug 19 2024
We were able to work around this issue using some JavaScript (diff), so I think this task is no longer necessary.
Aug 8 2024
I agree with stjn above. This is the only reasonable solution.
Aug 5 2024
@ovasileva @Jdlrobson: This has been resolved on the English Wiktionary with the introduction of a new gadget (https://en.wiktionary.org/wiki/MediaWiki:Gadget-PagePreviews.js) capable of previewing a wide range of links. Perhaps the code can be reused on other projects. By the way, your acceptance criteria are not very well thought-out in my opinion.
Jul 24 2024
Jul 23 2024
Jul 20 2024
@stjn this appears to still be a problem as seen at https://en.m.wiktionary.org/wiki/water. I was able to fix it by applying the style
.mw-heading * {
word-break: normal;
}Jul 15 2024
The same issue exists on the English Wiktionary mobile site as seen here. The button is supposed to say "Look up".
I was able to fix this by adding a style into my common.css:
.mw-inputbox-form-inline input {
min-width: fit-content;
}
@Jdlrobson it has been over a year, has there been any progress made on this issue?
Jul 4 2024
I think this could resolve this - https://gerrit.wikimedia.org/r/c/css-sanitizer/+/1052146
@Ebrahim Could you look into this?
Jun 27 2024
@Jdlrobson why was this removed? It's very unintuitive that Mediawiki:Mobile.js works as expected but not this. As a stopgap (that also works with CSS) I've noticed that body.mw-mf only exists on the mobile site.
Jun 16 2024
Jun 10 2024
Why can't the entire text be rendered at load time? As long as the browser doesn't run out of memory and crash, it should work fine. I would personally find infinite scroll annoying if for example I were reading Wikisource on an unstable connection.





