[SOLVED] issue #6244 [MacOS][view panel] Arrows of data properties overlap with scroll bar

A forum for research and development of the user interface of FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
dxp.dev
Posts: 280
Joined: Tue Dec 11, 2018 12:57 pm

Re: issue #4716 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by dxp.dev »

Hi,

I DL weekly builds from https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.25429 (Git)
Build type: Release
Branch: master
Hash: acce57a25d82b0408fa07b9452ed31c8a06c7a1b
Python version: 3.9.6
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.2
Locale: C/Default (C)

Just got the latest version right now : it still overlaps and the scroll bar is still persistent (and still is over the other arrows/edit button) :
Attachments
Screen 0.20.25429.png
Screen 0.20.25429.png (70.71 KiB) Viewed 5130 times
Find your user.cfg and system.cfg files : Macro_findConfigFiles

Imperial system makes no sense, go metric ! ! !
User avatar
chennes
Veteran
Posts: 3905
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: issue #4716 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by chennes »

I don't know who is making those Mac bundles, maybe the best way forward here is to try to get them compiled against the more recent libraries.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
chrisb
Veteran
Posts: 54168
Joined: Tue Mar 17, 2015 9:14 am

Re: issue #4716 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by chrisb »

looo wrote: pinged by pinger macro
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: issue #4716 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by looo »

chennes wrote: Wed Aug 11, 2021 8:20 pm I don't know who is making those Mac bundles, maybe the best way forward here is to try to get them compiled against the more recent libraries.
I think this needs to be adressed via the qt-feedstock:
https://github.com/conda-forge/qt-feedstock

maybe someone can create an issue. Or mayber there is already an issue related to this topic.
User avatar
chennes
Veteran
Posts: 3905
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: issue #4716 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by chennes »

looo wrote: Mon Aug 16, 2021 9:33 pm maybe someone can create an issue. Or mayber there is already an issue related to this topic.
There is an issue there related to updating to 5.12.10, anyway: https://github.com/conda-forge/qt-feedstock/pull/189

I have no idea if that will fix it, though, I was testing on a much newer version.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: issue #6244 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by Kunda1 »

dxp.dev wrote: Wed Aug 11, 2021 8:17 pm I DL weekly builds from https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds
Can you try again:
https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds
also
https://github.com/FreeCAD/homebrew-fre ... git-master

Comparing the 2 will could give us more comprehension about what the issue may be
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
dxp.dev
Posts: 280
Joined: Tue Dec 11, 2018 12:57 pm

Re: issue #6244 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by dxp.dev »

Kunda1 wrote: Fri Apr 01, 2022 10:53 pm
Can you try again:
Hi, I will try next week, kinda busy right now. I'll let you know.
Find your user.cfg and system.cfg files : Macro_findConfigFiles

Imperial system makes no sense, go metric ! ! !
dxp.dev
Posts: 280
Joined: Tue Dec 11, 2018 12:57 pm

Re: issue #6244 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by dxp.dev »

Kunda1 wrote: Fri Apr 01, 2022 10:53 pm
So I tested the 2 and the scrolling bar still overlaps the arrows on both versions.

I noted that some (but not all) arrows have a space so that they are a little more to the left, but not enough to put them away from under the scrolling bar.
Find your user.cfg and system.cfg files : Macro_findConfigFiles

Imperial system makes no sense, go metric ! ! !
dxp.dev
Posts: 280
Joined: Tue Dec 11, 2018 12:57 pm

Re: issue #6244 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by dxp.dev »

The same issue appears with the horizontal scroll bar : see in the screenshot how the element "LinearPattern001" is under the horizontal scroll bar. The last element of the tree is unreachable if the scrolling bar. The workaround is to expand the sidebar until the bar disappears (which can be wide when using description, taking real estate from the model window.

Code: Select all

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.28671 (Git)
Build type: Release
Python 3.9.12, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: C/Default (C)
horizontal scrolling bar overlapping last element of the tree
horizontal scrolling bar overlapping last element of the tree
horizontal scrolling bar overlapping 0.20.28671.png (283.71 KiB) Viewed 3208 times
Find your user.cfg and system.cfg files : Macro_findConfigFiles

Imperial system makes no sense, go metric ! ! !
User avatar
Jolbas
Posts: 330
Joined: Sat Mar 26, 2022 7:48 am
Location: Sweden

Re: issue #6244 [MacOS][view panel] Arrows of data properties overlap with scroll bar

Post by Jolbas »

This may depend on MacOS System Preferences->General->Show scroll bars.
Post Reply