Closed
Bug 1507456
Opened 6 years ago
Closed 6 years ago
[Linkedin] Highlight inconsistency on hover inside starting steps section
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
DUPLICATE
of bug 1089326
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | wontfix |
firefox63 | --- | wontfix |
firefox64 | --- | fix-optional |
firefox65 | --- | fix-optional |
People
(Reporter: asoncutean, Unassigned)
Details
Attachments
(2 files)
[Affected versions]: - 63.0.3 (20181114214635) - 64.0b9 (20181112164519) - 65.0a1 (20181115100051) [Affected platforms]: - macOS 10.13 - Windows 10 x64 - Ubuntu 16.04 x86 [Steps to reproduce]: 1. Login with valid credentials on https://www.linkedin.com/ 2. Collapse the 3 getting started steps section (below navigation bar) by clicking on the “up” arrow next to it 3. Hover each subtitle [Expected result]: - All subtitles are highlighted on hover. [Actual result]: - “Keep connecting” is not highlighted on hover. [Regression range]: - Not a regression, I could see this highlighting issue way back to Fx 31.0a1. [Additional Notes]: - On Chrome this issue is not reproducible.
Updated•6 years ago
|
Summary: [Linkedin] Hightligh inconsistency on hover inside starting steps section → [Linkedin] Highlight inconsistency on hover inside starting steps section
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Hi Anca, are you able to create a reduced test case for this? When I log in to LinkedIn I don't see the getting started steps.
Flags: needinfo?(anca.soncutean)
Reporter | ||
Comment 2•6 years ago
|
||
I hope this is helpful! Also, I've made a second screencast to be easier to identify the affected area: https://drive.google.com/file/d/1HtF743wWir6hCLVYhRLaTFlBzH6SnSOj/view?usp=sharing . If anything else, please let me know!
Flags: needinfo?(anca.soncutean)
Comment 3•6 years ago
|
||
Thanks Anca! That helps a lot! Looking into this it appears to be because the :hover is specified on a child of a <button> (a <span> in this case) and that doesn't work due to bug 843003 which has been resolved as a dupe of bug 1089326. If LinkedIn want to work around this the usual advice is just to move the :hover selector to the button instead of the span: https://stackoverflow.com/questions/5965810/buttonhover-not-working-in-firefox https://stackoverflow.com/questions/34396750/css-not-working-for-span-tag-hover-which-is-inside-button-tag-in-firefox-and-in
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•