Skip to content
New issue

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

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

Already on GitHub? # to your account

[Bug]: Wrong Tool Tip on the Bluesky and github icons in about menu. #167

Closed
Vault108 opened this issue Dec 23, 2024 · 0 comments · Fixed by #168
Closed

[Bug]: Wrong Tool Tip on the Bluesky and github icons in about menu. #167

Vault108 opened this issue Dec 23, 2024 · 0 comments · Fixed by #168
Labels
bug Something isn't working triage Waiting for review

Comments

@Vault108
Copy link
Contributor

Environment

Alchemy Beta 7.1.9.2501 (64bit)
Release Notes

CPU: Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz (1599.94 MHz)
Memory: 19407 MB
Concurrency: 4
OS Version: Linux 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64
Graphics Card Vendor: Intel
Graphics Card: Mesa Intel(R) HD Graphics 520 (SKL GT2)

OpenGL Version: 4.6 (Core Profile) Mesa 24.0.9-0ubuntu0.2

Window size: 1920x988
Font Size Adjustment: 96pt
UI Font: Default
Monospace Font: Default
Chat Font: SansSerif
Script Font: Monospace
UI Scaling: 1
Draw distance: 96m
Bandwidth: 3000kbit/s
LOD factor: 1.125
Render quality: 1
Texture memory: 0MB
Texture cache: 193MB / 655MB (29.6% used)
Disk cache: 780MB / 1024MB (76.2% used)

RestrainedLove API: (disabled)
libcurl Version: libcurl/7.54.1 OpenSSL/1.1.1w zlib/1.3.1.zlib-ng nghttp2/1.62.1
J2C Decoder Version: OpenJPEG Runtime: 2.4.0
Audio Driver Version: FMOD Studio 2.02.22
Dullahan: 1.14.0
CEF: 118.4.1+g3dd6078+chromium-118.0.5993.54
Chromium: 118.0.5993.54
LibVLC Version: 3.0.16
Voice Server Version:

Compiler Version: GCC 110400
December 22 2024 18:56:12

Description

Lines 49 and 65 below are displaying the incorrect tool tip.

<icon
interactable="true"
commit_on_click="true"
height="42"
image_name="social_github"
layout="topleft"
left="25"
mouse_opaque="true"
name="github_icon"
tool_tip="[APP_NAME] on Discord"
top="140"
width="41">
<icon.commit_callback
function="Advanced.ShowURL"
parameter="https://github.com/alchemyviewer" />
</icon>
<icon
interactable="true"
commit_on_click="true"
height="42"
image_name="social_bluesky"
layout="topleft"
left_pad="10"
mouse_opaque="true"
name="bsky_icon"
tool_tip="[APP_NAME] on Mastodon"
top="140"
width="42">
<icon.commit_callback
function="Advanced.ShowURL"
parameter="https://bsky.app/profile/alchemyviewer.org" />
</icon>

Reproduction steps

  1. Open Alchemy
  2. Press Help > About
  3. Hover over GitHub and Bluesky
  4. The Tool Tips are incorrect.
@Vault108 Vault108 added bug Something isn't working triage Waiting for review labels Dec 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working triage Waiting for review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant