Closed
Bug 1472902
Opened 7 years ago
Closed 7 years ago
The newest version of the mozilla browser is not showing some of the CSS style while other browsers are showing it
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rohitrupamdeka, Unassigned)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180605171542
Steps to reproduce:
I was building a website and was using firefox to test it but there are some css attributes which are not working properly
css of link---> a.active and
css of hovering-->a.hover
Actual results:
the colors are not changing even if the commands are perfectly fine while i tried to make my link active. Instead of changing the color to black the color just remains the same.
Expected results:
the color of the link when is active when clicked should have changed to black.
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Hi!
I cannot reproduce the issue on Windows 10 x64 using the latest Release Version 61.0.1 Build ID:20180704003137.
Using your code, the color of the link when active (clicked) is black as expected. I've only changed in your code the visited state to color yellow and it also worked as expected.
You can see each behavior in my attachments.
Could you please retest using safe mode (https://goo.gl/AR5o9d), maybe even a new clean Firefox profile (https://goo.gl/AWo6h8), to eliminate add-ons or custom settings as a possible cause.
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Hi,
Marking this as Resolved: Incomplete due to the lack of response from the reporter.
If the issue is still reproducible with the latest Firefox version, feel free to reopen the bug with more information.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•