Skip to content

Conversation

@HermitShamiko
Copy link
Contributor

@HermitShamiko HermitShamiko commented Nov 25, 2025

1.Attempted fixed an issue where hyperlink text in the category logs of meetings.jquery.org would overflow on mobile devices.
F Y_Q15TRMTXCB6$61SSB_Y
@mgol @timmywil

Fixed the issue of hyperlinks exceeding the screen in meetings.jquery.org.
修复jquery.org下二级域名的导航栏会将域名指向jquery.org而不是jquery.com的问题
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 25, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link
Member

@mgol mgol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! One comment.

function menu_header_jquery_org() {
return array(
'https://jquery.org/' => 'Home',
'https://jquery.com/' => 'Home',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neither org nor home make sense to me here... jquery.org no longer has a home page, and jquery.com is a different site. I'd rather remove this link altogether.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the hyperlink from .org means mobile users won't be able to access the jquery.com main page through a prominent shortcut because #global-nav is hidden on mobile devices. Do we really want to do this?
I have a few other questions:

  1. In the PC UI, the Events section of global-nav no longer points to https://events.jquery.org/. Should it be removed?
}9{@RIN%@DBE @}C1BEG$_E
  1. Under menu_header_jquery_org, Support and Team point to https://jquery.org/support/ and https://jquery.org/team/ respectively, and then redirect to https://jquery.com/support/ and https://jquery.com/team/. Should these be replaced with the final domain names?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.org is intentional and should stay. The jQuery Foundation has become the OpenJS Foundation and the redirect reflects that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.org is intentional and should stay. The jQuery Foundation has become the OpenJS Foundation and the redirect reflects that.

Does this mean that existing links don't need to be changed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that existing links don't need to be changed?

Correct. I like the word-break change, though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timmywil should we then maybe just change the link to point to https://openjsf.org/ directly, saving the redirect? In most other places we link directly, I think.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kind of prefer the redirect. I see it as more historical, but it's not a big preference.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timmywil in many content repos (although not in this one) we have a spider check workflow which fails if any link redirects. So we actually make sure in CI that we're linking directly. One of the reasons is perhaps that redirects slows down users.

@HermitShamiko HermitShamiko changed the title meetings.jquery.org: Fix some issues meetings.jquery.org: Fix hyperlink text overflow issues Dec 2, 2025
@HermitShamiko HermitShamiko requested a review from mgol December 2, 2025 15:49
@timmywil timmywil changed the title meetings.jquery.org: Fix hyperlink text overflow issues fix(jquery): address link text overflow issue on meetings.jquery.org Dec 2, 2025
@timmywil timmywil changed the title fix(jquery): address link text overflow issue on meetings.jquery.org jquery: Address link text overflow issue on meetings.jquery.org Dec 2, 2025
@mgol mgol merged commit 224763c into jquery:main Dec 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants