You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Copy to clipboard function works only if the colon is semi-width :.
Some localization (ja and zh_TW) uses full-width : and causes string split error.
To Reproduce
Steps to reproduce the behavior:
Install 5.10
Change UI language to ja
Run any query
Click the Copy to clipboard button ( クリップボードにコピー)
Expected behavior
Export the query result to clipboard.
Screenshots
Server configuration
PHP version: 7.1
phpMyAdmin version: 5.1.0
Client configuration
Browser: Chrome latest
Operating system: macOS
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
The Copy to clipboard function works only if the colon is semi-width
:.Some localization (ja and zh_TW) uses full-width
:and causes string split error.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Export the query result to clipboard.
Screenshots
Server configuration
Client configuration
Additional context
None
The text was updated successfully, but these errors were encountered: