win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
1.83k stars 60 forks source link

progwrp 1.1.0.5018 causes an issue when writing comments in github #702

Open JoachimHenze opened 3 days ago

JoachimHenze commented 3 days ago

"Supermium 124.0.6367.245 pre-release" x86 tested on Windows XPSP3 x86 german. I used the new progwrp.dll v1.1.5018 from this comment https://github.com/win32ss/supermium/issues/686#issuecomment-2189324440 and started the browser with the following command line (I think the cmdline does not matter): C:\Programme\Supermium124test\chrome.exe --disable-remote-fonts --disable-alternate-ds --safebrowsing-disable-download-protection --in-process-gpu --compact-ui --disable-features=DownloadBubble --ungoogled-supermium

Problem: When I reply to github discussion and start each sentence with a minus-sign (doing an enumeration)

- blabla
- blabla
- blabla

While doing that the github website is expected to automatically suggest the next bullet-point for each line.

With progwrp.dll v1.1.5018 this doesn't work properly on the very last line of the edit field, instead it writes a whole line of minuses erroneously for me,

I do think the bug is in progwrp.dll v1.1.5018, because the bug does not happen for me in the alternative chrome-xpapi-adapter_x86.b5065-wD3D9accel by ida-re-things.

JoachimHenze commented 3 days ago

For the record this is not just a font rendering bug. The too many minuses are really there, and I have to edit them away individually by using the cursor on each character.