Outlook live - skype dropdown widget lacking padding-right
Categories
(Web Compatibility :: Desktop, defect, P3)
Tracking
(firefox-esr78 affected, firefox69 wontfix, firefox70 fix-optional, firefox79 fix-optional, firefox80 fix-optional, firefox81 fix-optional)
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | affected |
| firefox69 | --- | wontfix |
| firefox70 | --- | fix-optional |
| firefox79 | --- | fix-optional |
| firefox80 | --- | fix-optional |
| firefox81 | --- | fix-optional |
People
(Reporter: cfogel, Unassigned)
References
(Regression, )
Details
(Keywords: regression, webcompat:site-wait)
Attachments
(1 file)
|
43.81 KB,
image/png
|
Details |
Affected versions
- 69.0, 69.0b16, 70.0a1 (2019-08-25)
Affected platforms
- Windows 10, macOS 10.13, Ubuntu 18.04;
Steps to reproduce
- Launch Firefox;
- access and login with a valid account: https://outlook.live.com/mail/inbox
- Click on the skype widtget to expand the chat pane;
Expected result
- Chat pane is displayed "properly";
Actual result
- padding (to right) is missing for the dropdown;
- the time is right on the edge of the dropdown, scroll bar overlaps it;
Regression range
- First bad: changeset: 9ed4cd3adbbb5eea2033abc78b583c6c12d3a28a build_date: 2018-09-26 04:21:16.514000
- Last good: build_date: 2018-09-26 01:54:15.718000 changeset: 5d624ee1b23d29116055ca149d24e8b95b086d91
- Pushlog: URL
- Potential regressor: 1492012
Additional notes
- attached screenshot with the issue;
- in the right side - after the add there is the layout with other browsers / unaffected builds;
| Reporter | ||
Comment 1•2 years ago
|
||
Adding Xidorn in the loop for confirmation.
Comment 2•2 years ago
•
|
||
My first guess would be maybe webcompat addon incorrectly hide the scrollbar. The second guess is that the website does something wrong.
I don't have time to check until maybe this weekend, so if you can have a look at the style panel and see where the scrollbar-width use comes from, that would probably be very helpful. Otherwise I will check later. Keep ni? for now.
| Reporter | ||
Comment 3•2 years ago
|
||
I might be wrong, but starting with the div bellow the conntent starts to get truncated so it might be around there?
Not sure if it helps with that much.
"swc-scroll-viewport swc-scroll-hide" data-test-id="swc-recentlist-scrollable" style="--ah-list:no-current; --ah-focus-deloser:inactive,snapshot-0;"
Comment 4•2 years ago
|
||
So, I think this is a problem of the website.
This happens when scrollbar-width is enabled (i.e. unrelated to scrollbar-color).
Basically, there is a rule .swc-scroll-viewport.swc-scroll-hide which sets margin-right: -17px to try hiding the scrollbar via counter its width, however, in another rule .swc-scroll-viewport it also sets scrollbar-width: none which hides the scrollbar. When scrollbar-width is enabled, the scrollbar is hidden via scrollbar-width, and the extra margin-right eats up the padding.
Comment 5•2 years ago
|
||
I don't think there is anything we can do from the engine side.
Comment 7•2 years ago
|
||
Yep, I sent an email on our partner list.
Comment 8•2 years ago
|
||
I recommend we don't track this as a regression, since Microsoft should be able to fix this via a site update.
| Reporter | ||
Comment 9•10 months ago
|
||
Still an issue on 80.0, 81.0a1 (2020-08-17).
Comment 10•10 months ago
|
||
I guess I should send a follow-up email.
Comment 12•5 days ago
|
||
Reproduced on Firefox 78.11.0 esr on Win 10x64.
Description
•