M393
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...
### 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...
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.
### 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...
### Description This makes it easier to find a language. Fixes #19075, closes: #19078 
### 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...
### 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...
### 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:...