Nicholas L
db3ad70a3d
Remove use of goog.bind and use ES5 .bind
2016-01-15 22:10:55 +13:00
Tim Schaub
13a981c94b
Fewer blank lines
2016-01-11 22:03:23 -08:00
Tim Schaub
3cf8618fc7
Prefer single line assignment to 80 character limit
2016-01-11 18:56:08 -08:00
Tim Schaub
59a66c7aaa
Remaining valid-jsdoc corrections
2016-01-11 18:56:08 -08:00
Frederic Junod
cf1b1822b8
Remove use of goog.object.getKeys
2015-11-30 17:34:53 +01:00
Frederic Junod
5ead77bcd1
Remove extra space in type annotation
2015-11-19 10:03:42 +01:00
Marc Jansen
7530e46cfa
Remove goog.isNull in pointereventhandler class
2015-10-01 09:18:53 +02:00
Frederic Junod
496cece074
Remove use of goog.array.forEach
2015-09-29 10:55:17 +02:00
Frederic Junod
0a6745f1e4
Remove unused goog.require
...
Found by the latest version of closure-compiler (v20150729)
2015-08-04 10:01:11 +02:00
Milan P. Antonovic
400e81431d
PointerEventHandler exception with Overlay containing SVG
...
Using an ol.Overlay as marker I put inside an SVG graphic element. As soon I move the mouse over the SVG the error appear.
In IE9 the SVG Element does not have the contains function so it throws the exception, on the contrary using goog.dom.contains it handles the cross-browser issues.
https://groups.google.com/forum/#!topic/ol3-dev/DBi2HCTqulU
2015-04-10 14:33:16 +02:00
Tim Schaub
947b049799
Rename ol.browserfeature to ol.has
2014-08-22 07:34:35 -06:00
Peter Robins
e35531e7c6
Rename BrowserFeature to browserfeature
2014-08-15 13:53:20 +00:00
tsauerwein
51a557efbb
Replace goog.structs.Map with plain object
2014-03-14 10:16:27 +01:00
tsauerwein
8a26ac6e24
Set preventDefault in PointerEvent constructor
2014-03-14 10:16:27 +01:00
tsauerwein
e08fa37565
Use enums for pointer event types
2014-03-14 10:16:27 +01:00
tsauerwein
b693ddf56e
Remove assignments inside expression
2014-03-14 10:16:27 +01:00
tsauerwein
77aa29e6ee
Remove blank lines
2014-03-14 10:16:27 +01:00
Tom Payne
df71854561
Merge ol.pointer.CLONE_PROPS and CLONE_DEFAULTS into a single array
2014-03-14 10:16:27 +01:00
tsauerwein
b17957b543
Fix support for legacy IE
2014-03-14 10:16:26 +01:00
tsauerwein
bc31d42964
removes dead code
2014-03-14 10:16:26 +01:00
tsauerwein
bfc95451e8
fixes preventDefault() on IE11
2014-03-14 10:16:26 +01:00
tsauerwein
eca6846dac
move checks for pointer support into browserfeature module
2014-03-14 10:16:26 +01:00
tsauerwein
b52f79340d
use separate pointer event handler for document when dragging
2014-03-14 10:16:26 +01:00
tsauerwein
7fbd11154b
refactoring, type annotations
2014-03-14 10:16:26 +01:00
tsauerwein
d772c95ccf
makes PointerEvent a plain closure class, instead of trying to mimic a mouse event, which was required for the polyfill
2014-03-14 10:16:25 +01:00
tsauerwein
e1f4410ad4
removes not needed WeakMap struct
2014-03-14 10:16:25 +01:00
tsauerwein
c4c1eb7d45
allow dragging for mouse/ms/native when pointer is outside map viewport element
2014-03-14 10:16:25 +01:00
tsauerwein
ee2174785f
copy properties for pointer event from internal browser event, not from google.event.BrowserEvent
2014-03-14 10:16:25 +01:00
tsauerwein
37ab50e2e4
use goog.bind, safari does not support the native bind
2014-03-14 10:16:25 +01:00
tsauerwein
492549642e
add polymer license info
2014-03-14 10:16:25 +01:00
tsauerwein
0858f6825c
source for touch events
2014-03-14 10:16:25 +01:00
tsauerwein
df4bd7c43b
source for ms pointer events (IE10)
2014-03-14 10:16:25 +01:00
tsauerwein
7140f608f8
pointer events generated by mouse events
2014-03-14 10:16:25 +01:00