SUMMARY Using the invert filter when in wrap-around mode and then moving the layer that was filtered cause the layer to be corrupted. STEPS TO REPRODUCE 1. Create a layer with speckle/noise brushes 2. Duplicate the layer 3. Activate wraparound mode 4. Invert the new layer 5. Move the layer around using the Move Tool - at this point, the layer corrupts and displays incorrectly OBSERVED RESULT The filtered layer becomes a rectangular corrupted shape EXPECTED RESULT The filtered layer should remain filtered and moved over from its original position SOFTWARE/OS VERSIONS Windows: Windows 10 macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION This issue happens on both my coworkers and my own machine. We reverted back to an old build we had (2.9.1) and the issue was not present in that build.
In wraparound mode after invert if move tool is used, old image cache is used and inversion result is lost or corrupted. setting to confirmed
The problem happens because the filters are applied to the visible area of the image. This behavior is intentional, though we could probable reconsider that. *** This bug has been marked as a duplicate of bug 406490 ***