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 When utilizing the @mainthread decorator to open a MDDialog with a custom background color, the dialog background will go transparent when mousing over and then...

According to M3 design spec the headline is optional. https://m3.material.io/components/dialogs/guidelines#0cff8b6b-d4f3-4442-8194-31212f5d1a12 However, when leaving the part out, the dialog retains its height (probably due to all `height: self.minimum_height` in `dialog.kv`, e.g.:...

Type: Enhancement

### Description of the Bug In function `set_active_item` https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/tab/tab.py#L1114 the animation duration is hardcoded to `0.2`: https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/tab/tab.py#L1132 https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/tab/tab.py#L1140 https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/tab/tab.py#L1149 https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/tab/tab.py#L1154 but should respect `anim_duration` https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/tab/tab.py#L839 as it is used in...

Looks not okay on android ![image](https://github.com/kivymd/KivyMD/assets/42192162/1dcdd57b-ccd4-4fd4-bfa3-d2e569dbabad) ### Expected ![image](https://github.com/kivymd/KivyMD/assets/42192162/07574aae-4782-461b-a6c5-fa259c9507ad) https://github.com/kivymd/KivyMD/blob/cfe5aac30f50708c6208c8b33b0ef1aa390721e8/kivymd/uix/navigationbar/navigationbar.kv#L62 ### Proposed fix ```kv radius: [dp(16),] ```

Type: Bug

### Description of the Bug The size of the elements does not have time to be set, and adaptive_size severely kills performance. ### Code and Logs ```python import asynckivy from...

### Description of the Bug When a button is used to switch screens, on returning to the first screen the button is seen as still elevated. Seems to me like...

Type: Bug

### Description of the Bug Hi there ! I try to use MDFilemanager's 'sort_by' fucntion for file open command creation. But I cannnot open files when I set 'date' and...

Status: Needs analysis

### Description of the Feature Your text Pls add back auto_dismiss property in MDDialog so that the dialog box does not close when you click outside the dialog box ###...

Type: Enhancement

### Description of the Bug An MDBoxLayout in tabs content is mis-layedout when adaptive_width = True. In this case the intent is for "Button in BoxLayout" to be located centrally...

Status: Needs analysis

### Description of the Feature I wish to do lazy loading of MDTabsPrimary tabs and tab content with KivyMD 2.X , because the data displayed comes from some server. Of...

Type: Bug
Status: Needs analysis