Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebPopupWindow Display problem on MAC,How can I make my UI look like Windows on the MAC #692

Open
xcfdszzr opened this issue Dec 30, 2021 · 2 comments
Assignees
Labels
Projects

Comments

@xcfdszzr
Copy link

  <style type="rootpane" id="common-message-window">
    <painter>
        <decorations overwrite="true">
            <decoration>
                <WebShape round="5" />
                <WebShadow color="0,0,0" type="outer" opacity="0.5" width="30"/>
            </decoration>
        </decorations>
    </painter>
    <style type="panel" id="content" extends="transparent" />
</style>

On the MAC, the display is not transparent and has a background color. But it works on Windows

this is mac
image

this is windows
image

How can I make my UI look like Windows on the MAC

@mgarin mgarin self-assigned this Dec 30, 2021
@mgarin mgarin added the bug label Dec 30, 2021
@mgarin mgarin added this to Planned in v1.3.0 via automation Dec 30, 2021
@mgarin
Copy link
Owner

mgarin commented Dec 30, 2021

This looks like an issue with specific Java/OS version.
Which Java & OS versions are you using while running the app in the first screenshot (on Mac)?

@xcfdszzr
Copy link
Author

This looks like an issue with specific Java/OS version. Which Java & OS versions are you using while running the app in the first screenshot (on Mac)?

I used Java JDK 1.8 ,macOS Big Sur 11.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
v1.3.0
  
Planned
Development

No branches or pull requests

2 participants