OpenLayers OpenLayers

root/trunk/openlayers/tests/Handler


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8284 [8284] 11/05/08 16:23:55 tschaub The feature handler should not handle destroyed features. Or any features …
(edit) @8256 [8256] 11/04/08 00:28:47 tschaub Slightly more realistic mock features. Still no functional change.
(edit) @8255 [8255] 11/04/08 00:23:43 tschaub Fewer chars to read. No functional change.
(edit) @8207 [8207] 10/27/08 15:00:08 euzuro fix propogate/propagate typo in click handler. thanks to chris r. for …
(edit) @7879 [7879] 08/27/08 10:02:21 ahocevar Made the Feature handler more robust to things that are related to …
(edit) @7872 [7872] 08/26/08 19:27:04 euzuro Add support in OL for right-click capturing, including dbl-right-clicks …
(edit) @7682 [7682] 08/02/08 22:06:31 crschmidt Fix for Feature handler uses getFeatureFromEvent on mousemove even …
(edit) @7648 [7648] 07/31/08 16:49:59 crschmidt Updated Control.KeyboardDefaults tests, but not the Handler.Keyboard …
(edit) @7552 [7552] 07/21/08 09:57:07 pgiraud handlers test are not reflecting the reality, we now simulate a click, …
(edit) @6719 [6719] 03/31/08 01:03:49 crschmidt bring back r6710 now that popup changes are in
(edit) @6711 [6711] 03/30/08 22:12:03 crschmidt Revert r6710: The new popup coe is going to need to change tests, so …
(edit) @6710 [6710] 03/30/08 21:57:38 crschmidt Since we've now completed all the work that is including new tests in 2.6, …
(edit) @6416 [6416] 02/29/08 03:37:12 euzuro be very very careful about how we deal with the wheel. only take action …
(edit) @6414 [6414] 02/29/08 02:30:34 tschaub The click and hover handlers need to take care that the event they are …
(edit) @6131 [6131] 02/08/08 14:51:55 crschmidt Fix lots of EOL SSTyle line ending problems.
(edit) @6066 [6066] 02/07/08 22:24:42 tschaub By default, the click handler now has a zero pixelTolerance. This means …
(edit) @6004 [6004] 02/06/08 10:34:16 fredj Opera version < 9.20 invert the wheelDelta value but version >= 9.20 …
(edit) @5976 [5976] 02/03/08 12:35:39 elemoine Add properties stopClick, stopDown, and stopUp to the feature handler. …
(edit) @5907 [5907] 01/27/08 09:10:00 crschmidt Set the fallThrough property to 'true' by default. This seems to have no …
(edit) @5746 [5746] 01/15/08 07:54:47 elemoine Add hover handler. With this handler user-defined actions can be triggered …
(edit) @5685 [5685] 01/08/08 12:34:34 tschaub Removing methods copied from the drag handler.
(edit) @5523 [5523] 12/19/07 22:02:54 tschaub stop clicks on the point handler - this means no more clicks sneaking …
(edit) @5506 [5506] 12/19/07 06:09:44 elemoine Enables unselecting selected features by clicking outside any feature. …
(edit) @5461 [5461] 12/17/07 01:20:10 crschmidt fix more tests in Opera by adding map.destroy() calls.
(edit) @5460 [5460] 12/17/07 01:14:00 crschmidt fix more tests in opera
(edit) @5438 [5438] 12/15/07 23:42:14 tschaub adding a click handler for flexible cross-browser single and double click …
(edit) @5200 [5200] 11/15/07 18:37:36 tschaub adding irregular option to regular polygon control - now, go draw …
(edit) @5097 [5097] 11/01/07 16:53:06 tschaub Make the drag handler only call done if it actually dragged - thanks for …
(edit) @5085 [5085] 11/01/07 09:37:16 elemoine handlers have to check if layer exists before destroying it. Thanks …
(edit) @4400 [4400] 09/19/07 17:01:04 tschaub Make the drag handler tidy up after itself a bit more. This solves the …
(edit) @4354 [4354] 09/17/07 15:25:26 tschaub Simplify click handling in the drag handler - this makes the sequence …
(edit) @4243 [4243] 09/12/07 11:05:18 crschmidt With review from elem and additional tests, add filter by geometry type to …
(edit) @4241 [4241] 09/12/07 10:25:34 elemoine select features on "click" as opposed to on "mousedown" (closes …
(edit) @4217 [4217] 09/11/07 10:26:08 crschmidt Fix lacking code from #666-- I had originally wanted to add this, but …
(edit) @4205 [4205] 09/10/07 16:24:27 tschaub Adding a RegularPolygon handler for drawing squares, triangles, circles, …
(edit) @4148 [4148] 08/30/07 19:56:04 tschaub adding basic tests for the feature handler
(edit) @4147 [4147] 08/30/07 19:25:49 tschaub make the drag handler and drag feature control tidy up after themselves - …
(edit) @4108 [4108] 08/29/07 13:37:42 tschaub Fix deactivate and destroy methods on the keyboard handler. Add 28 tests …
(edit) @4100 [4100] 08/29/07 00:21:17 crschmidt Properly destroy OpenLayers.Handler.MouseWheel, patch from fredj. Added …
(edit) @4096 [4096] 08/28/07 23:11:41 tschaub Modify drag handler for easier subclassing. Thanks for the team effort on …
(edit) @4090 [4090] 08/28/07 19:58:15 crschmidt check against the map instead, since Opera doesn't seem to have the same …
(edit) @4083 [4083] 08/28/07 18:12:44 crschmidt Fix mousehweel test in opera.
(edit) @4077 [4077] 08/28/07 12:53:59 tschaub Adding neglected polygon hanlder test. Should have gone in with r4076. …
(edit) @4063 [4063] 08/27/07 17:03:28 tschaub Properly destroy features in the point, path, and polygon handlers. Patch …
(edit) @4062 [4062] 08/27/07 15:55:04 tschaub Give handlers a non-API evt property - this to be used by other controls …
(edit) @4059 [4059] 08/27/07 13:47:50 tschaub removing HTML comment wrapping scripts - these haven't been necessary …
(edit) @4042 [4042] 08/25/07 03:46:52 crschmidt "JS error after using mousewheel without having moved the mouse before." …
(edit) @4039 [4039] 08/24/07 23:39:57 tschaub Adding two test pages that didn't make it in r4036 - that devilish ticket. …
(edit) @3906 [3906] 08/15/07 16:48:17 tschaub #905 - give the drag handler back its start property - controls use but do …
(edit) @3891 [3891] 08/10/07 23:32:41 tschaub #774 - drag control only calls move callback with a change in pixel …
(edit) @3870 [3870] 08/06/07 23:19:57 tschaub full tests for drag handler
(edit) @3869 [3869] 08/06/07 18:32:35 tschaub test mousedown with the drag handler
(edit) @3868 [3868] 08/06/07 17:15:37 tschaub adding more handler tests
(edit) @3701 [3701] 07/11/07 13:43:07 tschaub temporarily store the original initialize instead of tacking anything …
(edit) @3698 [3698] 07/11/07 13:04:07 euzuro fix drag handler test for IE. for whatever reason, ie and ff handle the …
(edit) @3690 [3690] 07/10/07 18:57:38 tschaub construct, activate, and deactivate tests for the drag handler
(add) @3689 [3689] 07/10/07 18:48:33 tschaub start testing the drag handler
Note: See TracRevisionLog for help on using the revision log.