search for: mousedown

Displaying 20 results from an estimated 22 matches for "mousedown".

2006 Jun 15
12
Why such bad performance with IE ?
Regarding DragDrop I am wondering what the deal about Internet Explorer 6 is. My application is near to final and now while testing browsers all but the IE6 are running as supposed to. Any other browser is performing smooth movement while IE compared provides a very bad expirience. I''ve seen some "tuning" infos on this list but they are either outdated or not actually working
2008 Jul 01
2
Sortable, stop event on drop
I''ve got a "Sortable" list that is sorting just fine. But in the list items, there is a link. If you mousedown on the link, drag it to a new location and mouseup, the list gets reordered appropriately, but then the link is followed (you did - after all - click it). Is there a way to either stop the mouseup/click event before activating the link after you''ve dragged the item, or to not drag at all...
2006 Jun 14
5
Sortable Tree - Stoping Event dispatch ?
Hi, I''m trying to play with sortable tree and have two issues: I have an AJAX Tree looking like: <ul class=''TreeCat'' id=''work''> <li class=''open''> <img src=''s.gif'' class=''node'' onclick="Ajax.Tree.toggle(event,this);"/> <a
2005 Aug 24
1
draganddrop mousemove event question
I''ve noticed that the update method of every Draggable is called for each mousemove event while nothing is dragging. I''m wondering what the reasoning behind this is (vs. attaching the mousemove handler after a mousedown event). Does it have a noticeable performance impact when there are lots of draggables (say 400)? Disclaimer: I''m really new to JavaScript and may have missed some fundamental facts about event handling with closures. Cathy
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with dignity and work can be saved, but
2007 Apr 27
2
mdiclient windows do not always activate on click
I just noticed that MDIClient windows do not automatically become current when they receive a mouse click, but only do so if the click happens inside of an enabled widget. This may very well be correct, but if so then what is the right way to handle it, if you want a more familiar window-manager behavior (click to focus)? For example, if you change the mditest.rb example like so... ---
2001 Aug 20
1
Event trail info help request
...test wine built locally, daily from CVS. I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a mouse event bug. I write my software in Borland Delphi 4. For testing, I have written a program that simply intercepts the application message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events, and prints them to a memo component complete with hex representation of the hwnd from the message. I'm running the program with wine -managed --debugmsg +event Project1.exe This applies to all the windows programs I have run so far. I use Calc.exe from win95 as a goo...
2006 Feb 27
11
Disabling anchor clicking in a draggable
Hey guys I have an interesting problem - I have some draggable elements (sortable actually), with links (<A>) inside them. I want the user to be able to click on the link, however if the user drags the element I don''t want the link to get fired. Can anyone think of a way to do this? It only needs to work in Firefox. Cheers -Rob
2005 Aug 15
0
Scriptaculous - Sliders and resizing images
...ully, I''ve sent my questions to the right place. Has anyone done any work so far on sliders with the prototype.js library? Also, I would like to resize an image/div on the page. I see we have some functions for resizing elements but I''m unsure if someone has hooked that into a mousedown (and drag) event. Cheers, Marty
2005 Aug 31
0
Event listener problems
...nd have had some problems which might be of interest. First I have been having a crash on Safari 2.0 and 2.0.1. The logical place to call Event.stopObserving to de-register the listener is actually within the listener once it has finished its task. eg register a mouseup listener from the mousedown event listener and then remove the mouseup listener from within the mouseup listener when the mouseup has executed. I found that if Event.stopObserving was called as anything other than the last line of the method, Safari would crash occasionally. Not always but say about one time in twen...
2006 May 21
3
Catching events outside document (on window chrome)
Hello, How can I catch the onmouseup event outside the ducument - means when the pointer is above window chrome (e.g. toolbar)? Event.observe(document, ''mouseup'', someListener) works only inside the document for me. Thanks in advance for your help! Thomas -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Apr 06
3
Drag and drop events. Or: How I learned to take over the world.
Hey all, First, I just want to say thanks to all of you who read, and email here frequently. So "Thanks". Second, I have a little pet project. This one has not timelines, and is mainly meant for my own personal growth and javascript goodness. It is a drag and drop game, and it may not be 100% possible to do everything I want with it. But that has not stopped me from
2006 Apr 20
0
Tvs Plasma notebboks E-gold apy
...== 2)){ alert("Substitua pela mensagem que vai aparecer."); return false; } else if (navigator.appName == ''Microsoft Internet Explorer'' && (event.button == 2 || event.button == 3)) { alert("Function Dsabled!."); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; </script> </div> <table id="general" style="text-align: left; margin-left: auto; margin-right: auto; width: 842px; height: 441px;" border="0" cellpadding=&quot...
2014 Dec 12
0
Wine release 1.7.33
...s (1): msvcrt: Call the _nolock variant when the file is already locked. Jacek Caban (12): mshtml: Added "indent" command support to execCommand. mshtml: Added support for flag 2 in getAttribute. mshtml: Allow setting fontWeight to empty string. mshtml: Mark mousedown event as cancelable. mshtml: Added support for copy, paste and cut commands in execCommand. mshtml: Added support for IDM_PASTE command in browser mode. mshtml: Added support for IDM_CUT command in browser mode. mshtml: Pass HTMLPluginContainer to create_plugin_host. m...
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...libR.dylib 0x01063eb4 jump_to_top_ex + 0x260 (errors.c:682) 3 com.apple.AppKit 0x92fda908 -[NSToolbarButton sendAction:to:] + 0x4c 4 com.apple.AppKit 0x92fda8a8 -[NSToolbarButton sendAction] + 0x50 5 com.apple.AppKit 0x92f5a70c -[NSToolbarItemViewer mouseDown:] + 0x674 6 com.apple.AppKit 0x92eb2a24 -[NSWindow sendEvent:] + 0x10e4 7 com.apple.AppKit 0x92ea50d0 -[NSApplication sendEvent:] + 0xebc 8 com.apple.AppKit 0x92ead500 -[NSApplication run] + 0x240 9 com.apple.AppKit 0x92f69bec NSApplicationMain + 0x1d0 10...
2006 Aug 07
8
Dropables problem on scroll bars
I have a droppable and draggable implementation. works pretty much well except when my droppables are on a scrollbar (created via overflow:auto) since my droppables are on a list. seems that the droppables aren''t working well with scrollbars and overflow. please help! thanks! _______________________________________________ Rails-spinoffs mailing list
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...1635 Re_ReadConsole 1635 -[RController handleReadConsole:] 1635 -[RController doProcessEvents:] 1635 -[NSApplication sendEvent:] 1635 -[NSWindow sendEvent:] 1635 -[NSControl mouseDown:] 1635 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] 1635 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] 1635 -[NSCell _sendActionFrom:] 1635 -[NSControl sendAction...
2008 Oct 24
0
Wine release 1.1.7
...l: Added IHTMLFrameBase2::get_contentWidnow implementation. mshtml: Added open and close implementation. mshtml: Added IHTMLInputElement::select implementation. mshtml: Added element blur, focus, paste and drag event implementation. mshtml: Added element keydown, mouseup and mousedown event implementation. mshtml: Added document keydown, keyup, dragstart and selectstart event implementation. mshtml: Added element mouseout and selectstart event implementation. mshtml: Test for NULL nscontainer in set_event_handler_disp. mshtml: Added IHTMLDocument4::focus...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...this._isScrollChild = Element.childOf(this.element, options.scroll); } - Element.makePositioned(this.element); // fix IE + Element.makePositioned(this.element); // fix IE this.options = options; - this.dragging = false; + this.dragging = false; this.eventMouseDown = this.initDrag.bindAsEventListener(this); Event.observe(this.handle, "mousedown", this.eventMouseDown); - + Draggables.register(this); }, - + destroy: function() { Event.stopObserving(this.handle, "mousedown", this.eventMouseDown); Draggables.unr...
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c
...if (conditions & SWFDEC_EVENT_ENTER) - return "Enter"; - if (conditions & SWFDEC_EVENT_UNLOAD) - return "Unload"; - if (conditions & SWFDEC_EVENT_MOUSE_MOVE) - return "MouseMove"; - if (conditions & SWFDEC_EVENT_MOUSE_DOWN) - return "MouseDown"; - if (conditions & SWFDEC_EVENT_MOUSE_UP) - return "MouseUp"; - if (conditions & SWFDEC_EVENT_KEY_UP) - return "KeyUp"; - if (conditions & SWFDEC_EVENT_KEY_DOWN) - return "KeyDown"; - if (conditions & SWFDEC_EVENT_DATA) - return &...