gehuangyi20 / ie7-js

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

ie7-js doesn't correct hover for A(anchor element with no href unless styled by id #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

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

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

Please provide any additional information below.
This is possibly the same problem as
http://code.google.com/p/ie7-js/issues/detail?id=112

Original issue reported on code.google.com by svar...@gmail.com on 21 Sep 2008 at 9:22

GoogleCodeExporter commented 9 years ago
Sorry, enter key to close to arrow key on my laptop, thus I submitted this 
before
entering my info. See next comment for the rest of the issue description!

Original comment by svar...@gmail.com on 21 Sep 2008 at 9:25

GoogleCodeExporter commented 9 years ago
* What steps will reproduce the problem?
Add an anchor element to your markup. It should not have a href attribute.
In your CSS, style its hover pseudo-class.
Open the page in MSIE6 and hover the element.

* What is the expected output? What do you see instead?
The element should be styled as specified in CSS. Instead, no styling is seen.
However, if you put an id attribute on the element and styled it though that 
(#id
{...) styling occurs.

* What version of the product are you using? On what operating system?
IE8.js 2.0b3. I've also tried r29 (current development version).
Running MSIE6 through MultipleIE on WinXP in parallels on a mac.

* Please provide any additional information below.
This is possibly the same problem as
http://code.google.com/p/ie7-js/issues/detail?id=112

See the test file attached! The same file can also be viewed online:
http://vowel.se/ie7-js_linktest.html

Original comment by svar...@gmail.com on 21 Sep 2008 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
A small correction, if not obvious:

* What is the expected output? What do you see instead?
The element should be styled as specified in CSS. Instead, no styling is seen.
However, if you put an id attribute on the element and styled it though that 
(#id:hover
{...) styling occurs.

Original comment by svar...@gmail.com on 22 Sep 2008 at 11:22

GoogleCodeExporter commented 9 years ago
These are edge cases. I will look at fixing them in the next release.

Original comment by dean.edw...@gmail.com on 12 Feb 2010 at 3:02