VirtualBox

Ignore:
Timestamp:
May 2, 2024 11:24:29 AM (11 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162999
Message:

FE/Qt: bugref:10681: Accessibility fixes for UIEmptyFilePathSelector; Choose button should have description in JAWS; Opposing to VoiceOver it uses text property, not toolTip property.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.cpp

    r104358 r104478  
    180180    m_fButtonToolTipSet = !strToolTip.isEmpty();
    181181    mSelectButton->setToolTip(strToolTip);
     182    mSelectButton->setText(strToolTip);
    182183}
    183184
     
    220221{
    221222    if (!m_fButtonToolTipSet)
     223    {
    222224        mSelectButton->setToolTip(tr("Choose..."));
     225        mSelectButton->setText(tr("Choose..."));
     226    }
    223227}
    224228
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette