Questions tagged [visual-glitch]

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

Questions regarding the implementation of user interfaces would usually concern GUI libraries like Swing, Kivy, PySDL, Android, and iOS. Browser-based questions are also welcome.

172 questions
12
votes
5 answers

Prevent Splash Screen from showing after returning from background

I've noticed something that happens in every app i develop. It's usually not a concern but in this specific app it would be great if i could "fix" it, if it's even a bug. Steps to re-produce the issue: Start app , splash screen shows for approx. 3…
Shai Mishali
  • 7,846
  • 4
  • 48
  • 75
11
votes
3 answers

Invisible Recaptcha Badge Positioning Issue

I recently started using Google's new method of Recaptcha - their new Invisible Recaptcha. I realized that the implementation of this version was a little different, as you attach the recaptcha attributes directly to your submit button which then…
pattyd
  • 5,249
  • 10
  • 35
  • 53
9
votes
1 answer

UITableView reloadRowsAtIndexPaths graphical glitch

If I call reloadRowsAtIndexPaths for the first cell of a section, with previous section empty and the one above not-empty, I get a strange animation glitch (even if I specify "UITableViewRowAnimationNone") where the reloaded cell slides down from…
Fr4ncis
  • 1,377
  • 1
  • 11
  • 22
9
votes
2 answers

JComboBox popup appears and hide immediately when clicking on its border (Bad User Experience)

When you have a swing JComboBox and click on its border, the popup appears and disappears immediately. When I say click, I mean press the left button of the mouse and release immediately. It may be considered a bad user experience because no user…
viniciussss
  • 3,648
  • 2
  • 22
  • 35
9
votes
2 answers

Why do I have lines going across my libgdx game using Tiled?

I'm using LibGdx and Tiled and when moving around the screen, there are both horizontal and vertical lines appearing on the game. I can post any code you need, if necessary. How do I get these lines to stop? Here's a gfycat gif of the…
Dylan
  • 188
  • 3
  • 12
8
votes
5 answers

Chrome Flash player creates transparent rectangles in the flash window

I'm encountering a weird, very difficult to reproduce graphics glitch in a Flash video player!, so far only in Chrome. The gray rectangle below "Enter the building" is showing the background color of the html div that the flash player is sitting…
joon
  • 796
  • 12
  • 29
7
votes
2 answers

Glitchy text animation in jQuery

I have text links which change colour on hover with CSS and shift left with jQuery. Most of the time it works fine, but when the text begins with a capital "A", say, it leaves a weird trail behind the text character. This happens in webkit broswers…
bravokiloecho
  • 1,069
  • 3
  • 17
  • 35
7
votes
2 answers

How to force emacs recolor

Every once and a while Emacs fails at syntax highlighting and the coloring gets all funky in a buffer. Is there any way to force Emacs to "recolor" the syntax? Just try over? I don't mind if it takes a moment.
sligocki
  • 5,640
  • 4
  • 34
  • 41
7
votes
1 answer

Spinner graphical bug API 21

I have one spinner in a fragment that have a very annoying graphical glitch. This occurs only on my Nexus 5 with API 21. I have try to set spinner.setLayerType(View.LAYER_TYPE_SOFTWARE, null) but the glitch is still present. Any ideas?
Blodhgard
  • 8,480
  • 3
  • 18
  • 33
7
votes
4 answers

Java Swing graphics glitch?

Image of the glitch I am learning Java by reproducing examples from a textbook and as soon as I got to using the GUI classes I experienced some weird glitches, if that is the correct term. As you can see on the image, parts of the text are missing.…
user3660280
  • 71
  • 1
  • 2
7
votes
1 answer

Corruption in uitable header when using setValue on the scrollbar

I am trying to create a table in MATLAB where I can change the scroll position programmatically. I created a uitable and extracted the handle of the Java UITablePeer object (designated here as htable). I then got the handle for the UIScrollbarPane…
eyl
  • 71
  • 1
6
votes
2 answers

White Line at bottom of UITableView Cell at end of section in Grouped TableView (iOS 5)

I have noticed a change in the look of the tableview cells in iOS 5, and I googles around a bit to see if anyone else had noticed. This fellow did, and posted this image. I can't reproduce it on every uitableview (if I could I would know where it…
SAHM
  • 3,747
  • 4
  • 37
  • 77
5
votes
3 answers

OpenGL - gluPerspective / glFrustum - zNear & zFar problems

I'm writing a space exploration application. I've decided on light years being the units and have accurately modeled the distances between stars. After tinkering and a lot of arduous work (mostly learning the ropes) I have got the camera working…
Curious Coder
  • 51
  • 1
  • 4
5
votes
2 answers

Workaround for webkit overlapping glitch

After working on a page for some months, I noticed a weird behavior in webkit based browsers. I implemented an input element with a technic I asked here Create quadrilateral with specific degree Everything works fine in all browsers, except webkit.…
Noim
  • 407
  • 1
  • 3
  • 18
5
votes
1 answer

Table View Cells changing colors when scrolling Swift

I'm making an app that uses colored table view cells to separate other cells into categories. I am doing this by coloring the cells different colors using if else statements. But for some reason, when I launch the app, the more I scroll up and down…
zach2161
  • 105
  • 11
1
2 3
11 12