Eclipse-Community / r3dfox

r3dfox is a modern Firefox based web browser for Windows 7. SourceForge link for downloading with older browsers. https://sourceforge.net/projects/r3dfox/
https://eclipse.cx/projects/r3dfox.htm
Other
116 stars 6 forks source link

Improving native and native like elements #37

Closed K4sum1 closed 2 months ago

K4sum1 commented 3 months ago

I might have included a bunch of junk code with my commits. When 125 comes around, I'll try using the native code from Nara browser as it should be cleaner and I assume it will be fully working by that time.

For native like elements, I'm not as sure. This means like context menu for example.

Ctrl+Shift+B text is grayed out for seemingly no reason. Fixed in future 125.0.2-3 or later. ScreenShot_20240329104224

Another issue is some elements don't recognize the dark mode and are white, which causes white on white text making some stuff unreadable. I assume this is also menu/popup/menulist.css. This appears to be caused by the native theme, but not sure why it affects something so obviously not native. It doesn't seem to be an issue with 115 ESR. Comparing 115 to 124, there seems to be nothing in the relevant CSS files that could be causing this. There are some changes in menu.css, but adding them back in browser toolbox seems to do nothing. No idea what the issue is. Will just have to check when making 125 Fixed in 125.0.2 image

I think everything else is good, lemme know if you find any issues.

K4sum1 commented 2 months ago

Closing this in favor of individual issues for other stuff in the future.