-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Last track not visible in tracks view #9495
Comments
Commented by: amy-skerry |
Commented by: amy-skerry Actually, I see the same behavior for other scroll bars, not just the tracks display. I believe the reason is that I have scroll bars set to always show (a MacOS setting). |
Commented by: ronso0 Thanks for reporting this! Which Mixxx version are you using? I notice the table header font didn't scale properly. Could you please post a screenshot of Tango skin? |
Commented by: amy-skerry
|
Commented by: Be-ing Considering this happens with other scrollbars, I suspect this is a bug in Qt. Do you use any other Qt applications? Have you noticed the same issue with those? What version of Qt did you build with and how did you install it? |
Commented by: amy-skerry
I realized I was mistaken before when I said I had my MacOs settings set to always show scrollbars. Setting to "always show" actually eliminates the problem, whereas the problem emerges under the default "auto show" setting. |
Commented by: ronso0 Unfortunately I now also experience this Didn't yet check if this is tracked upstream(Qt). |
Commented by: ronso0 strange, I'm sure I saw it but can't reproduce it anymore.. |
Commented by: aaronsav Its worrying that you cannot reproduce it but here is a screenshot showing the problem on a Macbook Pro Retina 15 inch screen using MacOS 10.15.6, and using Mixx 2.2.3 (build 2.2 r6750). The listing is scrolled to the very bottom and you can just see the obscured final track highlighted by pressing the down arrow to reach it. This is the All Tracks view but it happens on every view where the number of tracks is greater than the unscrolled space and where the columns are larger than the available width which produces the horizontal scroll bar at the bottom to obscure the final track. I hope that helps. |
Commented by: daschuer Compared to my setup, with Ubuntu Bionic 18.04 and QT 5.9.5 the scrollbars are inside the content area and inside the borders changing colors when focused. My guess is that this has changed with a QT update. |
Cannot reproduce on macOS 13.4, Mixxx 2.5-alpha-40-g24eee4547c (main). @mkukawski could you try a main build and see if the issue is persisting for you then? |
FWIW this is the Qt bug https://bugreports.qt.io/browse/QTBUG-98289 |
I have backported the Qt patch here: mixxxdj/vcpkg#72 @mkukawski please try out https://github.com/daschuer/mixxx/actions/runs/5240066209 Intel: https://github.com/daschuer/mixxx/suites/13528796521/artifacts/743984132 To confirm this fixes your issue |
Fix confirmed in Mixxx 2.4.0-beta 5c86074 (vcpkg_update_direct) |
@foss- Cool, thank you. Can you also confirm that the issue comes back when using the 2.4.0 branch? |
Curiously I can also not reproduce with 2.4-beta-16-gf9b3822135 🤔 |
Did you test all Skins/Styles? Maybe it depends on the Mac version or display setting? |
@Aaronsav can you still confirm the issue? |
I confirm that when using this build
Intel:
https://github.com/daschuer/mixxx/suites/13528796521/artifacts/743984132
The issue disappeared, and now the scrollbar is under the last item
Re:repro steps
2.4-beta-4-g53920a2043
Im using LateNight but I saw the same in DeeRee skin. you have to have
enough columns to not fit the screen to reproduce and long enough playlist
vertically too so both scrollbars are there...
…On Tue, Jun 13, 2023 at 8:39 AM Daniel Schürmann ***@***.***> wrote:
@Aaronsav <https://github.com/Aaronsav> can you still confirm the issue?
—
Reply to this email directly, view it on GitHub
<#9495 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGG5PN3CE6VJQ6VXXWB3IMLXLAKLRANCNFSM6AAAAAAY45VUAA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for confirming. So we should merge mixxxdj/vcpkg#72 |
This fixes the macOS scrollbar issue mixxxdj#9495
Reported by: amy-skerry
Date: 2018-10-30T02:47:13Z
Status: Confirmed
Importance: High
Launchpad Issue: lp1800577
Attachments: [Screen Shot 2018-10-29 at 7.43.49 PM.png](https://bugs.launchpad.net/bugs/1800577/+attachment/5207005/+files/Screen Shot 2018-10-29 at 7.43.49 PM.png), [Screen Shot 2018-10-30 at 6.38.00 PM.png](https://bugs.launchpad.net/bugs/1800577/+attachment/5207323/+files/Screen Shot 2018-10-30 at 6.38.00 PM.png), mix-listing-bug.jpg
macos 10.13.3
2.9 GHz Intel Core i5
The last track in the tracks view is not visible because it is blocked by the horizontal scroll bar. You can see a tiny bit of the track peeking above the scroll (see attached).
The text was updated successfully, but these errors were encountered: