zynthian / zynthian-issue-tracking

Centralized Issue Tracking for Zynthian Project
https://github.com/orgs/zynthian/projects/1
11 stars 3 forks source link

Scrolling titlebar does not show whole text #1244

Open riban-bw opened 2 days ago

riban-bw commented 2 days ago

Describe the issue

If the text is too long to show in the titlebar, it scrolls back and forth but does not reach the end of the text so you never see thw whole text.

To Reproduce

Steps to reproduce the behavior:

  1. Add MiMi-d chain with preset Factory/Basic Saw.
  2. Enter control view.

    Expected behaviour

    Topbar text scrolls to show whole preset name.

    Actual behaviour

    Scrolling does not reach end of name so the last character (w) is truncated.

    Screenshots

    image

    Additional context

    This is with touchscreen navigation enabled. Maybe the size calculation is not accounting for the extra button.

Configuration

Hardware

Raspberry Pi 4 Model B Rev 1.5
Audio: V5 ADAC
Display: MIPI DSI 800x480 (inverted)
Wiring: V5
I2C: MCP23017@0x20, MCP23017@0x21
Profile: v5

System

Debian GNU/Linux 12 (bookworm)
Build Date: 2024-02-01
Memory: 41% (1563M/3791M)
SD Card: 97% (27G/29G)
Temperature: 42.8ºC
Overclock: Maximum

MIDI & UI

Tuning: 440 Hz
Master Channel: Off
Preload Presets: Off
ZS3 (SubSnapShots): On
Power Save: 10 minutes
Audio Levels on Snapshots: On

Software

zyncoder: vangelis (1dd6f7a) 
zynthian-ui: vangelis (6ac5e9c)
zynthian-sys: vangelis (ee92623)
zynthian-data: vangelis (ddfa009)
zynthian-webconf: vangelis (bd99d05)
riban-bw commented 2 days ago

This is not caused by the touch navigation back button. It happens without this enabled. I see that the mixer scrolls text off the left edge of the screen but the control view scrolls it off a slightly indented region, i.e. the text disappears before it reaches the left of the screen. Could the be a contributing factor?