Possible Bug in Current Development Version: Selecting Vertex in Detail View

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
pboe
Posts: 13
Joined: Wed Jun 07, 2023 9:52 am

Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by pboe »

Hi,
in the current development version it's not possible to select a vertex point inside the circle of the original view.
It's working in the current stable 20.2, see screenshot

Using:

OS: macOS 13.4
Word size of FreeCAD: 64-bit
Version: 0.21.0.33357 (Git)
Build type: Release
Branch: master
Hash: f0560ac2078ad71b4c97b74281990bb916431da9
Python 3.11.3, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.2, OCC 7.7.1
Locale: C/Default (C)
Installed mods:
* fasteners 0.4.56
* sheetmetal 0.2.63
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by Syres »

pboe wrote: Wed Jun 07, 2023 10:02 am in the current development version it's not possible to select a vertex point inside the circle of the original view.
It's working in the current stable 20.2, see screenshot
I cannot replicate the issue using:

Code: Select all

OS: Linux Mint 20.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33366 (Git)
Build type: Release
Branch: master
Hash: d8150a9cd97bb94712feb6699f32aacc28b2910c
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.3.0
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * Silk 0.1.3
  * A2plus
  * Defeaturing 1.2.0
  * CurvedShapes 1.0.4
  * MakerWorkbench 1.0.1
  * freecad.gears 1.0.0
  * Curves 0.6.8
  * toSketch 1.0.1
  * Plot 2022.4.17
  * AirPlaneDesign 0.4.0
  * fasteners 0.4.56
  * sheetmetal 0.2.63

Code: Select all

OS: Linux Mint 20.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33345 (Git) AppImage
Build type: Release
Branch: master
Hash: a3c4f4bb01f5201daf666852444a8f9c5adbda8d
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * Silk 0.1.3
  * A2plus
  * Defeaturing 1.2.0
  * CurvedShapes 1.0.4
  * MakerWorkbench 1.0.1
  * freecad.gears 1.0.0
  * Curves 0.6.8
  * toSketch 1.0.1
  * Plot 2022.4.17
  * AirPlaneDesign 0.4.0
  * fasteners 0.4.56
  * sheetmetal 0.2.63
User avatar
wandererfan
Veteran
Posts: 6268
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by wandererfan »

pboe wrote: Wed Jun 07, 2023 10:02 am It's working in the current stable 20.2, see screenshot
Screenshot is missing. Any vertex inside a circle?
domad
Veteran
Posts: 2053
Joined: Mon Jun 22, 2020 12:16 pm

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by domad »

Hi @pboe, hello to the Community!
I too can't replicate the error you reported, could you attach the file?

Code: Select all

OS: Linux Mint 20.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33345 (Git) AppImage
Build type: Release
Branch: master
Hash: a3c4f4bb01f5201daf666852444a8f9c5adbda8d
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by Syres »

wandererfan wrote: Wed Jun 07, 2023 12:53 pm Screenshot is missing. Any vertex inside a circle?
I think I've worked out what the OP is trying to state. When a Detail View is created, all the marks/vertices in the dotted circle generated on creating the Detail View are nolonger selectable. Works fine in 0.20.x master. Looks like it's been like this since at least 30th Jan 2023.

Code: Select all

OS: Linux Mint 20.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33377 (Git)
Build type: Release
Branch: master
Hash: ef07c3005ed44e79e4b5272c2cb4fcfed69f2a54
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.3.0
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * Silk 0.1.3
  * A2plus
  * Defeaturing 1.2.0
  * CurvedShapes 1.0.4
  * MakerWorkbench 1.0.1
  * freecad.gears 1.0.0
  * Curves 0.6.8
  * toSketch 1.0.1
  * Plot 2022.4.17
  * AirPlaneDesign 0.4.0
  * fasteners 0.4.56
  * sheetmetal 0.2.63
Edit: Added a bit more info
pboe
Posts: 13
Joined: Wed Jun 07, 2023 9:52 am

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by pboe »

Syres wrote: Wed Jun 07, 2023 6:28 pm I think I've worked out what the OP is trying to state. When a Detail View is created, all the marks/vertices in the dotted circle generated on creating the Detail View are nolonger selectable. Works fine in 0.20.x master. Looks like it's been like this since at least 30th Jan 2023.
Sorry for the late reply. That's exactly the behavior I have on MacOS.
User avatar
wandererfan
Veteran
Posts: 6268
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by wandererfan »

The detail highlight on the base view is stacked above the vertices so you can grab it and drag to a new anchor point. This blocks the selection of the vertex behind the highlight. Simple solution is to change the stacking level of the highlight, but I'm still checking if this messes up something else.
pboe
Posts: 13
Joined: Wed Jun 07, 2023 9:52 am

Re: Possible Bug in Current Development Version: Selecting Vertex in Detail View

Post by pboe »

Thank You very much Wandererfan for your lighspeed debugging
Post Reply