Page MenuHomePhabricator

Jroberson108
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Dec 1 2021, 1:08 AM (223 w, 6 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Jroberson108 [ Global Accounts ]

Recent Activity

Apr 21 2025

Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.

A competing top-sticky header with page title and icons appears over the top-sticky table headers when you are logged in and the browser is at least 1120px wide, which also occurs in Chrome.

Apr 21 2025, 1:11 PM · Timeless, MediaWiki-User-Interface (Tables), JavaScript

Mar 19 2025

Jroberson108 updated the task description for T355492: Move sorttop rows from thead to second tbody.
Mar 19 2025, 7:49 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript

Mar 18 2025

Jroberson108 added a comment to T387768: Fix and QA donate link instrumentation.

Also broke the sticky header template. https://en.wikipedia.org/wiki/Template_talk:Sticky_header#Sticky_headers_mobile_problem

Mar 18 2025, 8:58 PM · MW-1.44-notes (1.44.0-wmf.20; 2025-03-11), Web-Team (Q3 Sprint 4 (Mar 5, 2025 - Mar 19, 2025)), FY2024-25 WE3.2 Donation Entry Points

Mar 11 2025

Jroberson108 added a comment to T388418: Special:BannerLoader not working on fundraising-dev donut wiki build .

Not sure why I was subscribed to this. You might have me mixed up with someone else. Doesn't sound familiar at all.

Mar 11 2025, 6:13 PM · Fundraising Tech - Chaos Crew, Fundraising-Backlog

Jan 8 2025

Jroberson108 added a comment to T355492: Move sorttop rows from thead to second tbody.

As I understand, the purpose of sorttop is to keep the row at the top after sorting, just as sortbottom keeps it at the bottom. I wouldn't think it is to provide fake headers since there is already a way to make headers. https://en.wikipedia.org/wiki/Help:Sortable_tables#Excluding_top_rows_from_sorting explains that it is to exclude the row(s) from sorting and keep them fixed at the top.

Jan 8 2025, 5:13 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript

May 8 2024

Jroberson108 added a comment to T333801: Vector 2022: consider showing closed sections of the TOC by default.

Just an observation about how it works. The sections are collapsed by default if there are 28+ sections regardless of level, expanded otherwise. Bruce Willis has 19 sections, so expanded. Brussels has 70 sections, so collapsed.

May 8 2024, 4:26 AM · Community Feedback (Reader), Vector 2022

Feb 23 2024

Jroberson108 added a comment to T6740: thead, tbody, tfoot for wikitable syntax.

I agree with TheDJ that moving consecutive "tr" rows that contain only "th" cells to the "thead" element would work, and wouldn't need any new wikitext syntax. Sortable and the sticky gadget (for wikitable) do this using JavaScript. It should be done for all tables (sortable, wikitable, plain table) so they are easier to style. Ideally, it should be moved during template translation (wikitext to HTML) instead of relying on JavaScript (see No-JavaScript).

Feb 23 2024, 6:07 AM · Vector 2022 (Tracking), Content-Transform-Team, Accessibility, MediaWiki-Parser

Jan 28 2024

Jroberson108 added a comment to T35249: Sorting icon needs to be below the table header text to keep tables narrower, and for screen readers..

I created the Sort under template to reposition the sorting arrows under the text. They can be center or right aligned. I kept the traditional right alignment, which may have some uses. I don't see a need for left alignment, but it can be added if there is a demand.

Jan 28 2024, 5:10 AM · MediaWiki-User-Interface (Tables), JavaScript

Jan 27 2024

Jroberson108 updated the task description for T355492: Move sorttop rows from thead to second tbody.
Jan 27 2024, 8:35 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 updated the task description for T355492: Move sorttop rows from thead to second tbody.
Jan 27 2024, 8:15 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 updated the task description for T355492: Move sorttop rows from thead to second tbody.
Jan 27 2024, 7:56 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript

Jan 21 2024

Jroberson108 updated the task description for T355492: Move sorttop rows from thead to second tbody.
Jan 21 2024, 10:21 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 updated subscribers of T355492: Move sorttop rows from thead to second tbody.
Jan 21 2024, 10:16 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 created T355492: Move sorttop rows from thead to second tbody.
Jan 21 2024, 10:13 PM · patch-welcome, MediaWiki-User-Interface (Tables), JavaScript

Feb 15 2022

Jroberson108 added a comment to T35249: Sorting icon needs to be below the table header text to keep tables narrower, and for screen readers..

A discussion has started at Template_talk:Import-blanktable#class=sortunder on adding this functionality to the TemplateStyles, which would use the "sortunder" table class. Below is a version of the styles that might work for this task .

@media screen {
	.client-js .sortunder.sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable),
	.sortunder.jquery-tablesorter th.headerSort {
		background-position: bottom 0.2em right;
		padding-bottom: 1em;
		padding-right: 0.4em;
	}
	.client-js .sortunder.sortable:not(.jquery-tablesorter) > * > tr:first-child > th.unsortable,
	.sortunder.jquery-tablesorter th.unsortable {
		padding-bottom: 1em;
	}
}
Feb 15 2022, 7:05 PM · MediaWiki-User-Interface (Tables), JavaScript

Jan 31 2022

Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.

@TheDJ Thanks for implementing a fix for iPhones.

Jan 31 2022, 12:32 AM · Timeless, MediaWiki-User-Interface (Tables), JavaScript

Jan 30 2022

Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.

I redid the styles for the large COVID-19 tables and added some additional features like a column of left-sticky row headers. Below are the styles and a few tables.

Jan 30 2022, 2:16 AM · Timeless, MediaWiki-User-Interface (Tables), JavaScript

Dec 2 2021

Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.

@Timeshifter
The page you linked to says "This page is obsolete. It is being retained for archival purposes." I'm not really sure where I can set it up.

Dec 2 2021, 8:47 PM · Timeless, MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.

Just an update on the issues I mentioned above in regards to the work I did. I figured out a fix for the desktop browser issue, which has been implemented.

Dec 2 2021, 5:51 AM · Timeless, MediaWiki-User-Interface (Tables), JavaScript

Dec 1 2021

Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.
Dec 1 2021, 4:43 PM · Timeless, MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 added a comment to T42763: Implement repeated/fixed/floating/sticky table headers.

I'm not sure if this helps any, but I've done some work on making table headers sticky while scrolling both on desktop and mobile browsers since Dec 4, 2020. This work is on my sandbox since I'm not familiar with the Wikipedia project/task workflow. Since this is my sandbox, the CSS/JS won't be included for you unless you are logged in as me. The only workaround I can think of is for you to reproduce the CSS and JS files in your sandbox.

Dec 1 2021, 2:12 AM · Timeless, MediaWiki-User-Interface (Tables), JavaScript