No Code Attached Yet
avatar Ruud68
Ruud68
4 Jun 2025

Steps to reproduce the issue

On mobile device

  1. login to back-end
  2. go to plugin system - redirect
  3. click (or hover) on the (i) icon behind Term

Note: fixed css is below in 'additional comments'

Expected result

Tooltip is fully displayed in the view
Image

Actual result

Tooltip is running off screen

Image

System information (as much as possible)

Additional comments

change to:

// reveal associated tooltip on focus
:focus + [role="tooltip"],
:hover + [role="tooltip"] {
  display: block;
  position: absolute;
  overflow-wrap: break-word;
  max-width: 100%;
  white-space: normal;
}
avatar Ruud68 Ruud68 - open - 4 Jun 2025
avatar Ruud68 Ruud68 - change - 4 Jun 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jun 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Jun 2025
avatar Ruud68 Ruud68 - change - 4 Jun 2025
The description was changed
avatar Ruud68 Ruud68 - edited - 4 Jun 2025
avatar Ruud68 Ruud68 - change - 4 Jun 2025
The description was changed
avatar Ruud68 Ruud68 - edited - 4 Jun 2025
avatar richard67 richard67 - change - 6 Jun 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-06-06 10:08:59
Closed_By richard67
avatar richard67 richard67 - close - 6 Jun 2025
avatar richard67
richard67 - comment - 6 Jun 2025

Closing as having a pull request. Please test #45571 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment