Bug #115404 Results Grid Viewer/Editor text color issue in dark mode
Submitted: 21 Jun 2024 19:31 Modified: 24 Jun 2024 13:16
Reporter: jd pon Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.36 build 3737333 OS:MacOS (Sonoma 14.5)
Assigned to: CPU Architecture:ARM (M3 Pro)
Tags: Dark Mode, UI bug

[21 Jun 2024 19:31] jd pon
Description:
Dark Mode doesn't make values found in the 'Text' window of the result 'Viewer'/'Editor' white like the rest of in the UI, it remains black and mostly unreadable against the gray background. 

How to repeat:
MySQL Workbench is in dark mode.

Once logged into a connection, create or initialize a database (e.g, `db`). Create or initialize table (e.g, `table`). In the query window enter:

```
USE db;
SHOW * FROM table;
```

The 'Result Grid' window appears beneath the query window. Right-click/ctrl+click any value in the result grid with your cursor and select 'Open Value in Editor'/'Open Value in Viewer'. Select the 'Text' header of the popup window. 

Bug is black text on a gray background.

Suggested fix:
Make text in the 'Text' window of the 'Viewer'/'Editor' popup white instead of black.
[24 Jun 2024 13:16] MySQL Verification Team
Hello!

Thank you for the bug report.
Imho this is duplicate of Bug #94713, please see Bug #94713.

Regards,
Ashwini Patil