A software bug is an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways.

learn more… | top users | synonyms (2)

0
votes
2answers
62 views

Maths in a while loop causing random negative numbers

So I have done this in both python and bash, and the code I am about to post probably has a world of things wrong with it but it is generally very basic and I cannot see a reason that it would cause ...
0
votes
0answers
4 views

How to stop webkit adding a line break between spans, after traversing media queries?

When I'm re-sizing my webpage in chrome, there appears a line break between two spans of text that wasn't there when the page loaded, it only appears after I re-size the browser window from a width ...
0
votes
1answer
13 views

UITableView reloads data when scrolling above the limit

I have an issue that i didn't find anywhere on the web (i guess) I would like to change the text of a cell when i click on a specific button in a UITableViewCell. So i just change the text in the ...
1
vote
1answer
33 views

JPanel won't move if it fills the screen

First of all, sorry for the vague title I don't know how to word the question in a sentence. I have a simple programme that slides one JPanel into view as another gets pushed out, when a button is ...
-1
votes
1answer
22 views

Div (sometimes) misalign in IE8

I am showing a list of divs in 3 columns by having a fixed div width and fixed container width and then display: inline-block. Using IE8, the random div-elements mis-align at random times. Whenever I ...
2
votes
1answer
41 views

jQuery is not working in my Facebook Application in Internet Explorer - Access is denied

Just spent about 5 hours sorting out this issue, so I thought sharing how I overcame it would be helpful to someone and save them some time (it seems to be a pretty recent fix - 9 hours ago at the ...
0
votes
0answers
13 views

Code sense's Fix it feature have issues

Currently I'm working on an iOS application in which I need to read the data to a structure object. For that I did the following code: - (TipData)decode:(const unsigned char *)receivedData ...
0
votes
0answers
46 views

this.Activate(); don't work.. :'( please help :)

I have a problem... i want to secure my computer with another password ask.. (useless, im just trying everything cuz im bored :D ) timer runs command this.Activate(); every 0,5 second.. And here is ...
0
votes
0answers
7 views

Fixed div overlap “bug”? Solution needed for design

Website design/Fixed Social Sidebar in question: http://henrydurdan.com/newdesign/ What I could really do with some help with is the 'social sidebar'. It's positioning is fixed, thus it will scroll ...
0
votes
1answer
23 views

Possible bug in Array.slice in nodejs 0.10.10 (and earlier versions)? [closed]

I just wanted to see if I'm missing something obvious here. The Array.splice method appears to behave identically to Array.slice in Node. So e.g., the following example code from here produces the ...
1
vote
0answers
58 views

invokeAndWait never called in Java 7

I would like to update my program to Java 7, but when I run it, it remains blocked. I create a UI with SwingUtilities.invokeAndWait: SwingUtilities.invokeAndWait(new Runnable() { @Override ...
0
votes
0answers
8 views

eclipse upgrade breaks svn overlays in workspace

Since I upgraded Eclipse to Indigo I lost svn overlays next to files and folders in PHP file explorer in PHP perspective of PDT. Upgrading to newer Eclipse not helping it. If I create new workspace ...
0
votes
1answer
16 views

Empty story clicks statistics in Facebook application insights

Posting stories via php facebook application using such construction : $facebook->api('/'.$wall_id.'/feed', 'post', array( 'access_token' => $access_token, ...
1
vote
0answers
29 views

Android bug? WebView FASLE -> FALSE in LogCat

While working with WebView I get the following information in LogCat while touching the surface (scrolling webpage) inside of WebView. 06-12 16:59:03.385: V/webview(4168): ...
0
votes
0answers
10 views

Rare IE10 bug: CSS animation of background-position fails with multiple backgrounds and percentage

This is a very specific bug - however, I would love for someone to show me a workaround! The bug basically consists in IE10 failing to do CSS animation of background-position when these two conditions ...

1 2 3 4 5 62
15 30 50 per page