When I access
https://pt.wikipedia.org/wiki/Special:Preferences?useskin=vector
(or https://pt.wikipedia.org/wiki/Special:Preferences?useskin=monobook)
using Firefox 58.0.1 (64-bit) on Ubuntu 17.10, the badge overlaps with the "Talk" link at the top of the page.
For example, this is what I see using the Vector skin (and pt as the user language):
Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Echo | master | +1 -0 | Add extra margin for the badge when count is 99+ |
Event Timeline
There were two phab task about the same issue: https://phabricator.wikimedia.org/T142454 and https://phabricator.wikimedia.org/T153976
@He7d3r I could not reproduce it locally. Could you provide the following details:
- skin
- browser
- custom css
- site (which wiki)
thanks!
Thanks @He7d3r for adding the details.
@SBisson - strangely, the issue is not present in betalabs (Portugese, FF58) if it's a real count:
But it's easily can be seen in betalabs or ptwiki (wmf.17, Chrome) with changing data-counter-textto 99+
<a href="/wiki/Special:Notifications" class="mw-echo-notifications-badge mw-echo-notification-badge-nojs" data-counter-num="4" data-counter-text="99+" title="Your notices">Notices (4)</a>
I do not have many notifications in production, so I cannot confirm the case when the real count is 99+.
Change 422434 had a related patch set uploaded (by Mooeypoo; owner: Mooeypoo):
[mediawiki/extensions/Echo@master] Add extra margin for the badge when count is 99+
Change 422434 merged by jenkins-bot:
[mediawiki/extensions/Echo@master] Add extra margin for the badge when count is 99+
This is how it looks like on ptwiki now:
Not as good as T183539#4089165, but better than it was before.
Re-opening the issue - the overlapping is still happening - not as much as it was initially reported, but it's still noticeable (wmf.28 Chrome 64 on Mac):
We’ve decided to leave this issue closed after all, as the behavior is relatively acceptable.