Steps to reproduce
- On a deskop computer, go to the mobile site and enable night mode on eswiki
- Hover over a link
Expected results
- Text should disappear in a gradient
Actual results
Environments observed
everywhere
Check any additional observations
- Observed on the beta cluster wiki
- Observed on a production wiki
- Observed on Vector desktop skin
- Observed on MinervaNeue responsive skin on a desktop computer
- Observed while logged in
- Observed while not logged in (anonymous)
Who is this suitable for?
- Someone who is already setup with MediaWiki
- Someone who has contributed a Gerrit patch
- Someone starting their MediaWiki development journey
Where is the code located
https://gerrit.wikimedia.org/g/mediawiki/extensions/Popups
Who can they contact if struggling?
@Jdlrobson
Derived Requirement
Ensure that the gradient effect in page previews works correctly in night mode, making the text legible and maintaining the intended visual design.
BDD
Feature: Page Previews Gradient in Night Mode
Scenario: Ensure gradient effect in night mode
Given the user has enabled night mode
When the user hovers over a link to preview a page
Then the gradient effect in the preview should work correctly
And the text should be legibleTest Steps
Test Case 1: Ensure Gradient Effect in Night Mode
- On a desktop computer, go to the mobile site and enable night mode on eswiki.
- Hover over a link to preview a page.
- AC1: Confirm that the gradient effect in the preview works correctly and the text is legible.
QA Results - Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T360877#9823922 |
QA Results - PROD
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T360877#9844683 |


