Is it possible to disable the default pop-up overlay with time information?

Created on 18 September 2023, 9 months ago
Updated 1 April 2024, 3 months ago

Problem/Motivation

To my knowledge, I did not do anything to enable this feature, however, there is a hover/overlay effect on the events which defaults to the time being presented to the user along with the timezone information. I am looking for a way to remove this as I am using the suggested tooltip module to provide this information.

Steps to reproduce

Create a normal view and hover over the event.

Proposed resolution

Is there a way we can set up a toggle to disable this?

✨ Feature request
Status

Closed: duplicate

Version

2.1

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @pumpkinkid2
  • Status changed to Postponed: needs info 9 months ago
  • Could you add a screenshot to explain your issue more specifically?

    I guess you refer to the title attribute being display on hover.

    This can be alter in a theme preprocess.

    It could also be a configurable option but I dont think it is a good idea, because it is specific to the theme IMHO. But i might be wrong, depending on the result for end users.

    It should be a "bonus" information and useful for accessibility, not something inconvenient on the UX.

    Let me know.

  • Screenshot:

    It would not be so bad, if I was able to change the text that is there. I don't mind doing this in the theme, but honestly I am not well versed enough in doing this to know how to do it without documentation.

  • Status changed to Needs work 9 months ago
  • πŸ‡ΏπŸ‡¦South Africa MWPJuan

    Has there been any update on this? Which theme settings am I supposed to change in order to have this removed?

  • πŸ‡ΏπŸ‡¦South Africa MWPJuan

    Update

    I managed to remove the tooltip by editing the calendar_view.module file. Line 104 - 105

    // Helpful information on hover.
          $row['attributes']->setAttribute('title', $values['title'] ?? NULL);
    

    Commenting out line 105 will remove the tooltip on hover

  • Status changed to Closed: duplicate 3 months ago
  • Closing this issue as it is a duplicate with the work in progress in ✨ Settings for hover dates and all day dates Active .

Production build 0.69.0 2024