eclipse-ee4j / glassfish

Eclipse GlassFish
https://eclipse-ee4j.github.io/glassfish/
377 stars 143 forks source link

The Help button does not work in Admin Console #25064

Open tnagao7 opened 1 month ago

tnagao7 commented 1 month ago

Environment Details


Problem Description

In the Administration Console, clicking the Help button has no effect. The expected behavior is that the pop-up online help window appears.

gui-help-button

Steps to reproduce

Open the Administration Console in a web browser and click the Help button.

Impact of issue

Cannot access the online help in the Administration Console.

OndroMih commented 1 month ago

Does this only happen in GlassFish 8.0.0-M6 or also in GlassFish 7?

tnagao7 commented 1 month ago

This only happens in GlassFish 8.0.0-M6. This does not happen in GlassFish 7 (7.0.16).

If the META-INF/resources/jakarta.faces/faces.js file in glassfish/modules/jakarta.faces.jar in GlassFish 8.0.0-M6 is replaced with an older version (e.g. faces.js contained in GlassFish 7.0.16), this does not happen. Something seems to be wrong with faces.js ...

tnagao7 commented 3 days ago

A fix for this bug is proposed in https://github.com/eclipse-ee4j/mojarra/issues/5499