New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help button fails to open help screen when clicked on the question mark #42818
Comments
|
Confirmed. Clicking exactly on the icon opens a blank window |
|
In browser's console: @dgrammatiko line 49 #39727 |
|
@Quy can you add this css and check: .btn > * { pointer-events: none; }Ok, checked it myself, the code above fixes the bug. It needs to be added to the atum scss |
|
@dgrammatiko I will submit a PR. Thank you for the fix! |
|
@Quy change the code to Ignore this, the PR is fine |
|
Thanks for the report. Please test #42820. |
Steps to reproduce the issue
Go to any screen which has a help screen, for example Content -> Articles.
Click on the text "Help" of the help toolbar button and you will see the appropriate help screen. However, if you click on the question mark to the left of the text you will get a much larger blank window with "about:blank" in the address bar.
Expected result
Clicking anywhere on the help button (even on the question mark) should open the appropriate help screen.
Actual result
The help screen only opens if the user clicks on the text of the help button.
System information (as much as possible)
Chrome on Ubuntu 22.04.
php 8.1
Joomla 4.4.2 and Joomla 5.0.2 (same behaviour on both).
The text was updated successfully, but these errors were encountered: