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

[BUG] Content gets duplicated when minimizing and restoring the onboarding UI window #121

Closed
kryptonit1 opened this issue Aug 30, 2022 · 0 comments · Fixed by #134
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kryptonit1
Copy link

kryptonit1 commented Aug 30, 2022

Describe the bug
When you minimize the onboarding UI window and restore it the content gets duplicated.

To Reproduce
Steps to reproduce the behavior:

  1. Launch IBM Notifier with -type onboarding and this JSON:
{
    "pages":[
        {
            "title":"IT Support",
            "subtitle":"IT Support can be contacted through the following channels",
            "topIcon":"https://www.nicepng.com/png/detail/242-2426263_technical-support-tech-support-tech-support-icon.png",
            "accessoryViews":[
                                [
                                    {
                                        "type":"html",
                                        "payload":"<table style=\"width:100%;background:#ffffff;border:1px solid #000;font-family:Helvetica;font-size:14px;\"><tr style=\"background:#E6E6E6;\"><td style=\"padding: 10px;\"><b>E-mail</b></td><td style=\"padding: 10px;\">itsupport@randomcompany.com</td></tr><tr><td style=\"padding: 10px;\"><b>Phone</b></td><td style=\"padding: 10px;\">040-040123</b></td><tr style=\"background:#E6E6E6;\"><td style=\"padding: 10px;\"><b>On Site</b></td><td style=\"padding: 10px;\">Visit <a href=\"https://www.google.com\"><b>Google</b></a> for more information</tr></table>"
                                    }
                                ]
                            ]
        }
    ]
}
  1. Minimize the window and the restore/open the window again.

Expected behavior
The content of the onboarding UI window should be the same as before the window was minimized.

Screenshots
Before the onboarding UI window was minimized:
Screenshot 2022-08-30 at 11 03 58

After the onboarding UI window was minimized and restored/opened:
Screenshot 2022-08-30 at 11 04 05

Desktop (please complete the following information):

  • OS: macOS 12.5.1
  • Project version: 2.8.0

Additional context
N/A

@kryptonit1 kryptonit1 added the bug Something isn't working label Aug 30, 2022
@SMartorelli SMartorelli added this to the Version 2.9.0 milestone Aug 30, 2022
@SMartorelli SMartorelli self-assigned this Aug 30, 2022
@SMartorelli SMartorelli mentioned this issue Oct 3, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants