Skip to content

onselectstart not implemented #892

@lookfirst

Description

@lookfirst

Thanks for a really nice library.

I get automated error messages emailed to me via an onError handler and noticed this one:

  "message" : "Not implemented\r\n",
  "script" : "/js/leaflet/leaflet-src.js",
  "linenumber" : 716,
  "userAgent" : "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.3; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BRI/2; .NET4.0C; .NET4.0E; IPH 1.1.21.4019)"

Failing on this...

    enableTextSelection: function () {
716:        document.onselectstart = this._onselectstart;
        this._onselectstart = null;
    },

Using 0.4.4.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions