Page MenuHomePhabricator

Nux (Maciej Jaros)
Volunteer dev

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Oct 13 2014, 5:14 PM (582 w, 6 h)
Availability
Available
LDAP User
Unknown
MediaWiki User
Nux [ Global Accounts ]

Full stack developer and a tech lead in a daily job. I mainly deal with web stuff, and in wikimedia I mainly write gadgets (CSS/JS). UI/UX enthusiast.
On wikipedia since 2005.

Recent Activity

Wed, Nov 19

Nux added a comment to T405861: Add support for generating non-interactive SVG images via Scribunto.

To be clear, the static parts of vega only. Vega had a lot of dynamic interactive features (which nobody ever used) which isn't viable with this method. Even things like tooltips are hard. Additionally some data sources are not available from lua (e.g. i think vega let you make sparql queries)

Wed, Nov 19, 3:12 PM · User-notice-archive, MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), SVG, Scribunto

Tue, Nov 18

Nux created T410435: The filter damaging=verylikelybad not availble for API:Feedrecentchanges.
Tue, Nov 18, 5:46 PM · Moderator-Tools-Team, Machine-Learning-Team, MediaWiki-extensions-ORES, MediaWiki-Recent-changes, MediaWiki-Action-API

Tue, Nov 11

Nux added a comment to T52896: VisualEditor: Support editing citations defined within a template.

...
Meanwhile, to make sure, code like this *will* work with VE, right?

<references>
<ref name="miller2005">…</ref>
<ref name="brown2006">…</ref>
</references>

if so, I'll use these for now. doesn't seem much worse than {{reflist}}, and much better than the scourge that is inline refs.

Tue, Nov 11, 1:05 AM · VisualEditor-MediaWiki-References, VisualEditor, VisualEditor-EditingTools

Nov 3 2025

Nux added a comment to T290778: [Config change] Enable automatic topic subscriptions in all editing interfaces.

✅ Visit Special:Preferences#mw-prefsection-editing and ensure the automatic topic subscription setting is enabled within the Discussion pages section
✅ Using each of the Editing interfaces listed above, do the following:
❌ Start a new discussion and verify that after doing so you, you have been automatically subscribed to the new discussion you just started

Nov 3 2025, 8:42 PM · Editing-team (Kanban Board), Design, User-notice, TPP-Scaling, DiscussionTools

Oct 30 2025

Nux added a comment to T408733: Limit number of userjs preferences each user is allowed to hold.

I seem to have more then 500 but almost all of them from core, only 20 from gadgets.

obraz.png (100×436 px, 7 KB)

{
let all = Object.keys(mw.user.options.values);
let user = all.filter(v=>v.startsWith('userjs'));
console.log({all, user})
}
Oct 30 2025, 4:25 PM · MW-1.46-notes (1.46.0-wmf.2; 2025-11-12), MediaWiki-Platform-Team (Radar), MediaWiki-Core-Preferences, MediaWiki-extensions-Gadgets

Oct 27 2025

Nux added a comment to T334372: Add support for inline SVG.

I don't understand why T405861 (Lua implementation) was merged and not this task. The effects for readers are the same, but T405861 only works in Lua (so less use cases for creators). I don't understand this decision.

Lua can be used anywhere wiki markup can be used, so I don't see how use cases are lesser. T405861 also has additional benefits described in its task description.

Oct 27 2025, 8:55 AM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

Oct 26 2025

Nux added a comment to T334372: Add support for inline SVG.

I don't understand why T405861 (Lua implementation) was merged and not this task. The effects for readers are the same, but T405861 only works in Lua (so less use cases for creators). I don't understand this decision.

Oct 26 2025, 4:13 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser
Nux added a comment to T405861: Add support for generating non-interactive SVG images via Scribunto.

I did a quick PoC to replace Pie chart with SVG. This is a no go unfortunately.

Oct 26 2025, 4:05 PM · User-notice-archive, MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), SVG, Scribunto
Nux placed T334372: Add support for inline SVG up for grabs.
Oct 26 2025, 2:09 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

Oct 17 2025

Nux added a comment to T340187: Enable pl.wikisource clienterrors monitoring in Logstash.

The idea was to enable logging on plwikisource first, and then possibly enable it across all of Wikisource later, depending on the volume of errors. I'm still an interface admin on Wikisource, so I can still help get this going :)

Oct 17 2025, 9:31 PM · Patch-For-Review, Test Kitchen, Wikimedia-Site-requests

Oct 13 2025

Nux created T407160: Autocomplete shows suggestions for special search keywords like insource: and intitle:.
Oct 13 2025, 9:17 PM · Discovery-Search (2025.10.20 - 2025.12.31), CirrusSearch

Sep 30 2025

Nux added a subtask for T245299: [Epic] Sub-reference support in VE: T406002: Regression: Cannot change main content of main+details.
Sep 30 2025, 8:05 AM · Cite (Sub-referencing), WMDE-TechWish-Sprint-2023-05-03, Epic, WMDE-References-FocusArea, Editing-team (Tracking), VisualEditor
Nux added a parent task for T406002: Regression: Cannot change main content of main+details: T245299: [Epic] Sub-reference support in VE.
Sep 30 2025, 8:05 AM · Patch-For-Review, Regression, WMDE-TechWish-Sprint-2025-09-30-Crème-Brulée-with-Berry-Ice-Cream, Cite (Sub-referencing), WMDE-References-FocusArea, VisualEditor
Nux created T406002: Regression: Cannot change main content of main+details.
Sep 30 2025, 8:03 AM · Patch-For-Review, Regression, WMDE-TechWish-Sprint-2025-09-30-Crème-Brulée-with-Berry-Ice-Cream, Cite (Sub-referencing), WMDE-References-FocusArea, VisualEditor

Sep 28 2025

Nux added a comment to T334372: Add support for inline SVG.

BTW. Still waiting for the merge. I think the patch is ready for action :)

Patches with merge conflicts can't be merged.

Sep 28 2025, 8:40 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

Sep 25 2025

Nux added a comment to T334372: Add support for inline SVG.

Please note using div+css to create charts (e.g. https://en.wikipedia.org/wiki/Template:Pie_chart) may be considered a hack instead of a proper solution - the "chart" is not a proper image you can download.

Sep 25 2025, 4:19 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser
Nux added a comment to T200632: Allow template parameters to provide CSS to a templatestyles stylesheet.

While it would be better than nothing, it is not really a ‘compromise approach’ since one of the best uses for CSS variables is to simplify colour assignment. I don’t think there’s anything wrong with the idea, though.

Sep 25 2025, 2:53 PM · css-sanitizer, TemplateStyles

Sep 23 2025

Nux added a comment to T372980: Provide a way to override MW configs (i.e. edit LocalSettings.php).

One part of this would be: are there any settings we shouldn't allow folks to override? Things that would allow admins to collect data about users (e.g., $wgCheckUserClientHintsEnabled)—this is the one I know about, but are there others?

Sep 23 2025, 9:46 PM · Catalyst (PatchDemo)

Sep 12 2025

Nux added a comment to T404421: [Bug] List-defined refs only used inside of a template are removed by visual editor.

Oh, so that was because of {{r}}... Then yes, that does seem to work now. Thanks for the rapid fix :)

Sep 12 2025, 9:33 AM · WMDE-TechWish-Sprint-2025-09-16-Green-Tea-Icecream, Patch-For-Review, Unplanned-Sprint-Work, Cite, WMDE-TechWish-Sprint-2025-09-03-Salted-Caramel-Icecream, VisualEditor, VisualEditor-MediaWiki, VisualEditor-MediaWiki-References
Nux added a comment to T404421: [Bug] List-defined refs only used inside of a template are removed by visual editor.

We have two reports of multiple removals or refs defined in the reference tag. I assume this is the same problem?

Sep 12 2025, 9:20 AM · WMDE-TechWish-Sprint-2025-09-16-Green-Tea-Icecream, Patch-For-Review, Unplanned-Sprint-Work, Cite, WMDE-TechWish-Sprint-2025-09-03-Salted-Caramel-Icecream, VisualEditor, VisualEditor-MediaWiki, VisualEditor-MediaWiki-References

Sep 10 2025

Nux added a comment to T320322: Support defining CSS variables in TemplateStyles.

@Volker_E I’m not sure if --color-main is a good name: it’s likely to clash with software-defined variables. I’d treat standard prefixes like --color-, --background- etc. as reserved, which should not be used in on-wiki definitions (usage is of course fine).

Sep 10 2025, 3:23 PM · Design-System-Team, css-sanitizer, TemplateStyles

Sep 2 2025

Nux updated the task description for T402601: Compile list of templates, jargon and policies relevant to Copyvio.
Sep 2 2025, 2:08 PM · User-notice-archive, Editing-team (Kanban Board), Goal, OKR-Work, EditCheck
Nux added a comment to T402601: Compile list of templates, jargon and policies relevant to Copyvio.

I think "copyvio" might be used sometimes for images, but rarely. We have a tool for adding common phrases to summary that adds NPA with a link, so that would be the most popular.

Sep 2 2025, 7:53 AM · User-notice-archive, Editing-team (Kanban Board), Goal, OKR-Work, EditCheck

Sep 1 2025

Nux added a comment to T372180: Allow third-party scripts to show "Show IP" buttons.

On plwiki, we need this for reviews so that we can clearly identify who is making changes and avoid misidentification (see more details in T402213).

Sep 1 2025, 1:47 PM · Trust and Safety Product Team, Temporary accounts

Aug 27 2025

Nux added a comment to T400696: FY25-26 WE1.4.1 RecentChanges database performance improvements.

I mentioned this already on the cloud mailing list, but please remeber to update the documentation if you are making database changes.

Aug 27 2025, 1:17 PM · OKR-Work, Moderator-Tools-Team, Data-Persistence, Epic, MediaWiki-Recent-changes

Aug 22 2025

Nux added a comment to T399911: Preview of changes doesn't work on temp accounts.

Also cannot reproduce now. The full URL was something like this:
https://pl.wikipedia.org/wiki/Dyskusja%20wikipedysty:~2025-19895-4?action=edit&section=new&dtenable=0&newsectionname=%5Bhttps%3A%2F%2Fpl.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DWikipedia%3AZg%25C5%2582o%25C5%259B_b%25C5%2582%25C4%2585d_w_artykule%26diff%3Dprev%26oldid%3D77205824%23Felix_Hausdorff%20Ad%3AFelix%20Hausdorff%5D
(long link has parameters for auto-text added by a gadget)

Aug 22 2025, 3:15 AM · Editing-team, Trust and Safety Product Team, MediaWiki-Page-editing
Nux added a comment to T402213: Add top octets or network hash to account name.

@Nux Hello! I appreciate you taking the time to file this ticket.

I should be able to tell if this is the same user. Some ways to do that:

  • Reveal IPs in history preview (screen below).

Can you explain this a bit more? I'm not sure I understand this suggestion.

Aug 22 2025, 3:05 AM · PM, Product Safety and Integrity, SecTeam-Processed, Security, Temporary accounts

Aug 18 2025

Nux created T402213: Add top octets or network hash to account name.
Aug 18 2025, 7:37 PM · PM, Product Safety and Integrity, SecTeam-Processed, Security, Temporary accounts

Aug 10 2025

Nux created T401542: Lua's mw.addWarning() shows only the last warning in the preview.
Aug 10 2025, 9:31 AM

Jul 17 2025

Nux created T399911: Preview of changes doesn't work on temp accounts.
Jul 17 2025, 11:39 PM · Editing-team, Trust and Safety Product Team, MediaWiki-Page-editing

Jul 10 2025

Nux added a comment to T398521: TypeError alert: closestPositiveEntry is undefined .

