Code Change Request

# 29134

Back to Code Changes

Christopher
Software Development
StableBit DrivePool
2.3.13.1687
Windows Server 2022
Public
Alex

* [Issue #29134] Added a new UI advanced setting UI_ToolTips_OptOutOfWCAG21.
    - When set to true, the UI will hide a tooltip as soon as the mouse leaves the tooltip owner 
      (instead of waiting for the mouse to leave the tooltip itself).
    - Default: true

Public
Alex

* [Issue #29134] Added a new UI advanced setting UI_DiskDataInfo_NameDisk.
    - When constructing the display name of a disk / volume, ignore all other information except the physical disk number.
    - Default: false
* [Issue #29134] Added a new UI advanced setting UI_DiskToolTip_StrictHover.
    - Improves the hovering behavior of disk tooltips, making them more responsive.
    - Default: false
* [Issue #29134] Added a new UI advanced setting UI_ToolTipService_BetweenShowDelay.
    - Controls the grace period during which, after one tooltip has been shown, moving to another tooltip-bearing element causes the next tooltip to appear immediately.
    - .NET default: 100ms
    - Our default: .NET default (-1)
    - Set to < 0 to use the .NET default.
* [Issue #29134] Added a new UI advanced setting UI_ToolTipService_ShowDuration.
    - Controls how long a tooltip is shown in the UI.
    - .NET default: 5000ms or essentially infinite, depending on .NET version
    - Our default: 60000ms
    - Set to < 0 to use the .NET default.
* [Issue #29134] Added a new UI advanced setting UI_ToolTipService_InitialShowDelay.
    - Controls the initial delay before showing a tooltip in the UI.
    - .NET default: set by OS, typically 400ms
    - Our default: .NET default (-1)
    - Set to < 0 to use the .NET default.