search for: pagey

Displaying 5 results from an estimated 5 matches for "pagey".

Did you mean: page
2006 Jun 15
3
RE: Yahoo!-like Eventobjectemulation/abstractioninPrototype?
...(attr in event) { this[attr] = event[attr]; } this.target = Event.element(event); this.srcElement = Event.element(event); this.which = event.which || event.button; this.button = event.button || event.which; this.pageX = Event.pointerX(event); this.pageY = Event.pointerY(event); this.clientX = this.pageX - (document.documentElement.scrollLeft || document.body.scrollLeft); this.clientY = this.pageY - (document.documentElement.scrollTop || document.body.scrollTop); this.preventDefault = Event.stop.bind(Event, event); this...
2006 Jan 02
2
mouse position without event
Hello, Is it possible somehow to get mouse coordinates without using the event mechanism ? I need to get the current mouse position to initialize some div position, but not at page load Tarek _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2018 Feb 16
0
Wine release 3.2
...-HTML elements. mshtml: Added SVG elements tests. mshtml: Added IDOMEvent::stopImmediatePropagation implementaition. mshtml: Added IDOMEvent::view property implementation. mshtml: Added IDOMMouseEvent::buttons property implementation. mshtml: Added IDOMEvent::pageX and pageY properties implementation. mshtml: Added IDOMKeyboardEvent::which and IDOMMouseEvent::which properties implementation. Joachim Priesner (1): windowscodecs/tiffformat: Fix TiffFrameDecode_GetResolution, add test. Józef Kucia (46): wined3d: Add ARB_texture_multisample extension....
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
....5 needs document.body.clientWidth/Height + dimensions[d] = document.body['client' + D] + } else { + dimensions[d] = document.documentElement['client' + D]; + } }); return dimensions; }, @@ -2716,14 +2718,24 @@ document.viewport = { window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop); } }; -/* Portions of the Selector class are derived from Jack Slocum???s DomQuery, +/* Portions of the Selector class are derived from Jack Slocum's DomQuery, * part of YUI-Ext version 0.40, distributed under the ter...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server