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.

203 questions
-1
votes
2 answers

Color not filling entire div + padding glitch

#header { background-color: #55ff00; border-bottom: solid 1px; } The background color fills from the text down to the bottom border; nothing above the text. How can I make the background color…
Hasan
  • 11
  • 3
-1
votes
1 answer

Xcode Tab Bar Text Glitch

Recently, I have been trying to add a tab bar to an existing project. However, no matter what I do, the text is being cut off. I am simply trying to drag a Tab Bar Controller into the storyboard and setting it as the initial controller. This seems…
-1
votes
2 answers

HTML + CSS - Centering Images With Hyperlinks

So I have two images with hyperlinks and when I try to center them, they act funny so I thought huh, maybe the dimensions of the elements are... distorted? Somehow? So I add a border around the elements and sure enough, the sizes of them look like…
APixel Visuals
  • 89
  • 1
  • 1
  • 12
-1
votes
1 answer

Moire Pattern in Safari

I have a weird occurrence on this site: http://staging.southerntide.com/men/polos Screenshot: https://asset1.basecamp.com/1759036/projects/5460690/attachments/101504586/df48b47e07232908a31f774699b076ca0010/large.jpg If you scroll down to the product…
-2
votes
1 answer

Java, why do my lines always white out in BlueJ?

While typing my code out, some lines automatically get spaced out, and whenever I try to click or type something, more lines disappear in the process, therefore making me delete the class itself. I have encountered this same issue on another system.…
-2
votes
1 answer

SDL_image visual glitch on OS X El Capitan

When trying to load and display bitmaps using Allegro 5 in C or PyGame in Python (both use SDL), instead, it renders a glitch (see screenshot below). I tried googling it and found that it could be related to SDL_image incompatibilities with OS X El…
-2
votes
3 answers

Animate.css Messing Up My Site

I've been toying around with animate.css and it has completely messed up my website. I'm not sure of the cause at all. Also I would like the animation to only happen when the div is in the view-port and I'm not sure how to do…
user5348842
-2
votes
1 answer

OpenGL shading glitch glsl

My issue is that apparently the normal's of the objects in my OpenGL scene, have inexplicably flipped. Here are some pictures to aid in my explanation. First screenshot: Second screenshot: Is the problem with my code( Which it should not be…
1 2 3
13
14