The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
67 views

Creating mousedown event with global scope

I am hacking on something to fix another problem that is a constraint of the system. Not ideal, but.. Anyway, I need to generate a click/touch then find out the topmost element under the poing (300, ...
0
votes
1answer
83 views

JQuery - adding an onMouseDown attribute equivalent to each anchor's HREF attribute in a class or document

I'm having trouble getting an onMouseDown function that takes each link and copies the original HREF attribute of its respective anchor tag in a page and loads the URL on the down event. Let's call ...
1
vote
3answers
122 views

document.getElementById().onmousedown does not work [duplicate]

<html> <style> #myA { height: 300; width: 300; background: green; } </style> <body> <script language="JavaScript"> document.getElementById('myA').onmousedown ...
0
votes
1answer
40 views

JS onmousedown limited to left-click

I have built a sort of picture gallery in JS. On given img and p elements, the onmousedown events calls two functions: it loads a new image and a new description (see below) But, as opposed to what I ...
1
vote
1answer
88 views

Onmousedown doesn't trickle down

In my html I have <div id="map"></div> #map { width: 100%; height: 100%; background-color: #CCC; } that gets dynamically filled with several divs like the following ...
0
votes
0answers
135 views

ie9 & Firefox focus onmousedown input

I have a web page that uses dragable elements to arrange applications to the users specifications. The user can drag(onmousedown) a box and drop it inline with other boxes. Inside of those boxes are ...
0
votes
1answer
288 views

Simple pure Javascript drag controller slider

Hi Developers all over the world. I would like to have some help with a simple, pure Javascript (30 lines), JQuery free (and other library's) drag control slider. I have been searching months and ...
0
votes
1answer
124 views

Html onmousedown vs href Precedence

I use the following code in one of my html pages. When user clicks "Search Engines" links it opens yahoo.com on a new page and Google on current page. I've tested this and it works (opens both urls) ...
0
votes
2answers
45 views

javscaript multiple values

I am recently trying to send multiple values to a javascript function, something like: <a onclick=myfunction(valA)><img onclick=myfunction(valB)></a> from what I know, that is not ...
0
votes
4answers
457 views

Google search links in the webview of my app opening of a blank page ..!

The webview with google search result links loaded in my android app, when I clicked on the links, it is opening up a blank screen. I think, it is something to do with onmousedown event attached ...
2
votes
1answer
384 views

onmousedown change cursor; might need to control event bubbling

For one of my projects, I need to change a custom cursor onmousedown and change it back onmouseup and onmouseout. For the moment, I am only interested in making it work for Chrome and will see about ...
0
votes
1answer
165 views

Including labelPath in Raphael function for onmousedown

Raphael example of Australia map has the following script (modified to include names in text labels on top of shape paths): <script type="text/javascript" charset="utf-8"> ...
0
votes
0answers
60 views

Intercepting global mouseDown events for resizing

I am attempting to recreate the resizing behaviour of NSWindow on an NSBorderlessWindow. I have noticed that if you click up to around 3 pixels outside the window and drag, the window still resizes as ...
0
votes
0answers
120 views

onmouseout strangely triggers in chrome/safari but not firefox/opera

I have a div tag that is made into a box with css. In the tag there is an onmousemove function, an onmousedown function, and an onmouseout function. When I put the mouse in the box, the onmousemove ...
0
votes
0answers
94 views

C++ Builder TCategoryPanel::OnMouseDown event not firing

I have hooked up a TCategoryPanel object's OnMouseDown event, but when I click the item it will not actually run my method. I have placed a panel inside the TCaategoryPanel so I was doubtful that ...
0
votes
1answer
292 views

HTML5 Canvas onmousedown Event in Android 4.0 ICS odd behaviour

I've got a basic HTML drawing application using the jQuery lib Sketch.js (which uses < canvas>, works perfectly fine on IE, Opera, Chrome, Firefox on all desktop browsers. Works fine on Opera ...
0
votes
0answers
114 views

Dashcode onmousedown, onmouseover, ibooks

I'm creating a widget for iBooks and the event onmousedown does not get called at all when assigned to a 'button', when applied to a random object it acts like a onclick (the event is fired when the ...
0
votes
4answers
3k views

javascript - onmousedown - left or right?

First of all, I am not looking for jquery solution, just simple pure javascript code, inside of an element. Let's say we have following html code: <select onmousedown=" ??? ...
0
votes
2answers
263 views

how to call onmousedown method on windows using c#

i need to perform the action done by using left mouse click when i press W for example: i want to move the cruse to a folder and then press w so the folder open i want to move the cruse to a file ...
3
votes
3answers
308 views

Is onClick Universal for Mouse buttons?

I notice Google use onMouseDown in their search results - for web tracking, seeing keyword and ranking etc. I want to know which is better, onClick or onMouseDown - or do they both support all of the ...
0
votes
2answers
277 views

Add more css classes in one function

I need to create a function with this: onMouseDown to add that class,onChange that other class and onBlur last class. With ".animate" is more wonderful, but is ok even without. ...
1
vote
1answer
736 views

canvas.onmousedown function to add a shape won't work

I have some code, which can be seen below. At the bottom is a block of code to add a shape. For some reason it won't work unless the very first lines of code are different. Up until I added the ...
0
votes
1answer
1k views

Handle onTouchDown on mobile browser and onMouseDown on desktop/laptop?

I'm developing a web game application with a, HTML5 canvas that has to react to "click" events (in the general meaning). On a mobile platform (or touch-capable), that means reacting to onTouchDown, ...
1
vote
1answer
175 views

Assigning new arrows on Jscrollpane with onmousdown event - buggy in ie7/8

I am assigning new arrows to my jscrollpane with the below code. This works fine in all browswers, but its buggy in ie7/8. An example of the bug can be found on http://jsfiddle.net/WzNM4/6/ . If you ...
0
votes
2answers
2k views

ActionScript 2 Moving an object

I have very little knowledge of ActionScript. I have a movie clip. I want it to move along the x-axis when i press down on a button(button or movie clip) I do not know what code to use as it needs to ...
0
votes
1answer
256 views

'onmousedown' not being called in JavaScript

In Javascript, I want to create a handler for a mouse click. Then, I want to be able to "busy-wait" for a few seconds before running the next line of code.* But in the "busy-wait", I want to still be ...
0
votes
2answers
2k views

How to set onmousedown event for dynamically created div in IE?

I have a (javascript) tool which dynamically creates a div whenever the user clicks on the screen. _newDiv = document.createElement('div'); Now, after I've created _newDiv, I want to assign a ...
4
votes
2answers
1k views

IE9 Mousemove event not firing during Mousepress

When I left-click and drag the mouse, IE9 doesn't recognize the mousemove event. I need to know where the mouse is located while it is being moved during it's depressed state. Other browsers are ...
4
votes
2answers
595 views

Delphi - moving overlapping TShapes

I've needed own triangle shape so, I inherited my triangle class form TShape and override paint method. Everything works fine, but I need to move this shapes with mouse. I set the method for every ...
2
votes
2answers
411 views

How can I make a right-click behave as a left-click for the purpose of selecting or focusing an object

Event though a right-click (as far as I know) fires a mousedown event, that mousedown seems to be ignored in most cases. I'm currently working on displaying a custom context menu via a right-click, ...
0
votes
3answers
816 views

jQuery can't apply onmousedown to anchor tags

I have a navigation menu like this <ul id="nav"> <li> <a id="firstLink" href="#"> Link 1 </a> </li> <li> <a id="secondLink" href="#"> Link 2 </a> ...
1
vote
5answers
1k views

jquery - prevent buildup of mousedown with overlaping elements

lets say I have a div nested withing another div and I have a mousedown event to trigger an alert when any of the divs are clicked on. Naturaly the alert displays twice with a single click as the divs ...
0
votes
1answer
203 views

swfobject and Mouserdown Event

I am trying to find a way to know when a user clicks on a swfobject. I tried flashMovie.addEventListener("mousedown", onPlayerMouseDown, false); but it works only on Mac OS and not on Windows/Linux. ...
0
votes
0answers
525 views

HTML5 Canvas… Why Does OnMouseDown not work with the following code

Trying to get the following code to start a new path onmousedown but have had no luck... Thanks in advance mousemoveHandler: function(inSender, e) { if ( (this.owner.dragging) && ...
0
votes
1answer
235 views

Submit Button mousedown event

I had a question regarding a mousedown image swap with a submit button. here is the submit button code: <input src="submit.png" type="image" class="submit" id="submit"> I tried to add an ...
1
vote
1answer
2k views

How to detect mouse click and hold in Android browser?

I am writing a webpage that is intended to be viewed on Android phones and hopefully other mobile devices. I am going with a webpage as opposed to an App because it is more platform independent. I ...
1
vote
1answer
648 views

MouseDown in WinForm ListBox Kills SelectedIndexChanged

I'm writing some code to detect toggling of selections in a WindForms ListBox with MultiSelect turned on. Since SelectedIndexChanged only lets me see what is selected after the click, I was looking ...
3
votes
3answers
2k views

Mousedown event firing twice (WPF)

I am currently trying to capture a mousedown from an image on a simple grid. I have no problems with the event firing, it is just that it fires twice. And because clicking it twice will eventually ...
2
votes
1answer
221 views

Detecting the last time the user clicked/moved/typed/anything

I have a Windows vb.net project that does an occasional "auto refresh" based on a 20 minute timer. I want to avoid any type of auto-refresh... if the user has manually had any interaction with the ...
1
vote
2answers
995 views

prevent mousedown function when scrollbar used

I've got a div that shows onclick for a link and I want to hide when the mouse is clicked outside the div (similar to most modal box functionality) - the problem is that when the user uses the browser ...
1
vote
1answer
1k views

How to handle both CLICK and MouseDown events in Flex?

I have a scenario where I am listening to both CLICK and MouseDown events for an object. On MouseDown I do a startDrag(). And on Click, I perform something else. But the problem is that, MouseDown ...
2
votes
2answers
547 views

Flot: how to add “mousedown” event to a plot holder?

I want to add "mousedown" event to the plot holder in JQuery/Flot code, i tried two ways, but neither works, i appreciate anybody give me any hints! 1) placeholder.bind("mousedown",function(e){ ...
0
votes
1answer
788 views

JavaScript OnMouseDown Image Hover Effect Help

So here's the thing I made a stopwatch (that you can view here). However when you try it out you'll see there's some problems, and what I'm trying to achieve is... When I hover over the start ...
0
votes
1answer
2k views

Make Object Follow Mouse On MouseDown and “Stick” On MouseUp

I'm working with a project that is WPF and VB.net. I want to visually simulate "dragging" an object (though I do not want to use standard drag and drop for reason of purpose). Basically, I have a ...
0
votes
1answer
139 views

Could not find attribute 'onmousedown' VB.net

Why does Visual studio give this message in the task list when I use "onmousedown" on an asp:button: Could not find attribute 'onmousedown' of element button Surely it does exist. After all, ...
1
vote
2answers
329 views

jQuery Adding a css class to a link when clicked

I have the current code: <script type="text/javascript"> $('ul.products-slideshow-thumbs li a').bind("mousedown", function(){ $(this).toggleClass("current"); }); </script> <ul ...
0
votes
1answer
536 views

onmousedown play sound

How do I make a function in JavaScript that onmousedown in a specific elemtent executes this: document.getElementById('KeyOfC').play(); and on mouseup executes this: ...
0
votes
1answer
792 views

Create rectangle on image using mouseDown C++/CLI

I am having difficulty debugging this program. I am trying to imitate the function on microsoft desktop that you can drag into a rectangle. We want to make it so that it: 1. in order to start ...
0
votes
4answers
688 views

jQuery - triggering a regular function call on mousedown

I want a function to be called regularly at a given interval whilst the left mouse button is being held down over a specific element. Is there a simple way of doing this in jQuery or should I use ...
1
vote
2answers
1k views

WPF - Open ContextMenu on left mouse hold down

In Google Chrome I really like the functionality of the left mouse hold down on the Back button to get the full browse history. In my WPF app: for a button with a context menu, how can I open the ...

1 2