Skip to content

panels/information: Add option to not show information for hovered item

Oliver Beard requested to merge (removed):information-hover into master

BUG: 364956 BUG: 453211

This removes adds an option to disable the behaviour for showing information for the hovered item in the panel. The justification is that this behaviour is can be intrusive, and it should always users may want it to show information for the current selection or folder.

Feedback wanted:

  • It may be wanted to make this behaviour configurable. (Maybe some people like it?)
  • It's probably a good idea to also remove the timer behind showing information as this seems to exist to prevent hover information from updating too rapidly. TODO: Only information changes due to hover should be delayed/subject to timer. (This could be a new commit in the MR.)
Edited by Oliver Beard

Merge request reports