Tagged Questions
The jumping tag has no wiki summary.
4
votes
3answers
358 views
visual studio 2008 toolbars keep moving inexplicably
While I'm working, at various times that don't seem terribly random, the windows keep moving around.! This is a picture of my Visual Studio layout. It's across two screens, so the Solution Explorer ...
3
votes
2answers
170 views
C++ refuses to run properly unless cout is used
this code compiles, but refuses to jump when there is no cout. when there is a cout, it properly makes the object dot jump. this is just a bit of practice using SDL to create a super primitive game
...
3
votes
10answers
12k views
What does HTTP/1.1 302 mean exactly?
Some article I read once said that it means jumping (from one URI to another), but I detected this "302" even when there was actually no jumping at all!
2
votes
3answers
159 views
Where to put “return false” in this code (provided)
Initially i was looking for an answer to a show/hide page jumping issue.
Having found an answer here: ...
1
vote
0answers
84 views
ImageView Jerks UITouch
I am implementing a UI element where the user can drag image views along the curve of a half-circle (almost looks like the bottom-half of a clock). While the image view moves I rotate it so that it ...
1
vote
1answer
508 views
Page jumps to top when I select javascript element?
Here's my script:
<script>
$(document).ready(function () {
$("#bin1").click(function(){
$("#div1").slideDown("1000");
$("#div3").hide();
...
1
vote
1answer
384 views
Animated MovieClip jumps around screen randomly
I have an animated MovieClip of a fly that spawns at a random location and moves across the screen by bouncing off the walls. But every time the animation starts over, it seems to "jump" to a random ...
1
vote
2answers
509 views
C# Contextmenu jumping if populated on Popup event
I have a MenuItem that contains all files in a spesific folder.
The menuitem is populated on its own Popup event (using System.IO.Directory.GetFiles), but if it is too close to the lower right corner ...
0
votes
1answer
37 views
Jquery, Css, Elements jumping arround [closed]
i'm kind of helpless figuring out why link2 or everything below link1 is "jumping around" as soon as you hover link1. spend some hours now to solve this. thought maybe float or z-index can make things ...
0
votes
2answers
112 views
Why is my jQuery animation not very smooth?
After the delay, it completely just JUMPS across the screen to the new spot, and it only animates the height. For some weird reason this doesn't happen when using percentages, only the pixel position. ...
0
votes
1answer
62 views
Safari / Webkit Animating Font Size is Jumpy
Animating font sizes in Firefox has a nice smooth effect, while in Safari (and Chrome but less so) it is jumpy. By jumpy I mean the kerning and rendering on the text does not change smoothly, as if ...
0
votes
4answers
97 views
Page Jumping - Can't stop it
I'm making mock ups for a flash app using HTML pages - I'm using HTML pages to demonstrate it inside a browser, plus it looks better pixel for pixel, and I'm using jQuery for rich animations on some ...
0
votes
2answers
92 views
Asp Focus on input jumping bug
I've got a web form using asp.net. In this form i have a LOT of inputs.
For one of the drop downs whenever you press it, the focus jumps to the next text box.
This is in a update panel because there ...
0
votes
2answers
350 views
jQuery animating div to each corner ends in jumpy animation and 'fixed' element
Link: http://jsfiddle.net/kbJCc/1/
Unfortunately I can't even perform the most simple animation with jquery right now.
I've got a quadratic div separated in 4 buttons. Each button represents one ...
0
votes
6answers
225 views
Is this a good way for unconditional jump?
I have a function f( ) in a file func.c and functions f1( ), f2( ), f3() , f4( ) in another file funcs.h. (Assume that all the functions receive/return values without any loss of generality).
...