OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
358 stars 40 forks source link

Dialog box not displaying correctly #324

Closed lwillems191 closed 2 months ago

lwillems191 commented 9 months ago

For some reason it seems like the buttons cannot be displayed correctly. Anybody know how to fix this?

image

joaompneves commented 9 months ago

Can you provide more details? The problem you're describing is vague

lwillems191 commented 9 months ago

When using a confirm popup the Ok and Cancel text is not shown. only the blue button and black button

joaompneves commented 9 months ago

On mac works as expected.

Screenshot 2024-01-02 at 11 59 30
lwillems191 commented 9 months ago

Weird I am using it on Windows 10

joaompneves commented 9 months ago

Are you using a native js confirm popup right? Have you checked with light theme on? Have you tried on other machines?

lwillems191 commented 9 months ago

I am using the native js confirm. It is also working fine in Edge and Chrome. I did try light theme, same problem. I have not been able to test it on another machine.