Page MenuHomePhabricator

Jroberson108
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Saturday

  • Clear sailing ahead.

User Details

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

Recent Activity

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 · Desktop Improvements (Vector 2022), 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 · 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 · 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 · 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 · MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 updated subscribers of T355492: Move sorttop rows from thead to second tbody.
Jan 21 2024, 10:16 PM · MediaWiki-User-Interface (Tables), JavaScript
Jroberson108 created T355492: Move sorttop rows from thead to second tbody.
Jan 21 2024, 10:13 PM · 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 · Patch-Needs-Improvement, Wikimedia Wishathon, 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 · Patch-Needs-Improvement, Wikimedia Wishathon, 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 · Patch-Needs-Improvement, Wikimedia Wishathon, 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 · Patch-Needs-Improvement, Wikimedia Wishathon, 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 · Patch-Needs-Improvement, Wikimedia Wishathon, 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 · Patch-Needs-Improvement, Wikimedia Wishathon, Timeless, MediaWiki-User-Interface (Tables), JavaScript