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
0
votes
1 answer

XNA 4.0: terrain glitches caused by SpriteBatch

I'm trying to implement terrain collision in XNA so I've added some dynamic text that allows me to test whether calculations are correct. Everything was rendered just fine until I called: spriteBatch.Begin();…
thormond
  • 27
  • 5
0
votes
1 answer

Text displays on top of covering div in spite of z-index - Chrome & Firefox

I'm experiencing the strangest issue. I've been banging at this one for over an hour no but to no avail. I have a div with text, with this CSS: z-index: 1; position: relative; I have a covering dialog box (YUI) with this CSS: …
redolent
  • 4,159
  • 5
  • 37
  • 47
0
votes
1 answer

Android layout drawing glitch

I am writing an android game, I have created a layout for the main menu which has this XML:
0
votes
1 answer

Blinking white stripes in IE10 only (bug in IE10?)

Since IE10 is around, some clients of me complain about a nasty glitch (shows blinking white stripes) in some projects of mine. This problem occur when a part of the screen is fading in or out. I think it has something to do with opacity. This is a…
Codebeat
  • 6,501
  • 6
  • 57
  • 99
0
votes
1 answer

blue box glitch, oscommerce

The problem is here: http://netadvokaten.se/index.php All of a sudden this blue box has appeared out of nowhere! I am running the latest version of OsCommerce and after hours of googeling it seams like I am the only one that ever had this problem.…
0
votes
2 answers

Visual glitch on activity transition

I'm working on an application using ABS. And when I use this custom activity animation:
vieux
  • 23,887
  • 3
  • 26
  • 26
0
votes
1 answer

Flex app with wmode opaque or transparent cause graphic glitches with IE on Windows

I have a Flex app with has some HTML elements that need appear over it. To do this we set the the wmode to opaque (or transparent). However in Internet Explorer on Windows we often see graphic glitches when tabbing through mx:TextField inputs. The…
kreek
  • 8,774
  • 8
  • 44
  • 69
0
votes
1 answer

OpenGL - Objects shake when camera moves or rotates

I have attached a camera object to a mobile object (a car) at a scene. The camera shows the area which the object is at and looking to (front window of the car). My problem is that, while my object (with camera) moves or rotates, the objects at the…
phoad
  • 1,801
  • 2
  • 20
  • 31
0
votes
1 answer

Png Image inside a UIWebView Glitches

I have a serie of transparent pngs which are part of several html pages bounded to separate UIWebViews (locally stored); each webview is inside a scrollview, so that I can slide between them. To make thinks as light as possible, I dynamically load…
holographix
  • 2,497
  • 2
  • 32
  • 46
0
votes
1 answer

Sidebar Div Pushing Main Navigation Down

I can't seem to figure this one out... I've been trying lots of different "solutions" I've found online and none of them seem to be doing it. I have 2 divs. One is 200px Wide (the sidebar) the other is 800px wide (the main content) but when I float…
0
votes
2 answers

android webview previous content in background

Not sure if this is a problem due to using transparent backgrounds, but I am using a webview to show a webpage to the user, however if the user loads another url from a link or javascript is used to dynamically insert new content into the page the…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
-1
votes
0 answers

Why are my 'BACK' and 'RESUME' buttons so laggy and glitchy? Game made with pygame library

The title pretty much sums up the problem I am having. I am making a game using the Pygame library but the back and resume buttons keep on lagging and glitching. The back button is disappearing and reappearing multiple times in a second but it works…
yzdanh
  • 1
  • 2
-1
votes
1 answer

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.000000000" My source table(db2) has 20k records with…
-1
votes
1 answer

Python turtle drawing glitch?

I wanted to create a type of "grid" using turtle in python but when I start the program the parts of the drawing had a sort of broken line like this: Glitchy part This is the full image: Full drawing I don't know is this a glitch or something wrong…
-1
votes
2 answers

How do I put a table and a video/image on the same line in HTML?

I want to create a website but I've run into a problem. I want to put a table in the center of the page with videos on the left and right of the table. However, when I do this, the table ends up dropping below the videos and won't go on the same…
1 2 3
13
14