Set the fallThrough property to 'true' by default. This seems to have no
adverse affect on the examples, is documented in the 2.6 release notes, and will allow for easier display of built-in browser tooltips for controls. r=elemoine (Closes #1303) git-svn-id: http://svn.openlayers.org/trunk/openlayers@5907 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -284,9 +284,9 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
* APIProperty: fallThrough
|
||||
* {Boolean} Should OpenLayers allow events on the map to fall through to
|
||||
* other elements on the page, or should it swallow them? (#457)
|
||||
* Default is to swallow them.
|
||||
* Default is to fall through.
|
||||
*/
|
||||
fallThrough: false,
|
||||
fallThrough: true,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Map
|
||||
|
||||
Reference in New Issue
Block a user