Sure. If it works, it works. It's just that I noticed there are some browsers that don't define document.body (browsers connecting to wiki), so having a weird IntersectionObserver impl wouldn't surprise me anymore :)

Jul 10 2025, 11:47 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Vector 2022, Reader Experience Team, Readers Essential Work 2025

Jul 9 2025

Nux added a comment to T398521: TypeError alert: closestPositiveEntry is undefined .

What if entries can actually be empty in some Tizen/Bravia TVs? That would make both closestNegativeEntry and closestPositiveEntry undefined at the end.

Jul 9 2025, 11:27 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Vector 2022, Reader Experience Team, Readers Essential Work 2025
Nux created T399103: Add an option to disable or change search shortcut for new syntax highlighter.
Jul 9 2025, 4:10 PM · MediaWiki-extensions-CodeMirror

Jul 7 2025

Nux added a comment to T106463: [EPIC] Ready responsive Vector for wider deployment.

Hi, would it be possible to enable this on Wikidata? The Wikidata item interface is not very flexible at the moment, but it is workable with some CSS (I made a workable CSS for myself). The ability to use Vector would provide some options for editing properties. As you might know already – It's a highly demanded feature: https://meta.m.wikimedia.org/wiki/Community_Wishlist_Survey_2023/Wikidata/Adding_statements_on_mobile_devices

Jul 7 2025, 10:33 PM · Readers Essential Work 2025, Wikimedia-Hackathon-2024, Vector 2022, Epic

Jul 3 2025

Nux added a comment to T6845: CAPTCHA doesn't work for people with visual impairments.

Note that, starting from 28 June 2025 (so just last week), services such as Wikipedia I think are formally required to comply with the European Accessibility Act (EAA):
https://commission.europa.eu/strategy-and-policy/policies/justice-and-fundamental-rights/disability/union-equality-strategy-rights-persons-disabilities-2021-2030/european-accessibility-act_en

Jul 3 2025, 6:41 PM · SecTeam-Processed, ConfirmEdit (CAPTCHA extension), Accessibility, Design, WCAG-Level-A
Nux created T398634: Registration form is not accessible (WCAG, EU a11y act).
Jul 3 2025, 2:10 PM

Jun 27 2025

Nux added a comment to T397887: Indicate the FlaggedRevs revision status on Special:IPContributions.

FlaggedRevs styles not loading.

Jun 27 2025, 8:01 PM · MW-1.45-notes (1.45.0-wmf.22; 2025-10-07), Product Safety and Integrity (Sprint Apfel Strudel (Sep 29 - Oct 17)), Temporary accounts, CheckUser, FlaggedRevs

Jun 14 2025

Nux added a comment to T395884: Select current value of the search box when pressing enter.

Note that template data loads quite fast. You can test on enwiki, as previous behavior still works there (no favourites yet).

Jun 14 2025, 9:55 PM · MW-1.45-notes (1.45.0-wmf.13; 2025-08-05), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template), Community-Tech (Fox Squad), TemplateData

Jun 8 2025

Nux created T396308: PNG thumbnail of SVG map incorrectly rendered with DPR: 2.
Jun 8 2025, 5:12 PM · Thumbor

Jun 5 2025

Nux added a comment to T395490: Support rendering previews of charts as thumbnail images.

yeh the only downside is dark mode support which wouldn't be compatible with a rendered SVG: https://patchdemo.wmcloud.org/wikis/f78c465586/wiki/Charts?vectornightmode=1

Jun 5 2025, 7:28 PM · Charts

May 29 2025

Nux added a comment to T376845: Allow editors to control size of charts.

This would be very useful. In articles with infobox templates e.g. https://it.wikipedia.org/wiki/Nienburg/Weser, graphs tend to "clear" instead of "floating" next to the infobox.

Current behaviour (on Desktop):Expected behaviour:
Screenshot 2025-03-15 alle 19.26.16.png (1×2 px, 265 KB)
Screenshot 2025-03-15 alle 19.33.08.png (1×2 px, 382 KB)

