Bug: Draft Offset and keyboard shortcuts

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
AKielhorn
Posts: 24
Joined: Wed Jul 01, 2020 9:38 am

Bug: Draft Offset and keyboard shortcuts

Post by AKielhorn »

Hello,

I discovered an inconsistency with the Offset command.

When I select an object and call the Offset command I have the option to select p to create a copy.
But when I do this, the p is inserted as a value in the Distance field. I have to delete the p to enter a value.
Offset.png
Offset.png (29.69 KiB) Viewed 1461 times
In addition to that, it the p only works when the focus is in the Distance field.

When I do the same in the Move command, everything works as expected.
Move.png
Move.png (48.19 KiB) Viewed 1461 times
I'm using:

Code: Select all

OS: macOS High Sierra (10.13)
Word size of FreeCAD: 64-bit
Version: 0.20.24720 (Git)
Build type: Release
Branch: master
Hash: 8b0c58d1b45017ad42bf0fa8f827f1cf22a398e7
Python version: 3.9.2
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.1
Locale: C/Default (C)
User avatar
Roy_043
Veteran
Posts: 8409
Joined: Thu Dec 27, 2018 12:28 pm

Re: Bug: Draft Offset and keyboard shortcuts

Post by Roy_043 »

Confirmed.

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.24986 (Git)
Build type: Release
Branch: master
Hash: ff6845e2f31988cc714027980e0100bb5521843e
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Dutch/Netherlands (nl_NL)
chrisb
Veteran
Posts: 53785
Joined: Tue Mar 17, 2015 9:14 am

Re: Bug: Draft Offset and keyboard shortcuts

Post by chrisb »

I can confirm this, perhaps it is a MacOS only issue. There are already some topics about shortcuts where you may find additional information.

OS: macOS 10.16
Word size of FreeCAD: 64-bit
Version: 0.20.24825 (Git)
Build type: Release
Branch: master
Hash: ccc4151b3020969450325466e385850783795325
Python version: 3.9.2
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.1
Locale: C/Default (C)
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Roy_043
Veteran
Posts: 8409
Joined: Thu Dec 27, 2018 12:28 pm

Re: Bug: Draft Offset and keyboard shortcuts

Post by Roy_043 »

chrisb wrote: Sat Jun 12, 2021 9:49 am perhaps it is a MacOS only issue
Obviously not.

chrisb wrote: Sat Jun 12, 2021 9:49 am There are already some topics about shortcuts
These are very specific shortcuts. Related to the task panel and not the menu or toolbars.
marioalexis
Posts: 124
Joined: Wed Jun 19, 2019 7:44 pm

Re: Bug: Draft Offset and keyboard shortcuts

Post by marioalexis »

AKielhorn
Posts: 24
Joined: Wed Jul 01, 2020 9:38 am

Re: Bug: Draft Offset and keyboard shortcuts

Post by AKielhorn »

This is fixed in nightly build 25131.

Thanks.
Post Reply