-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Ctrl+Shift+Scrollwheel can no longer fully disable transparency when using Acrylic #12880
Comments
we discussed this some weeks back but never noted it down: I did this intentionally so people could have fully opaque acrylic. Turns out though, no one really likes that, and wants 100% opacity to always mean "acrylic off". That's fine by me. We just need to revert that bit of logic. |
Would that be easy enough to include in the next release? |
…14193) If the opacity is set to 100%, the background becomes solid instead of 'fully opaque acrylic'. If the opacity is below 100% the acrylic material is re-enabled (depending on the user's settings). ## Validation Steps Performed I updated two unit tests to reflect the change in behavior and manually tested the transition from <100% opacity to 100% opacity (and vice versa) on win11. Steps: 1. Start with 100% opacity and acrylic material enabled. 2. Decrease opacity and observe acrylic effect. 3. Increase opacity back to 100% and disable the acrylic effect. 4. Decrease opacity and notice that acrylic effect is no longer there. Closes #12880
…14193) If the opacity is set to 100%, the background becomes solid instead of 'fully opaque acrylic'. If the opacity is below 100% the acrylic material is re-enabled (depending on the user's settings). ## Validation Steps Performed I updated two unit tests to reflect the change in behavior and manually tested the transition from <100% opacity to 100% opacity (and vice versa) on win11. Steps: 1. Start with 100% opacity and acrylic material enabled. 2. Decrease opacity and observe acrylic effect. 3. Increase opacity back to 100% and disable the acrylic effect. 4. Decrease opacity and notice that acrylic effect is no longer there. Closes #12880 (cherry picked from commit 8ea3cb9) Service-Card-Id: 86444093 Service-Version: 1.16
…14193) If the opacity is set to 100%, the background becomes solid instead of 'fully opaque acrylic'. If the opacity is below 100% the acrylic material is re-enabled (depending on the user's settings). ## Validation Steps Performed I updated two unit tests to reflect the change in behavior and manually tested the transition from <100% opacity to 100% opacity (and vice versa) on win11. Steps: 1. Start with 100% opacity and acrylic material enabled. 2. Decrease opacity and observe acrylic effect. 3. Increase opacity back to 100% and disable the acrylic effect. 4. Decrease opacity and notice that acrylic effect is no longer there. Closes #12880 (cherry picked from commit 8ea3cb9) Service-Card-Id: 87207675 Service-Version: 1.15
🎉This issue was addressed in #14193, which has now been successfully released as Handy links: |
🎉This issue was addressed in #14193, which has now been successfully released as Handy links: |
Windows Terminal version
1.12.10733.0
Windows build number
10.0.22000.593
Other Software
No response
Steps to reproduce
"useAcrylic": true
"opacity": 100 / "acrylicOpacity": 1.0
Expected Behavior
Terminal window with fully opaque, solid color background
Actual Behavior
Terminal window still presents minor Acrylic effect,
thus making switch between Acrylic% and Opaque with C+S+Wheel impossible.
The text was updated successfully, but these errors were encountered: