eclipse-openj9 / openj9-website

openj9-website
24 stars 27 forks source link

Tabs on build instructions seem to be broken #238

Closed youngar closed 4 years ago

youngar commented 4 years ago

The tabs don't seem to do anything on the build page: https://www.eclipse.org/openj9/oj9_build.html. I would expect the tabs to cause different build instructions to appear below. Refreshing the page after clicking a tab seems to render the proper content.

Tested on: Google Chrome 81.0.4044.43 (Official Build) beta (64-bit) Firefox 73

fjeremic commented 4 years ago

On Firefox 73 I see all the tabs rendered on one page:

image

Clicking on the tab links just scrolls the page down. If I refresh a few times sometimes it will render properly with proper tabs. Seems on and off. It's really weird.

SueChaplain commented 4 years ago

Investigating

SueChaplain commented 4 years ago

The issue seems to be with browsers that block javascript. We've laid the page out differently to get around this. https://github.com/eclipse/openj9-website/pull/241