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

SNOW-1866557: Windows Installer text overlapping in the dialog "Completed the Snowflake CLI Setup Wizard" #1960

Open
apd-bbrewington opened this issue Dec 20, 2024 · 0 comments

Comments

@apd-bbrewington
Copy link

apd-bbrewington commented Dec 20, 2024

SnowCLI version

3.2.2

Python version

n/a - Windows installer-related

Platform

Windows-10-10.0.22631-SP0

What happened

When I ran the Windows installer, at the last dialog box, the text at the bottom was overlapping:

2024-12-20 08_55_46-Snowflake Repository

Here's the lines of code I believe that drive this - note the "Y" value of the last one...it is less than the previous. Likely root cause

<Control Id="Description4" Type="Text" X="135" Y="110" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="When prompted, supply the required connection, account, username parameters, and any desired optional parameters"/>
<Control Id="Description5" Type="Text" X="135" Y="190" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="3. Execute the command to connect to Snowflake:"/>
<Control Id="Description6" Type="Text" X="135" Y="210" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="{\DlgMonoFont}snow connection test"/>
<Control Id="Description7" Type="Text" X="135" Y="190" Width="220" Height="20" Transparent="yes" NoPrefix="yes" Text="Explore all connection settings https://docs.snowflake.com/en/developer-guide/snowflake-cli-v2/connecting/connect"/>

Console output

n/a

How to reproduce

  1. On Windows-10-10.0.22631-SP0, Download & Run MSI file: https://sfc-repo.snowflakecomputing.com/snowflake-cli/windows_x86_64/3.2.2/snowflake-cli-3.2.2.0-x86_64.msi
  2. Click through prompts - accepting defaults - until reach the last one with "Finish" option at bottom
@github-actions github-actions bot changed the title Windows Installer text overlapping in the dialog "Completed the Snowflake CLI Setup Wizard" SNOW-1866557: Windows Installer text overlapping in the dialog "Completed the Snowflake CLI Setup Wizard" Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant