[UK][argos.co.uk] Expiry year dropdown is cut off
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(firefox-esr91 affected, firefox95 affected, firefox96 affected, firefox97 affected, firefox98 affected)
People
(Reporter: sbadau, Assigned: denschub)
References
()
Details
(Keywords: webcompat:needs-diagnosis, Whiteboard: [webcompat:sightline])
Attachments
(3 files)
Affected Versions:
Nightly 97.0a1, Beta 96, Release 95, 91.4.0esr
Tested on:
- Windows 7 x64
- Windows 10 x64
Steps to Reproduce:
- Launch Firefox
- Go to and reach the payment form for argos.co.uk
- Fill in the card's number
- For the Expiry Date, select the Month and the Year from the dropdown.
- Observe the Year.
Expected Results:
The year should be properly displayed after being selected from the dropdown.
Actual Results:
The year from the Expiry date is cut off, only 202 is visible. Please see the screenshot for more details.
Notes:
- Severity: S4
- Reproducible on Chrome?: No
- Regression-range: reproducible on all latest versions.
- This issue is not reproducible on macOS Big Sur 11.6.
Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
We appreciate your report. I was not able to reproduce the issue. After reaching the payment page and selecting the Credit card payment type, the year field is displayed as expected.
Tested with:
Browser / Version: Firefox Nightly 98.0a1 (2022-01-11) (64-bit)
Operating System: Windows 10 PRO x64
Simona, could you please re-test the issue on the latest build of Firefox Nighlty? Try clearing cache/data/cookies, disabling add-ons and Ad-blocker (if available) and extensions or use a clean profile, and check again? If there are any changes made to the default settings of the browser (e.g. in about: config) please revert to the default settings and try again. Also, have the required cookies been accepted for this page?
Reporter | ||
Comment 3•3 years ago
|
||
Tried on two different Windows 10 machines with clean profiles and the issue is still reproducible using the latest Nightly 98.0a1 - ID 20220113093336.
For more details, please see the screencast.
Comment 4•3 years ago
•
|
||
This might be device-dependent, as I was not able to reproduce the issue trying various scenarios:
- Not signed into my test account trying to direct purchase an item.
- Not signed into my test account trying to purchase an item added to the trolley.
- Signed into my test account trying to direct purchase an item.
- Signed into my test account trying to purchase an item saved into the trolley.
Oana, could you take a look at this, please?
Tested with:
Browser / Version: Firefox Nightly 98.0a1 (2022-01-12) (64-bit)
Operating System: Windows 10 PRO x64
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Yes I was able to reproduce it on my side.
https://prnt.sc/26do96y
Affected area:
<div class="select">
<select id="expiryDateYear" name="exp_year" class="hps-detail hps-mandatory" disabled="">
<option disabled="" selected=""></option>
<option value="2022" selected="selected">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<--!cut out-->
</select>
</div>
Note: Removing the padding-right
, the year is displayed correctly and it does not affect Chrome.
select {
width: 70px;
height: 48px;
padding-right: 28px;
position: relative;
z-index: 3;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
Tested with:
Browser / Version: Firefox Nightly 98.0a1 (2022-01-13)
Operating System: Windows 10 Pro
Comment 6•2 years ago
|
||
I was not able to reproduce this issue on the latest Nightly. Simona, can you take a look and confirm?
Tested on:
Operating system: Windows 10
Firefox version: Nightly 110.0a1 (2023-01-11)
Reporter | ||
Comment 7•2 years ago
•
|
||
(In reply to Calin Tanase from comment #6)
I was not able to reproduce this issue on the latest Nightly. Simona, can you take a look and confirm?
I can't reproduce it either - tested on Windows 10 using the latest Nightly 110.0a1.
Updated•2 years ago
|
Updated•2 months ago
|
Description
•