kavinithiy / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Multiple class names with hyphens are ignored #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
If you have multiple class names with hyphens in them, multiple styles are 
ignored.  The behavior 
resolves back to ie6 native multiple class behavior, only referencing the last 
class attached. 
Hyphens are a legal character for css class names

.green-apple.red-apple{}

only the class .red-apple is recognized

.greenapple.redapple{}

works as expected

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

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

Please provide any additional information below.

Original issue reported on code.google.com by teamak...@gmail.com on 11 Mar 2009 at 6:44

GoogleCodeExporter commented 9 years ago
This is fixed in version 2.1.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 1:21