M393

Results 53 issues of M393

**Describe the bug** Long dashed lines reduce render performance by a lot. See also #5520 and #5645 **To Reproduce** 1. Go to https://codesandbox.io/s/flamboyant-paper-sjb3m - Checkbox changes styles from dashed to...

This allows setting an initial rotation before an image is displayed. Resolves #586 ```js new Viewer(dummyDiv, { // ... view: function (event) { event.detail.imageData.rotate = 90; }, ``` **Summary** **What...

This statement produces an error. ```sql INSERT INTO A (b) (SELECT 1) ``` The parentheses around the `SELECT` subquery are optional. The following works without an error: ```sql INSERT INTO...

bug

### Describe the bug All id values should be unique per page. https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id ### To Reproduce Steps to reproduce the behavior: 1. Browse a table (or other pages) 2. Execute...

newbie
ui
good first issue

Fixes #18771 `Total` is the space needed for index and data, `Effective` is the file size on disk, which includes `'Data_free'`, so it should be added instead of subtracted.

Awaiting Author Updates

### Is your feature request related to a problem? Please describe. The languages in the combobox are sorted by the English language name, but this name is not horizontally aligned...

enhancement
has-pr

### Description This makes it easier to find a language. Fixes #19075, closes: #19078 ![image](https://github.com/phpmyadmin/phpmyadmin/assets/56256405/a53cd167-e2be-4909-aa95-06bf3defde86)

### Describe the bug When creating a table the table comment field is a textfield with limited character count. It should be a textarea supporting longer comments. ### To Reproduce...

Enhancement
newbie
good first issue

### Describe the bug Wrong query used for confirmation prompt. ### To Reproduce Steps to reproduce the behavior: 1. Execute an ALTER TABLE statement 2. Click on `edit inline` after...

Bug

### Describe the bug In Status -> Variables clicking the blue question mark icon links to https://dev.mysql.com/doc/refman/5.7/en/open-tables.html The link should be https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Open_tables ### To Reproduce Steps to reproduce the behavior:...

Bug
waiting on upstream
affects/5.2
affects/6.0