Next to the infobox template, not under it leaving blank space.

May 29 2025, 1:59 AM · Charts
Nux added a comment to T395490: Support rendering previews of charts as thumbnail images.

Hm... Scaling should work fine in an <img> tag. Just generate the SVG and encode it as a data URI. Here's a PoC:
https://patchdemo.wmcloud.org/wikis/f78c465586/wiki/Charts

May 29 2025, 1:44 AM · Charts

May 28 2025

Nux added a comment to T395281: Add classes or parameters to hide elements of the chart.

{{#chart:Global wind power production.chart|title=hide|legend=hide}}

Sounds good to me.

May 28 2025, 8:26 PM · Charts
Nux added a comment to T367821: Discovery: Deprecation of TLS 1.2.

This only affect 3rd party tools like AWB, not Edge browser which is based on Chromium. Also, Windows 10 will be EOL later this year.

May 28 2025, 1:06 AM · User-notice, Browser-Support-Apple-Safari, Browser-Support-Google-Chrome, Browser-Support-Firefox, Traffic

May 27 2025

Nux added a comment to T395281: Add classes or parameters to hide elements of the chart.

We had a discussion about using some Data:*.chart as a template—using it with very different data (many *.tab) on many pages. One of the concerns was that someone might add a title and break many pages. Not sure if this is a justified fear; I guess we just don't know how it will work from the human side of things.

May 27 2025, 1:00 AM · Charts

May 26 2025

Nux renamed T395281: Add classes or parameters to hide elements of the chart from Add classes or parameters to hide elements of the graph to Add classes or parameters to hide elements of the chart.
May 26 2025, 8:15 PM · Charts
Nux created T395281: Add classes or parameters to hide elements of the chart.
May 26 2025, 8:15 PM · Charts
Nux added a comment to T395272: Show client-rendered version of Charts on preview.

Oh. I was told T393306 might be related.

May 26 2025, 5:46 PM · Charts
Nux created T395272: Show client-rendered version of Charts on preview.
May 26 2025, 5:46 PM · Charts

May 23 2025

Nux added a comment to T394879: Include backup and restore information on PatchDemo main page.

As I lost one of my Patchdemo installations, I think it would be great to have an extra section on backups.

What do you mean lost? Like it was deleted?

May 23 2025, 11:19 PM · Catalyst (PatchDemo)

May 21 2025

Nux renamed T394879: Include backup and restore information on PatchDemo main page from Add backup important to PatchDemo main page to Include backup and restore information on PatchDemo main page.
May 21 2025, 2:53 AM · Catalyst (PatchDemo)
Nux created T394879: Include backup and restore information on PatchDemo main page.
May 21 2025, 2:52 AM · Catalyst (PatchDemo)
Nux created T394878: Add option to enable some options in LocalSettings.php.
May 21 2025, 2:37 AM · Catalyst (PatchDemo)
Nux added a comment to T334372: Add support for inline SVG.

Added some examples and info to patch demo.

May 21 2025, 1:44 AM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser
Nux updated the task description for T334372: Add support for inline SVG.
May 21 2025, 12:59 AM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

May 20 2025

Nux added a comment to T390482: Create a skip link framework for in-content navigation etc.

While the placement of the link is not ideal, it is what it is for now. To understand why it needs to be there, please read a transcript of the video here: T390443#10711208 (in short: a blind person can—and probably will—start with the h1 to make sure where they are). You can also watch a full test or watch just the part about trying to read an article.

May 20 2025, 10:00 PM · MediaWiki-User-Interface, Accessibility
Nux added a comment to T358792: 'vector-body-before-content' container create too much white space on subpages in Vector 2022.

I don’t think the accessibility issue is resolved by a skip link in any meaningful way, as T13555 details. The issue is that the header is wrongfully announced as [Full title] edytuj if you try to use it for navigation. Now, after your edit, it is in most senses even worse, since that skip link is also added to the header, so the header text is now announced as [Full title] Przejdź do treści edytuj. The thing that needs to be fixed is the edit link (as well as any other elements) being inside <h1>. The problem is that while Vector 2022 allows to fix that potentially, other skins do not.

May 20 2025, 9:19 PM · Readers Essential Work 2025 (Make Vector 2022 the default skin everywhere), Local-Wiki-Template-And-Gadget-Issues, Design, Vector 2022
Nux added a comment to T358792: 'vector-body-before-content' container create too much white space on subpages in Vector 2022.

Added a skip link before the edit link (T390482). That should cover WCAG problems arising from a link in header (or at least some of it) and also resolve some other issues.

obraz.png (189×988 px, 25 KB)

May 20 2025, 9:00 PM · Readers Essential Work 2025 (Make Vector 2022 the default skin everywhere), Local-Wiki-Template-And-Gadget-Issues, Design, Vector 2022
Nux added a comment to T390482: Create a skip link framework for in-content navigation etc.

For now on plwiki we used:

<a class="mw-jump-link" href="#mw-content-text">

Please let me know if this is OK to use that class. Seems to work fine:

obraz.png (189×988 px, 25 KB)

May 20 2025, 8:49 PM · MediaWiki-User-Interface, Accessibility

May 19 2025

Nux updated the task description for T334372: Add support for inline SVG.
May 19 2025, 12:25 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

May 12 2025

Nux updated the task description for T393886: Remove talk pages from WantedPages (missing pages list).
May 12 2025, 6:42 PM · MediaWiki-Special-pages
Nux added a comment to T393655: SPARQL shows redirect with original data months after merge.

There is also a 2nd one in Poland if that helps:
https://www.wikidata.org/w/index.php?title=Q122261336&action=history

May 12 2025, 5:30 PM · Discovery-Search (2025.05.24 - 2025.06.13), Wikidata
Nux created T393886: Remove talk pages from WantedPages (missing pages list).
May 12 2025, 12:19 PM · MediaWiki-Special-pages

May 11 2025

Nux created T393857: Update WantedPages on plwiki.
May 11 2025, 11:51 PM · Wikimedia-maintenance-script-run

May 7 2025

Nux created T393655: SPARQL shows redirect with original data months after merge.
May 7 2025, 10:46 PM · Discovery-Search (2025.05.24 - 2025.06.13), Wikidata

May 6 2025

Nux added a comment to T334372: Add support for inline SVG.

Thank you for your support. I did keep in mind the need to make this feature as secure as possible and opted for a sandboxed mode that, by design, doesn't run any kind of scripts (see: SVG as image security). So it should both be secure and future friendly (as browsers evolve).

May 6 2025, 8:40 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

May 5 2025

Nux added a comment to T334372: Add support for inline SVG.

It seems VE doesn't work in Minerva on current version and I did switch main user in previous to Minerva (hence probably why it might not have worked for cscott).

May 5 2025, 9:08 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

May 4 2025

Nux added a comment to T334372: Add support for inline SVG.

Latest demo (minus some cleanup):
https://patchdemo.wmcloud.org/wikis/32e7a844e0/wiki/Talk:Main_Page

May 4 2025, 11:25 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser
Nux claimed T334372: Add support for inline SVG.
May 4 2025, 11:24 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

May 2 2025

Nux added a comment to T208935: On Special:WantedPages allow to filter and order by count by namespace of redlink.

Contributions page has a call-to-action link pointing to Special:Wantedpages as of late.

May 2 2025, 10:42 PM · MediaWiki-Special-pages

Apr 10 2025

Nux created T391610: Client-side filter or search box for the Table of Contents (ToC) on Vector.
Apr 10 2025, 5:04 PM · Vector 2022
Nux added a comment to T390443: Add skip link to actual search results on search page.

The videos are available again. The video is in Polish. Rough transcript in previous comment: #10711208. I forgot some details, but that's probably still a good summary. Some extra notes:

Apr 10 2025, 12:28 PM · Discovery-Search, CirrusSearch, MediaWiki-Search, Accessibility

Apr 4 2025

Nux added a comment to T390443: Add skip link to actual search results on search page.

There is another solution. I just remembered that, instead of skip links, MediaWiki could add off-screen headers. This was said to be helpful during the review of my company's product. You can see an example of off-screen content using this link:
https://libra.lib.mol.pl/?debug=true
(click on "Pokaż/schowaj offscreen")

Apr 4 2025, 12:27 AM · Discovery-Search, CirrusSearch, MediaWiki-Search, Accessibility

Apr 3 2025

Nux added a comment to T390443: Add skip link to actual search results on search page.

There is also a problem if user skips to H1 and then try to find search results.

It is unclear from this statement what the problem is ? This seems an assumption about page layout, that while often true, is simply NOT a rule that can and should be relied upon.

Apr 3 2025, 11:55 PM · Discovery-Search, CirrusSearch, MediaWiki-Search, Accessibility
Nux added a comment to T386844: Reposition Community Updates text when too long.

Works great on plwiki too. Thank you.

Apr 3 2025, 11:17 PM · MW-1.44-notes (1.44.0-wmf.23; 2025-04-01), Growth-Team (Current Sprint), GrowthExperiments-Community-Updates

Apr 2 2025

Nux added a comment to T390830: Cookie warning, errors and new SUL3.

That would mean 3-10 cookies, and avoid setting up separate sessions on 150 websites.

This is pretty much what happens. I'm not sure where you got the idea that 150 websites are involved.

Apr 2 2025, 12:32 PM · MediaWiki-extensions-CentralAuth, MediaWiki-Platform-Team, SUL3
Nux updated the task description for T390830: Cookie warning, errors and new SUL3.
Apr 2 2025, 9:11 AM · MediaWiki-extensions-CentralAuth, MediaWiki-Platform-Team, SUL3
Nux created T390830: Cookie warning, errors and new SUL3.
Apr 2 2025, 9:09 AM · MediaWiki-extensions-CentralAuth, MediaWiki-Platform-Team, SUL3

Mar 30 2025

Nux updated subscribers of T390443: Add skip link to actual search results on search page.

I want to highlight a point made by @Masti after the presentation — we might consider recommending a different skin for screen reader users (not sure if that could be done via a hidden button that triggers the switch?). That would probably be a separate task, and maybe only worth pursuing if skip links in the default skin (Vector 2022) turn out to be insufficient, infeasible, or otherwise problematic.

Mar 30 2025, 4:19 PM · Discovery-Search, CirrusSearch, MediaWiki-Search, Accessibility
Nux created T390482: Create a skip link framework for in-content navigation etc.
Mar 30 2025, 3:35 PM · MediaWiki-User-Interface, Accessibility
Nux created T390443: Add skip link to actual search results on search page.
Mar 30 2025, 1:44 PM · Discovery-Search, CirrusSearch, MediaWiki-Search, Accessibility

Mar 25 2025

Nux renamed T389902: Add links to template styles, modules and interface calls from Add links to template styles, modules and to Add links to template styles, modules and interface calls.
Mar 25 2025, 1:24 AM · MW-1.45-notes (1.45.0-wmf.7; 2025-06-24), MediaWiki-extensions-CodeMirror
Nux created T389902: Add links to template styles, modules and interface calls.
Mar 25 2025, 1:23 AM · MW-1.45-notes (1.45.0-wmf.7; 2025-06-24), MediaWiki-extensions-CodeMirror

Mar 19 2025

Nux added a comment to T334372: Add support for inline SVG.

It seems like some people use "inline SVG" to refer to an <img> tag with an SVG data URL in the src attribute, but that's not the usual meaning of "inline SVG."

Mar 19 2025, 5:24 PM · Patch-For-Review, Wikimedia-Hackathon-2024, MediaWiki-Parser

Mar 8 2025

Nux added a comment to T386844: Reposition Community Updates text when too long.

Note that the way this box is laid out, it would be hard to control it. I made some attempts using grid, but that didn't work well. Once I let go and just used a good old float, it just works. The text flows nicely, and you don't need to truncate it. See my layout proposal:

obraz.png (176×485 px, 16 KB)
obraz.png (220×296 px, 15 KB)
Mar 8 2025, 7:51 PM · MW-1.44-notes (1.44.0-wmf.23; 2025-04-01), Growth-Team (Current Sprint), GrowthExperiments-Community-Updates

Mar 5 2025

Nux created T388064: Layout and structure of CommunityUpdates is weird.
Mar 5 2025, 10:59 PM · Growth-Team, GrowthExperiments-Community-Updates
Nux claimed T326906: aspect-ratio is not supported in css sanitizer.
Mar 5 2025, 9:06 PM · TemplateStyles, css-sanitizer
Nux added a comment to T375344: CSS Box Sizing Module Level 4 in css sanitizer.

As suggested by Tim Starling in the code review, I added more properties:

Mar 5 2025, 9:05 PM · TemplateStyles, css-sanitizer
Nux claimed T375344: CSS Box Sizing Module Level 4 in css sanitizer.
Mar 5 2025, 8:58 PM · TemplateStyles, css-sanitizer
Nux updated the task description for T375344: CSS Box Sizing Module Level 4 in css sanitizer.
Mar 5 2025, 8:55 PM · TemplateStyles, css-sanitizer

Jan 11 2025

Nux created T383501: Add language to footer icons.
Jan 11 2025, 10:07 PM · MW-1.44-notes (1.44.0-wmf.18; 2025-02-25), MediaWiki-User-Interface

Jan 1 2025

Nux created T382857: Short dropdown label for paragraph styles.
Jan 1 2025, 4:26 PM · VisualEditor

Dec 30 2024

Nux added a comment to T382800: Arrow functions break the syntax parser in the code editor.

Confirmed on archived ACE version:
https://web.archive.org/web/20240324151011/https://ace.c9.io/

Dec 30 2024, 3:28 PM · Ace editor updates, MW-1.44-notes (1.44.0-wmf.12; 2025-01-14)

Dec 27 2024

Nux created T382800: Arrow functions break the syntax parser in the code editor.
Dec 27 2024, 11:19 PM · Ace editor updates, MW-1.44-notes (1.44.0-wmf.12; 2025-01-14)

Dec 16 2024

Nux renamed T382231: Page preview popup displays a removed revision that was vandalized from Page previews popup shows removed, vandalized revision to Page preview popup displays a removed revision that was vandalized.
Dec 16 2024, 9:35 AM · Page Content Service
Nux created T382231: Page preview popup displays a removed revision that was vandalized.
Dec 16 2024, 9:23 AM · Page Content Service

Dec 5 2024

Nux added a subtask for T259059: Upgrade to CodeMirror 6: T381574: Collapse tags, especially refs in CodeMirror.
Dec 5 2024, 2:03 PM · Epic, MediaWiki-extensions-CodeMirror, WMDE-TechWish, User-thiemowmde, WMDE-Templates-FocusArea, WMDE-TechWish-Maintenance
Nux added a parent task for T381574: Collapse tags, especially refs in CodeMirror: T259059: Upgrade to CodeMirror 6.
Dec 5 2024, 2:03 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), Community-Tech, MediaWiki-extensions-CodeMirror, MediaWiki-Page-editing
Nux created T381574: Collapse tags, especially refs in CodeMirror.
Dec 5 2024, 2:02 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), Community-Tech, MediaWiki-extensions-CodeMirror, MediaWiki-Page-editing

Nov 28 2024

Nux added a comment to T265981: Provide an API to hook into new reply editor.

Hi. Is there a sane way to wait for the initialization of ve.init.mw.targetFactory? I did do an insane ;) way of waiting for the object in intervals. It works, but would prefer to use something else.

Nov 28 2024, 1:08 AM · Editing-team, Russian-Sites, DiscussionTools