Symbol editor pin table form stretch has afterimage

Bug #1821268 reported by Liu Guang
44
This bug affects 7 people
Affects Status Importance Assigned to Milestone
KiCad
Fix Released
Low
John Beard

Bug Description

Symbol editor pin table form stretch has afterimage,See gif animation for details.

Application: kicad
Version: (5.1.0)-1, release build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.61.1 OpenSSL/1.1.1 (WinSSL) zlib/1.2.11 brotli/1.0.6 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) nghttp2/1.34.0
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8)
    Boost: 1.68.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.61.1
    Compiler: GCC 8.2.0 with C++ ABI 1013

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Tags: eeschema
Revision history for this message
Liu Guang (china123) wrote :
description: updated
tags: added: eeschema
removed: afterimage gif
Changed in kicad:
milestone: none → 5.1.1
Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

This is strange. It only happens when I resize the dialog vertically. The issue doesn't occur when resizing the dialog horizontally. I only tested this on windows so I'm not sure it effects all platforms.

Changed in kicad:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Michael Kavanagh (michaelkavanagh) wrote :

I'm also seeing strange behaviour on Mac.
1) Increasing dialog size vertically doesn't expand the grid to fit.
2) Resizing horizontally size corrects the grids vertical size.
3) Decreasing the dialogs vertical size "truncates" the bottom items in the grid that are no longer visible.

Application: kicad
Version: (5.1.0-0), release build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.54.0 LibreSSL/2.6.4 zlib/1.2.11 nghttp2/1.24.1
Platform: Mac OS X (Darwin 18.2.0 x86_64), 64 bit, Little endian, wxMac
Build Info:
    wxWidgets: 3.0.4 (UTF-8,STL containers,compatible with 2.8)
    Boost: 1.68.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.54.0
    Compiler: Clang 9.0.0 with C++ ABI 1002

Build settings:
    USE_WX_GRAPHICS_CONTEXT=ON
    USE_WX_OVERLAY=ON
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Revision history for this message
Seth Hillbrand (sethh) wrote :

Linux is also affected.

Application: kicad
Version: (5.1.0-47-gd9e942d65b-dirty), release build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.64.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3
Platform: Linux 4.19.0-2-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
    Boost: 1.67.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.64.0
    Compiler: Clang 9.0.0 with C++ ABI 1002

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=ON
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Changed in kicad:
milestone: 5.1.1 → 5.1.2
Revision history for this message
Aleksandr Sh (dsa-t) wrote :

The OnSize handler in dialog_lib_edit_pin_table.cpp should be looked at.
Nowhere else the columns are adjusted and the event is skipped only if the width has changed.

Changed in kicad:
milestone: 5.1.2 → 5.1.3
Changed in kicad:
assignee: nobody → John Beard (john-j-beard)
Revision history for this message
John Beard (john-j-beard) wrote :

Fixed in revision eccadd92fb722de5226ad4ac16964e128766a517
https://git.launchpad.net/kicad/patch/?id=eccadd92fb722de5226ad4ac16964e128766a517

Changed in kicad:
status: Triaged → Fix Committed
Revision history for this message
John Beard (john-j-beard) wrote :

And also pushed to 5.1 as

Fixed in revision fc933034db54631bb83f4bc9d961365c2715c29a
https://git.launchpad.net/kicad/patch/?id=fc933034db54631bb83f4bc9d961365c2715c29a

Changed in kicad:
status: Fix Committed → Fix Released
Revision history for this message
Evan Shultz (evan-shultz) wrote :

Thanks!!

Appears to fixed in 5.1.4 and the nightly from 22 Aug. I can only be sure that the issues I saw myself are resolved, but my bug https://bugs.launchpad.net/kicad/+bug/1828850 was marked as a dupe of this.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.