Skip to content

Incorrectly parses CSS "propertyName" on qtip2, resulting in failure to detect excludeProperties "behavior" attribute #9

@bs-thomas

Description

@bs-thomas

I believe there are probably more libraries having this problem, but it's not parsing the CSS correct.
(1) dist/jquery.qtip.css
(2) dist/jquery.qtip.min.css

The two above files were unable to avoid the "behavior" attribute. Putting a console.log on css-url-rewriter.js:46 for the variable "propertyName" tells me that it has not parsed the CSS correctly.

It returns "http" as "propertyName" when using (1)
It returns "{cursor" as "propertyName" when using (2)

I'm using version 0.1.3

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions