Export to GitHub

ie7-js - issue #397

selectors & pseudo classes conflict


Posted on May 28, 2014 by Happy Camel

What steps will reproduce the problem?

use: selectors & pseudo classes

exp: E[foo^="bar"]:hover {background: red;}

What is the expected output? What do you see instead?

No respone.

What version of the product are you using? On what operating system?

I use ie7-2.1(beta4)-ie9.js

Comment #1

Posted on May 28, 2014 by Happy Camel

Comment deleted

Comment #2

Posted on May 28, 2014 by Happy Camel

Comment deleted

Comment #3

Posted on May 28, 2014 by Happy Camel

Comment deleted

Comment #4

Posted on May 28, 2014 by Happy Camel

Comment deleted

Comment #5

Posted on May 29, 2014 by Happy Camel

Comment deleted

Comment #6

Posted on May 29, 2014 by Happy Camel

Comment deleted

Comment #7

Posted on May 29, 2014 by Happy Camel

Failed: div[foo = "bar"]:hover div[foo $= "bar"]:hover

OK: div[foo ~= "bar"]:hover div[foo |= "bar"]:hover div[foo ^= "bar"]:hover div[foo *= "bar"]:hover

Attachments

Comment #8

Posted on May 30, 2014 by Happy Camel

Comment deleted

Comment #9

Posted on May 30, 2014 by Happy Camel

Bug Fixed!

Attachments

Status: New

Labels:
Type-Defect Priority-Medium