You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a renamed channel is reverted back to its original name using Slacktack, the channel name blinks rapidly in the sidebar. This behavior persists as long as the override is present.
Steps to Reproduce
Open the Slacktack popup and rename a channel (e.g., "general" to "team-chat").
Save the new name override.
Rename the same channel back to its original name (e.g., change "team-chat" back to "general").
Observe the channel name in the Slack sidebar.
Expected Behavior
The channel name should display smoothly without blinking, whether it’s being reverted to its original name or any other custom name.
Actual Behavior
The channel name blinks rapidly, causing a visual glitch in the sidebar.
Additional Information
Browser: Chrome 129
Slacktack Version: 0.8 Beta
Operating System: macOS 10.15.7
Browser Size: 1512 x 823
Screen Size: 1512 x 982 (Retina)
Color Depth: 30 bit
Possible Cause
This may be caused by a conflict in the MutationObserver when the channel's name in the sidebar matches both the original name and the stored override.
Suggested Solution
Investigate how the MutationObserver handles name changes and adjust the logic to prevent blinking when a channel is renamed to its original name.
The text was updated successfully, but these errors were encountered:
bug.mp4
Description
When a renamed channel is reverted back to its original name using Slacktack, the channel name blinks rapidly in the sidebar. This behavior persists as long as the override is present.
Steps to Reproduce
Expected Behavior
The channel name should display smoothly without blinking, whether it’s being reverted to its original name or any other custom name.
Actual Behavior
The channel name blinks rapidly, causing a visual glitch in the sidebar.
Additional Information
Possible Cause
This may be caused by a conflict in the
MutationObserver
when the channel's name in the sidebar matches both the original name and the stored override.Suggested Solution
Investigate how the
MutationObserver
handles name changes and adjust the logic to prevent blinking when a channel is renamed to its original name.The text was updated successfully, but these errors were encountered: