Activity log for bug #1818388

Date Who What changed Old value New value Message
2019-03-03 09:33:11 Anton bug added bug
2019-03-03 09:33:11 Anton attachment added dimonstration video https://bugs.launchpad.net/bugs/1818388/+attachment/5243038/+files/bug.mp4
2019-03-03 09:37:13 Anton description Problem in Pcbnew (KiCAD 5.0.2) This bug holds since KiCAD 5.0.0. When I create a schematic, number components, give components it's footprints, generate net-list - all works good. When I open pcbnew net-list reads without problems, components are plases, traces draws. No problem. When I need move footprint with connected traces I use Grab command. But, when I need grab one footprint more than one time, Grab command acts as Move command after first grabbig.With kicad 4.0.7 I might grab footprints many times and all this time Grab command acts as Grab command. This bug appears in F9-mode (legacy) of pcbnew in KiCAD 5.0.0 - 5.0.2. As I seen later, if after first grabbing I press F9 botton, then do second grabbing, Grab command acts as grab. If I do first grab and then do second grab without F9 button being pressed, in second time and other grab command acts as move command - traces holds on, fotprint moves without connected traces to it's pads. kicad 5.0.2 builds from sources: cmake -DCMAKE_BUILD_TYPE=Release -DKICAD_SCRIPTING_WXPYTHON=OFF -DCMAKE_INSTALL_PREFIX=/usr/local/kicad5 ../ with separate kicad directory in /usr/local No changes in CMakeLists.txt were made by me oce lib /usr/local/lib oce builds from https://github.com/tpaviot/oce.git Application: kicad Version: 5.0.2, release build Libraries: wxWidgets 3.0.4 libcurl/7.63.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.34.0 Platform: Linux 4.19.8-arch1-1-ARCH x86_64, 64 bit, Little endian, wxGTK Build Info: wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24 Boost: 1.68.0 OpenCASCADE Community Edition: 6.9.1 Curl: 7.63.0 Compiler: GCC 8.2.1 with C++ ABI 1013 Cmake version 3.13.1 Build settings: USE_WX_GRAPHICS_CONTEXT=OFF USE_WX_OVERLAY=OFF KICAD_SCRIPTING=ON KICAD_SCRIPTING_MODULES=ON KICAD_SCRIPTING_WXPYTHON=OFF KICAD_SCRIPTING_ACTION_MENU=ON BUILD_GITHUB_PLUGIN=ON KICAD_USE_OCE=ON KICAD_USE_OCC=OFF KICAD_SPICE=ON 3D view works fine video demonstrates this bug kicad packeges used: kicad-5.0.2.tar.xz kicad-doc-5.0.2.tar.gz kicad-footprints-5.0.2.tar.gz kicad-i18n-5.0.2.tar.gz kicad-packages3D-5.0.2.tar.gz kicad-symbols-5.0.2.tar.gz kicad-templates-5.0.2.tar.gz Problem in Pcbnew (KiCAD 5.0.2) This bug holds since KiCAD 5.0.0. When I create a schematic, number components, give components it's footprints, generate net-list - all works good. When I open pcbnew net-list reads without problems, components are plases, traces draws. No problem. When I need move footprint with connected traces I use Grab command. But, when I need grab one footprint more than one time, Grab command acts as Move command after first grabbig. With kicad 4.0.7 I might grab footprints many times and all this time Grab command acts as Grab command. This bug appears in F9-mode (legacy) of pcbnew in KiCAD 5.0.0 - 5.0.2. As I seen later, if after first grabbing I press F9 button, then do second grabbing, Grab command acts as grab. If I do first grab and then do second grab without F9 button being pressed, in second time and other grab command acts as move command - traces holds on, fotprint moves without connected traces to it's pads. kicad 5.0.2 builds from sources: cmake -DCMAKE_BUILD_TYPE=Release -DKICAD_SCRIPTING_WXPYTHON=OFF -DCMAKE_INSTALL_PREFIX=/usr/local/kicad5 ../ with separate kicad directory in /usr/local No changes in CMakeLists.txt were made by me oce lib /usr/local/lib oce builds from https://github.com/tpaviot/oce.git Application: kicad Version: 5.0.2, release build Libraries:     wxWidgets 3.0.4     libcurl/7.63.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.34.0 Platform: Linux 4.19.8-arch1-1-ARCH x86_64, 64 bit, Little endian, wxGTK Build Info:     wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24     Boost: 1.68.0     OpenCASCADE Community Edition: 6.9.1     Curl: 7.63.0     Compiler: GCC 8.2.1 with C++ ABI 1013     Cmake version 3.13.1 Build settings:     USE_WX_GRAPHICS_CONTEXT=OFF     USE_WX_OVERLAY=OFF     KICAD_SCRIPTING=ON     KICAD_SCRIPTING_MODULES=ON     KICAD_SCRIPTING_WXPYTHON=OFF     KICAD_SCRIPTING_ACTION_MENU=ON     BUILD_GITHUB_PLUGIN=ON     KICAD_USE_OCE=ON     KICAD_USE_OCC=OFF     KICAD_SPICE=ON 3D view works fine video demonstrates this bug kicad packeges used: kicad-5.0.2.tar.xz kicad-doc-5.0.2.tar.gz kicad-footprints-5.0.2.tar.gz kicad-i18n-5.0.2.tar.gz kicad-packages3D-5.0.2.tar.gz kicad-symbols-5.0.2.tar.gz kicad-templates-5.0.2.tar.gz
2019-03-03 09:38:48 Anton description Problem in Pcbnew (KiCAD 5.0.2) This bug holds since KiCAD 5.0.0. When I create a schematic, number components, give components it's footprints, generate net-list - all works good. When I open pcbnew net-list reads without problems, components are plases, traces draws. No problem. When I need move footprint with connected traces I use Grab command. But, when I need grab one footprint more than one time, Grab command acts as Move command after first grabbig. With kicad 4.0.7 I might grab footprints many times and all this time Grab command acts as Grab command. This bug appears in F9-mode (legacy) of pcbnew in KiCAD 5.0.0 - 5.0.2. As I seen later, if after first grabbing I press F9 button, then do second grabbing, Grab command acts as grab. If I do first grab and then do second grab without F9 button being pressed, in second time and other grab command acts as move command - traces holds on, fotprint moves without connected traces to it's pads. kicad 5.0.2 builds from sources: cmake -DCMAKE_BUILD_TYPE=Release -DKICAD_SCRIPTING_WXPYTHON=OFF -DCMAKE_INSTALL_PREFIX=/usr/local/kicad5 ../ with separate kicad directory in /usr/local No changes in CMakeLists.txt were made by me oce lib /usr/local/lib oce builds from https://github.com/tpaviot/oce.git Application: kicad Version: 5.0.2, release build Libraries:     wxWidgets 3.0.4     libcurl/7.63.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.34.0 Platform: Linux 4.19.8-arch1-1-ARCH x86_64, 64 bit, Little endian, wxGTK Build Info:     wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24     Boost: 1.68.0     OpenCASCADE Community Edition: 6.9.1     Curl: 7.63.0     Compiler: GCC 8.2.1 with C++ ABI 1013     Cmake version 3.13.1 Build settings:     USE_WX_GRAPHICS_CONTEXT=OFF     USE_WX_OVERLAY=OFF     KICAD_SCRIPTING=ON     KICAD_SCRIPTING_MODULES=ON     KICAD_SCRIPTING_WXPYTHON=OFF     KICAD_SCRIPTING_ACTION_MENU=ON     BUILD_GITHUB_PLUGIN=ON     KICAD_USE_OCE=ON     KICAD_USE_OCC=OFF     KICAD_SPICE=ON 3D view works fine video demonstrates this bug kicad packeges used: kicad-5.0.2.tar.xz kicad-doc-5.0.2.tar.gz kicad-footprints-5.0.2.tar.gz kicad-i18n-5.0.2.tar.gz kicad-packages3D-5.0.2.tar.gz kicad-symbols-5.0.2.tar.gz kicad-templates-5.0.2.tar.gz Problem in Pcbnew (KiCAD 5.0.2) This bug holds since KiCAD 5.0.0. When I create a schematic, number components, give components it's footprints, generate net-list - all works good. When I open pcbnew net-list reads without problems, components are plases, traces draws. No problem. When I need move footprint with connected traces I use Grab command. But, when I need grab one footprint more than one time, Grab command acts as Move command after first grabbig. With kicad 4.0.7 I might grab footprints many times and all this time Grab command acts as Grab command. This bug appears in F9-mode (legacy) of pcbnew in KiCAD 5.0.0 - 5.0.2. As I seen later, if after first grabbing I press F9 button, then do second grabbing, Grab command acts as grab. If I do first grab and then do second grab without F9 button being pressed, in second time and other grab command acts as move command - traces holds on, fotprint moves without connected traces to it's pads. kicad 5.0.2 builds from sources: cmake -DCMAKE_BUILD_TYPE=Release -DKICAD_SCRIPTING_WXPYTHON=OFF -DCMAKE_INSTALL_PREFIX=/usr/local/kicad5 ../ with separate kicad directory in /usr/local No changes in CMakeLists.txt were made by me oce lib /usr/local/lib oce builds from https://github.com/tpaviot/oce.git Application: kicad Version: 5.0.2, release build Libraries:     wxWidgets 3.0.4     libcurl/7.63.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.34.0 Platform: Linux 4.19.8-arch1-1-ARCH x86_64, 64 bit, Little endian, wxGTK Build Info:     wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24     Boost: 1.68.0     OpenCASCADE Community Edition: 6.9.1     Curl: 7.63.0     Compiler: GCC 8.2.1 with C++ ABI 1013     Cmake version 3.13.1 Build settings:     USE_WX_GRAPHICS_CONTEXT=OFF     USE_WX_OVERLAY=OFF     KICAD_SCRIPTING=ON     KICAD_SCRIPTING_MODULES=ON     KICAD_SCRIPTING_WXPYTHON=OFF     KICAD_SCRIPTING_ACTION_MENU=ON     BUILD_GITHUB_PLUGIN=ON     KICAD_USE_OCE=ON     KICAD_USE_OCC=OFF     KICAD_SPICE=ON 3D view works fine video demonstrates this bug kicad packages used: kicad-5.0.2.tar.xz kicad-doc-5.0.2.tar.gz kicad-footprints-5.0.2.tar.gz kicad-i18n-5.0.2.tar.gz kicad-packages3D-5.0.2.tar.gz kicad-symbols-5.0.2.tar.gz kicad-templates-5.0.2.tar.gz
2019-03-03 15:55:13 Seth Hillbrand marked as duplicate 1743099
2019-03-03 18:13:38 KiCad Janitor kicad: status New Fix Committed
2019-03-03 18:13:40 KiCad Janitor kicad: assignee jean-pierre charras (jp-charras)