mourner
8e131c5f32
more cleanup and refactoring
2012-02-15 17:05:55 +02:00
mourner
fdde989f05
Fixed Android 3 stability issues
2012-02-13 16:01:00 +02:00
mourner
0756ef15c7
Fixed Android 2 stability issues, Closed #69
2012-02-13 14:32:58 +02:00
mourner
f46c0263c3
Fixed touch-panning inside a popup, closed #452
2012-02-03 12:59:05 +02:00
mourner
c509c55f20
more whitespace fixes
2011-12-10 13:48:45 +02:00
mourner
a9720fcb43
Final jshinting without remorse
2011-12-09 16:51:31 +02:00
mourner
b03f6eff07
Some really heavy jshinting and whitespace fixes
2011-12-09 16:35:15 +02:00
mourner
dc79b10683
More jshinting and whitespace fixes
2011-12-09 12:20:59 +02:00
mourner
fccecb419f
Whitespace fixes
2011-12-08 17:53:17 +02:00
Samat K Jain
c59e8b3239
Ignore shift key for touch-enabled browsers
...
Firefox Mobile (née Fennec) has a bug that sets Event.shiftKey to true
even though the shift key is not depressed:
https://bugzilla.mozilla.org/show_bug.cgi?id=694268
As a workaround, ignore whether the shift key is depressed for
touch-enabled browsers. This breaks Leaflet’s drag-zoom, but besides
being awkward I’m unsure it consistently worked on other touch-enabled
browsers (did not work for me on Android 2.3 devices w/ Bluetooth
keyboard).
2011-10-14 17:16:13 -06:00
mourner
be575a6622
Clear transition step interval timer one more time (to make sure it doesn't leak), related to #231
2011-09-23 18:18:43 +03:00
mourner
fe443d3d50
Fixed regression in Draggable (click triggers after dragging), closed #306
2011-09-23 17:03:36 +03:00
mourner
106054140b
A better attempt at the copy world problem, hopefully closed #273 , fixed #293 , fixed #294 , closed #288
2011-09-23 16:55:47 +03:00
mourner
9fad3d0b40
cleanup, fix IE6 events error
2011-09-20 17:03:35 +03:00
mourner
87e5cba374
Fixed whitespace
2011-09-20 16:27:08 +03:00
mourner
a7d2b16543
Fixed a bug related to panning getting stuck after releasing the mouse over an iframe or flash, closed #64 and #166
2011-09-20 16:22:30 +03:00
Vladimir Agafonkin
73d6fb6c0a
Fixes IE problem introduced in a recent commit, #292
2011-09-14 20:19:50 +03:00
Mourner
1d86c969be
Fix vector layer click events for iOS, close #204
2011-09-09 12:52:28 +03:00
Mourner
7ce750a3b7
more on #281
2011-09-08 12:11:14 +03:00
Mourner
fde7c7960a
don't add the same listener twice, close #281
2011-09-08 12:01:21 +03:00
Mourner
6a39725de5
fix requestAnimationFrame in some Chrome/Linux builds
2011-08-15 18:34:58 +03:00
Mourner
13807db12e
more mouse scrolling fixes, update build
2011-08-11 14:01:15 +03:00
ErshKUS
1fb8e4bb4b
oops, I'm new to GitHub
2011-08-11 00:07:13 +03:00
ErshKUS
94d1288d4c
fix zoom mousescroll, test FF3.6 Chrome last IE 8
2011-08-10 23:50:32 +03:00
Neno
6d509e432b
Fix L.DomUtil.removeClasss method. Regex wasn't matching '-' chars in class names.
2011-07-31 14:04:04 +01:00
Mourner
aa5849a2dc
fixed mouse zoom when map is inside scrollable div, closes #206
2011-07-28 12:49:32 +03:00
chrillo
d4c73d2b57
Scrolling Offset Bug Fix
2011-07-28 10:36:21 +02:00
Vladimir Agafonkin
c726d6f3cb
Merge pull request #189 from anru/domutil
...
Add L.DomUtil.removeClass method
2011-07-20 04:27:12 -07:00
Andrey Rublev
479eaa6528
Now draggable's event 'drag' syncronized with actual position of draggable element
2011-07-20 14:18:59 +07:00
Andrey Rublev
b27922ea2c
Add L.DomUtil.removeClass method
2011-07-15 19:03:35 +07:00
Mourner
9c19796f25
rely more on feature detection instead of ua string, closes #142
2011-06-23 14:41:47 +03:00
Mourner
0800c241c1
opera mobile fixes, closes #138
2011-06-17 19:40:27 +03:00
Mourner
05c4b3f114
add tap tolerance for better mobile usability, update changelog
2011-06-17 15:52:39 +03:00
Mourner
d3f0ba5424
don't use setTimeout on drag for browsers without requestAnimFrame
2011-06-17 14:10:30 +03:00
Mourner
d2487e89d0
improve mobile webkit click responsiveness, fix clicks in Android 2.1
2011-06-17 13:50:50 +03:00
mourner
c93d91bfad
improve panning performance considerably, closes #130
2011-06-17 00:24:13 +03:00
Mourner
b781376e3d
fix HTC Hero panning, closes #84 (hopefully)
2011-06-16 18:52:37 +03:00
Mourner
522fd7a78e
fix bug with click propagation on popup close button, fixes #99
2011-06-03 14:32:17 +03:00
Mourner
2bbdc028ea
fix map div absolute position bug, fixes #100
2011-06-03 11:52:51 +03:00
Mourner
eadb94f258
revert android fix as it prevents clicks on iphone :(
2011-05-31 20:02:23 +03:00
mourner
600c9619c3
Revert getTarget-related refactoring, fixes #87 (IE8 error)
2011-05-31 01:27:19 +03:00
mourner
af9319e52e
fix whitespace
2011-05-31 00:39:04 +03:00
Miroff
c44ec4e1c0
Fixed issue #84 Panning is really slow under HTC Hero (Android 2.2)
2011-05-31 01:30:18 +07:00
Mourner
f36a2f91af
fix accidentally broken tiles in IE6-8, fix SVG in IE9, fixes #83
2011-05-30 15:20:08 +03:00
Mourner
9863c0c6a0
tile layer refactoring
2011-05-27 18:36:11 +03:00
Mourner
089052e40d
TileLayer opacity option
2011-05-23 14:09:15 +03:00
Mourner
ed4d73cc5a
fix accidentally broken mousewheel
2011-05-20 11:19:51 +03:00
Mourner
5e927b0382
dom mouseenter/mouseleave, map mouseover/mousemove/mouseout events
2011-05-19 18:57:35 +03:00
Mourner
895d171648
android fixes, zoom animation refactoring, fadeAnimation option
2011-04-14 15:42:48 +03:00
Mourner
8cb51d1c6c
Double tap on mobile webkit, update build
2011-04-12 16:53:07 +03:00