VirtualBox

Changeset 104536 in vbox


Ignore:
Timestamp:
May 7, 2024 4:12:41 PM (7 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10678: Accessibility fixes for Network Manager; JAWS requires all buttons to have their text property assigned, cause opposing to VoiceOver it uses this property, not the tool-tip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetCloudNetwork.cpp

    r104223 r104536  
    271271        m_pEditorNetworkId->setToolTip(UINetworkManager::tr("Holds the id for this network."));
    272272    if (m_pButtonNetworkId)
     273    {
     274        m_pButtonNetworkId->setText(UINetworkManager::tr("Select Network ID"));
    273275        m_pButtonNetworkId->setToolTip(UINetworkManager::tr("Selects the id for this network."));
     276    }
    274277    if (m_pButtonBoxOptions)
    275278    {
Note: See TracChangeset for help on using the changeset viewer.

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