1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/widgets
attila 242405323e ComboBox: Fix accessibility navigation when the PopupMenu has a parent component
With the PopupMenu creating its own window the focus would return to the
ComboBox after activating a menu item. Prior to this commit however the
focus was seemingly lost after menu item activation. With this change
the focus returns to the ComboBox in both cases.
2025-07-28 14:28:49 +02:00
..
juce_ComboBox.cpp ComboBox: Fix accessibility navigation when the PopupMenu has a parent component 2025-07-28 14:28:49 +02:00
juce_ComboBox.h Tidying 2025-07-25 20:42:41 +02:00
juce_ImageComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Label.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_Label.h Docs: Clarify that Label get/setFont may be overridden by LookAndFeel 2025-07-21 18:11:43 +02:00
juce_ListBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ListBox.h Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
juce_ProgressBar.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ProgressBar.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_Slider.cpp PopupMenu: Add missing target components for menus created by built-in widgets 2025-06-03 16:08:56 +01:00
juce_Slider.h Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
juce_TableHeaderComponent.cpp PopupMenu: Add missing target components for menus created by built-in widgets 2025-06-03 16:08:56 +01:00
juce_TableHeaderComponent.h Docs: Fix a few tiny typos in comments 2025-05-08 16:33:24 +02:00
juce_TableListBox.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_TableListBox.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TextEditor.cpp ModifierKeys: Avoid direct access to currentModifiers when reading but not writing 2025-06-19 14:42:49 +01:00
juce_TextEditor.h TextEditor: Fix setLineSpacing 2025-04-23 18:11:26 +02:00
juce_TextEditorModel.cpp TextEditor: Restore JUCE 7 behaviour for the first line's alignment when line spacing > 1 2025-04-23 18:11:26 +02:00
juce_Toolbar.cpp Toolbar: Avoid use-after-free when toolbar is destroyed before customisation dialog 2025-06-19 14:45:30 +01:00
juce_Toolbar.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemFactory.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemPalette.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ToolbarItemPalette.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_TreeView.cpp Fix C++23 compilation 2024-08-15 11:15:15 +02:00
juce_TreeView.h Update licensing information 2024-04-16 11:39:35 +01:00