Closed
Bug 1513446
Opened 7 years ago
Closed 7 years ago
Elements with “position: relative; z-index: auto", and with manipulated visibility/opacity of pseudo-elements can be invisible
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: q21, Unassigned, NeedInfo)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
I created "A" and "Hx" elements with CSS “position: relative”, no z-index, and with manipulated visibility/opacity of their pseudo-elements :after (opacity: 0, and :hover opacity:0.9).
Actual results:
1. They are invisible though hover effects etc. work on them.
2. Sometimes they are visible but those which were off-screen remain invisible when scrolled into the window.
3. Sometimes when one link gets hovered (and its pseudo-element gets opacity and visibility), the link gets visible and all the other such links get visible too.
4. The same effect when that link is right-clicked with "Inspect Element".
Expected results:
Visible elements.
Comment 1•7 years ago
|
||
@q21,
Can you please attach a testcase or public url to reproduce the problem?
Flags: needinfo?(q21)
https://xxx.obschy.ru/editonlink/invisib.htm
Scroll a couple screens down and see blank lines instead of links.
Flags: needinfo?(q21)
Comment 3•7 years ago
|
||
Hey q21,
Opening the provided testcase results in a lot of AAAA and Test hyperlinks, thus I'm pretty lost in where to search for the issue. Can you please provide a simplified one which shows only the issue? It would be greatly appreciated, thanks.
Flags: needinfo?(q21)
No. I was not able to keep errors showing after simplifying the document too much. But you can see the issue on this screenshot. https://postimg.cc/v1q0kZQm The left half of the picture shows the FF window with zoom = 1 (100%). No links! The right half shows zoomed out window (90%), links are visible. Obvious bug! Please download the test case ASAP, as my hosting provider goes out of business.
Flags: needinfo?(q21)
Comment 6•7 years ago
|
||
Yeah...well the host provider is down and I can't check it anymore. Can you please also check if it can be reproduced on a clean profile and safe mode on the latest Nightly?
Here are some useful links:
Safe mode: https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode.
New Clean Profile: https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
Firefox Nightly: https://www.mozilla.org/en-US/firefox/channel/desktop/
Flags: needinfo?(q21)
Here is the test case file for another 30 days:
https://ufile.io/fgg46
Flags: needinfo?(q21)
Comment 8•7 years ago
|
||
Thanks for the link. Tried it out on 4 Firefox versions (Nightly, Beta, Release and ESR) on Windows 10 x64 but couldn't reproduce. I've changed the zoom level from 100% to 90% and other combinations, scrolled the page like that and the links were visible on hover and so on.
Can you please ensure that there are no add-ons that cause this issue or custom settings? I really recommend using a safe profile and safe mode to test that part.
Flags: needinfo?(q21)
Comment 9•7 years ago
|
||
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 with a new clean profile and safe mode, feel free to reopen the bug.
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
•