Hi there,
on my webpage the user has the possibility to click in a SVG chart and use arrows to navigate up and down. However, the keydown not only moves the SVG elements down (as it should do), but it scrolls the whole page down - so, two things are moving at the same time, and it's really annoying, as the user can hardly see what happens in the SVG graph.
Is there any possibility to stop page scrolling per arrow keys...
Search Result
Collapse
8 results in 0.0023 seconds.
Keywords
Members
Tags
-
luftikus143 started a topic How to prevent page scrolling when user uses keydown for SVG application?in JavascriptHow to prevent page scrolling when user uses keydown for SVG application?
-
Scrolling div on mouse over
Hi, I'm trying to do something like this:
http://vlakc.com/facebook-vlakc/index.html
My problem is that I am totally lost in it javascript, I need a little guidance.
Thank you very much for your help. -
How do I control scrolling created by CSS?
I have a <p> tag that I use to show the output of a program as it dumps it's output to the screen (ECHOs). My javascript has listeners for output, and dumps the output into this p tag. When it exceeds the screen size (defined by a <div> tag), then scrollbars appear. I need to have it always show the bottom of the window, like a terminal window would do. How can I do this automatically with javascript? Let me know what code you'd want... -
WinForms horizontal scrolling - unexpected behaviour
Hi Experts,
I'm trying to create a panel-derived class with Autoscroll = true that scrolls horizontally when using <Shift>+Mousewh eel. Sounds like a straight forward task, doesn't it?
I tried this code:Code:protected override void OnMouseWheel(MouseEventArgs e) { if ((Control.ModifierKeys & Keys.Shift) == Keys.Shift) { // Get original horizontal position int iHorizontalPosition
-
Wierd exception from DataGridView, why?
Ok im getting this exception from a DataGridView control in my program.
Code:System.ArgumentOutOfRangeException was unhandled Message="Value of '132' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.\r\nParameter name: Value" Source="System.Windows.Forms" ParamName="Value" StackTrace: at System.Windows.Forms.ScrollBar.set_Value(Int32
-
Navigation panel won't remember its position
I have a test site setup at:
http://ridgedale.powweb.com/THS/sbx_index.php
and I am having trouble trying to resolve an issue relating to the scrolling navigation panel. When the user scrolls down the list and clicks on a link the new page is reloaded but the position in the navigation panel is forgotten and the content jumps to the top. :(
Is there any way to resolve this? Any assistance would be app... -
PgUp scrolling in FF
Hi,
I found following problem in FF 3.0.9 (it looks it is FF problem only). See few lines of code below:
Code:<html> <head> <title>TEST</title> <script type="text/javascript"> function act() { document.getElementById('p_id').innerHTML = ''; } </script> </head>
-
My calendar control hides when I scroll
Hi,
I have a form with calendar control 10 on it. As the form is quite large you have to scroll down to see all of it. When my scroll bar is level with the top of the calendar the calendar turns white and unusable. It reappears when the bottom of the scroll bar reaches the bottom of the calendar. It is like an actual window blind being pulled over it.
Is there anyway to stop this happening?