Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [visual-glitch]

This tag is used for problems in the implementation of GUI behavior.

visual-glitch
1 vote
0 answers
103 views

What is the solution to this SwiftUI .popover glitch?

Open 'One', then quickly click 'Two' then 'Three'. You will see 2 & 3 both attempt to open a popover at the same time, resulting in no popup appearing. If you unselect one of them then the other ...
trapper's user avatar
  • 11.9k
1 vote
0 answers
53 views

Framer animated image is glitching on mobile devices when being rotated

I used framer-motion to make a simple one pager. It uses useScroll to rotate an image. The animation plays smoothly on desktop browsers. On my mobile phone I'm experiencing slight glitches where parts ...
Moritz Roessler's user avatar
0 votes
0 answers
51 views

my godot label text is highlighted yellow and text is red but i didnt do this

I have been unable to fix it as the text is glitching out. I am on a Chromebook currently and I had this issue after accidentally powering off. then when i powered back on, it was glitching out. I ...
Zach Hatch's user avatar
2 votes
1 answer
75 views

Glitch when resizing frameless QML window

I've created a project with the following QML: main.qml import QtQuick import QtQuick.Controls ApplicationWindow { id: root visible: true width: 800; height: 600 flags: Qt.FramelessWindowHint ...
Jepessen's user avatar
  • 12.2k
4 votes
1 answer
64 views

Random Lines popping up while pane is moving through scene

I am trying to make a very simple platformer game, but once I added the ability for platforms to move I started to get a really weird "glitch". For some reason, if I move a pane through the ...
Veerdex's user avatar
  • 41
2 votes
1 answer
317 views

Octave's comand window glitches when I run a script

I've been programming on octave for some months, and I usually use the GUI that separates the command window, but when i run a script, the black command window closes, and the one from octave glitches ...
Franco Romagnoli's user avatar
0 votes
1 answer
161 views

Why are there these weird visual artifacts when scrolling my BufferedImage? And how do I prevent them from happening?

I am creating an application that involves drawing a BufferedImage to a JComponent using Graphics2D in a paintComponent(Graphics) method. I added the ability to zoom in and out of the image. The ...
davidalayachew's user avatar
0 votes
0 answers
22 views

My Terminal's background color desyncs after too many new lines

Like I said in my title, after 3 or so iterations of this code, the text background starts to bug out. It kind of looks like how Source games act out of bounds/with no skybox. I'm using VS 2017, also ...
Robotnik Eggman's user avatar
0 votes
0 answers
61 views

weird glitch when hovering over between 2 text items

I have a weird glitch in my website and I hope someone can help me. I created a list of items, each one with a header and some content. The items are closed when the website starts, and only the ...
Esteban Barco's user avatar
1 vote
0 answers
90 views

Random text showing on JButton when changing background to translucent color [duplicate]

If I change my JButton to have a translucent color (0 < alpha < 1), I get wonky results for my JButton text. package Paint; import javax.swing.*; import java.awt.*; import java.awt.image.*; ...
davidalayachew's user avatar
2 votes
1 answer
1k views

Gui glitching vs code

When using vs code suddenly I started having glitch issues with the program. I am using ubuntu 18.04 and installed via snap. All 3 demonstrate glitches: 1 2 3 Additionally nothing shows inside the ...
Renanin's user avatar
  • 23
4 votes
1 answer
253 views

SwiftUI - ViewThatFits ruins animation

The following SwiftUI view demonstrates an animation glitch that seems to be caused by ViewThatFits. To see the issue, render the following view and tap on the red section. To see that it works ...
jeremyabannister's user avatar
1 vote
2 answers
223 views

How can I resolve the problem of screen shaking?

Whenever I hover over between the text and pizza image in the following code block, the div starts shaking until I hover it over either one of the elements, i.e., the image or the text. ....
JayVT's user avatar
  • 13
-1 votes
1 answer
147 views

Informatica PowerCenter passing Invalid date to the target table(DB2)

[IBM][CLI Driver][DB2/AIX64] SQL0545N The requested operation is not allowed because a row does not satisfy the check constraint. Incorrect date - DT_AS_OF (DT_AS_OF:Date:): "06/03/0006 00:00:00....
gopi krishna's user avatar
0 votes
2 answers
543 views

SwiftUI on macOS - Cannot scale a ProgressView with a smooth, centered animation

I'm wondering if someone can help me understand why the animation that results from the below SwiftUI code is glitchy. Here's the code: struct ProgressViewAnimationGlitch: View { @State private ...
jeremyabannister's user avatar

15 30 50 per page
1
2 3 4 5
14