Skip to content

attr(props, pass) deprecation regression when used with JQuery 1.8.3 #17

@nathany

Description

@nathany

I was previously using jQuery Migrate - v1.0.1-pre - 2013-01-27 but updated to the 1.1.0 download today. This caused some visual breakage in an area where a deprecation message previously existed. Looking at the jQuery Migrate diff, I narrowed it down to this condition:

oldAttr.length < 4

On JQuery 1.8.3 this value is 4.

According to the deprecation trace that was there before, the calling code is creating some HTML:

this.dropdown = $("<div>", {
        "class": "dropdown_menu"
      });

So it appears to be an internal usage... and pass is true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions