mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.47k stars 1.27k forks source link

Incomplete Auto DJ Tool Tip #10254

Open mixxxbot opened 2 years ago

mixxxbot commented 2 years ago

Reported by: daschuer Date: 2020-12-13T10:33:04Z Status: New Importance: Undecided Launchpad Issue: lp1907948 Attachments: [Bildschirmfoto vom 2020-12-13 11-29-37.png](https://bugs.launchpad.net/bugs/1907948/+attachment/5443070/+files/Bildschirmfoto vom 2020-12-13 11-29-37.png), [macOS 11.2.1 ok.png](https://bugs.launchpad.net/bugs/1907948/+attachment/5463372/+files/macOS 11.2.1 ok.png), [Bildschirmfoto vom 2021-04-10 00-31-39.png](https://bugs.launchpad.net/bugs/1907948/+attachment/5486247/+files/Bildschirmfoto vom 2021-04-10 00-31-39.png), tooltip-paddingright-100px.png


The Tool Tip is incomplete using Ubuntu Bionic and Cinnamon Desktop. See Screenshot. Is the size limited?

mixxxbot commented 2 years ago

Commented by: daschuer Date: 2020-12-13T10:33:04Z Attachments: [Bildschirmfoto vom 2020-12-13 11-29-37.png](https://bugs.launchpad.net/mixxx/+bug/1907948/+attachment/5443070/+files/Bildschirmfoto vom 2020-12-13 11-29-37.png)

mixxxbot commented 2 years ago

Commented by: esbrandt Date: 2021-02-13T16:27:29Z


Can not reproduce. Tooltip displayed as intended. macOS 10.14 2.4.0-alpha-pre (build main r7762)

mixxxbot commented 2 years ago

Commented by: foss-4 Date: 2021-02-13T17:27:09Z Attachments: [macOS 11.2.1 ok.png](https://bugs.launchpad.net/mixxx/+bug/1907948/+attachment/5463372/+files/macOS 11.2.1 ok.png)


macOS 11.2.1 (20D74) Mixxx 2.3.0-beta (build 2.3 r8011)

mixxxbot commented 2 years ago

Commented by: ronso0 Date: 2021-04-09T22:01:23Z


@daschuer Is it working by now for you?

mixxxbot commented 2 years ago

Commented by: daschuer Date: 2021-04-09T22:34:11Z Attachments: [Bildschirmfoto vom 2021-04-10 00-31-39.png](https://bugs.launchpad.net/mixxx/+bug/1907948/+attachment/5486247/+files/Bildschirmfoto vom 2021-04-10 00-31-39.png)


I can still reproduce this

mixxxbot commented 2 years ago

Commented by: ronso0 Date: 2021-04-09T23:56:04Z


okay. we could try

QToolTip {
  padding-right: 10px;
}

can you test if that works?

mixxxbot commented 2 years ago

Commented by: daschuer Date: 2021-04-12T14:44:00Z


That does not make a difference. How does it look on your side. It is broken on all my machines.

mixxxbot commented 2 years ago

Commented by: ronso0 Date: 2021-04-15T10:52:32Z


It is shown correctly. I tried both english and german locale.

Re: QToolTip { padding-right: 10px; }
here this snippet is applied when I add it at the bottom of style-classic.qss
unlikely, but maybe you need to comment out QToolTip in another place where the general padding and border is set.
mixxxbot commented 2 years ago

Commented by: daschuer Date: 2021-04-15T11:45:10Z


Ok I can try can you share a screen shot of your tooltip. Maybe we can find an issue comparing the pixel.

mixxxbot commented 2 years ago

Commented by: ronso0 Date: 2021-04-15T16:59:59Z Attachments: tooltip-paddingright-100px.png


with QToolTip { padding-right: 100px; } I get a margin of 105px from the rightmost font pixel to the the inner edge of the border.

maybe some negative margin-right is eating up the padding in your case, don't know. we can definitely increase the padding to make all text fit in.