KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/Ki...

Results 178 KivyMD issues
Sort by recently updated
recently updated
newest added

### Description of the Bug Tab contents, button shade transition is sticky ### Code and Logs ``` from kivymd.app import MDApp from kivymd.uix.label import MDLabel from kivymd.uix.boxlayout import MDBoxLayout from...

Type: Bug

### Description of the Bug Tab contents can be rendered in the tab bar, these are false images of widgets, not active widgets. Scroll down to Button 9. Move cursor...

Type: Bug

### Description FYI Deprecated property in MDTabsItemText ### Code and Logs ``` [WARNING] Deprecated property "" of object "" was accessed, it will be removed in a future version ```...

API break

### Description of the Bug In an MDDialog setting an MDButton disable=False does not enable the button. ### Code and Logs ```python from kivy.lang import Builder from kivy.uix.widget import Widget...

Type: Bug

### Description of the Bug In an MDDialog when changing MDButton text, the button style unexpectedly also changes, in case from 'text' to 'elevated'. ### Code and Logs ```python from...

Type: Bug

### Code and Logs ```from kivy.uix.widget import Widget from kivymd.uix.widget import MDWidget from kivymd.app import MDApp from kivymd.uix.button import MDButton, MDButtonText from kivymd.uix.dialog import MDDialog, MDDialogHeadlineText, MDDialogButtonContainer class Example(MDApp): def...

Status: Needs analysis

### Description of the Bug The _set_padding_title method in the MDTopAppBar class does not work correctly when on_text is triggered. ### Code and Logs ```python from kivymd.app import MDApp from...

Type: Bug

### Description of the problem Describe what problem your PR will solve. ### Describe the algorithm of actions that leads to the problem Description of the algorithm of actions ###...

* Please create branch for each release tag so it is easily possible to browse source code for that particular release / tag directly on github. * GitHub allows downloading...

Using the master version of kivy,kivy-ios and kivymd Unable to compile and run in xcode `"/Users/**/Library/Developer/CoreSimulator/Devices/9F084B3B-7778-4433-99AB-8DF9A3E05CFA/data/Containers/Bundle/Application/00DA0327-A1DE-4420-9F6E-B8993CC57DCC/test.app/lib/python3.11/site-packages/kivy/graphics/__init__.py", line 96, in from kivy.graphics.vertex_instructions import Bezier, BorderImage, Ellipse, \ ImportError: cannot import name...

Bug. Third-party libraries