Merge "Ignore outdent templates at the beginning of comments"

This commit is contained in:
jenkins-bot 2021-01-04 21:48:27 +00:00 committed by Gerrit Code Review
commit 8a6bb8efd0
7 changed files with 28 additions and 24 deletions

View file

@ -93,7 +93,9 @@ class CommentParser {
// Empty paragraphs (`<p><br></p>`) between indented comments mess up indentation detection
strtolower( $node->nodeName ) === 'br' ||
// Horizontal line
strtolower( $node->nodeName ) === 'hr'
strtolower( $node->nodeName ) === 'hr' ||
// {{outdent}} templates
$node->getAttribute( 'class' ) === 'outdent-template'
);
}

View file

@ -637,7 +637,9 @@ function isCommentSeparator( node ) {
// Empty paragraphs (`<p><br></p>`) between indented comments mess up indentation detection
node.nodeName.toLowerCase() === 'br' ||
// Horizontal line
node.nodeName.toLowerCase() === 'hr'
node.nodeName.toLowerCase() === 'hr' ||
// {{outdent}} templates
node.getAttribute( 'class' ) === 'outdent-template'
);
}

View file

@ -390,7 +390,7 @@ Tag: Rescuing 14 sources and tagging 0 as dead. #IABot (v2.0beta15)
<dl><dd><span class="template-ping"><span data-mw-comment-start="c|Xaosflux|2019-06-29T19:38:00.000Z|Bishonen|2019-06-29T19:30:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:Bishonen" title="User:Bishonen">Bishonen</a>:</span> the problem on meta-wiki, (and most all other projects) should get cleaned up with the next release train. If it doesn't I'll put the hack on meta-wiki. If you need it urgently, you can hack your own monobook.css there (or just click a bit further to the left). — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 19:38, 29 June 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":14,"id":"c|Xaosflux|2019-06-29T19:38:00.000Z|Bishonen|2019-06-29T19:30:00.000Z","replies":[],"timestamp":"2019-06-29T19:38:00.000Z","author":"Xaosflux"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Xaosflux|2019-06-29T19:38:00.000Z|Bishonen|2019-06-29T19:30:00.000Z"></span></dd>
<dd><span class="template-ping"><span data-mw-comment-start="c|Suffusion of Yellow|2019-06-29T19:42:00.000Z|Bishonen|2019-06-29T19:30:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:Bishonen" title="User:Bishonen">Bishonen</a>:</span> You can also put <s>the same code</s> in your <a href="https://meta.wikimedia.org/wiki/Special:MyPage/global.css" class="extiw" title="meta:Special:MyPage/global.css">meta:Special:MyPage/global.css</a>. In theory this could cause display problems if you view some wikis in non-monobook skins, but I just tried in Vector and Timeless and I didn't see any problems. <a href="//en.wikipedia.org/wiki/User:Suffusion_of_Yellow" title="User:Suffusion of Yellow">Suffusion of Yellow</a> (<a href="//en.wikipedia.org/wiki/User_talk:Suffusion_of_Yellow" title="User talk:Suffusion of Yellow">talk</a>) 19:42, 29 June 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":14,"id":"c|Suffusion of Yellow|2019-06-29T19:42:00.000Z|Bishonen|2019-06-29T19:30:00.000Z","replies":["c|Suffusion of Yellow|2019-06-29T19:45:00.000Z|Suffusion of Yellow|2019-06-29T19:42:00.000Z"],"timestamp":"2019-06-29T19:42:00.000Z","author":"Suffusion of Yellow"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Suffusion of Yellow|2019-06-29T19:42:00.000Z|Bishonen|2019-06-29T19:30:00.000Z"></span>
<dl><dd><span class="template-ping"><span data-mw-comment-start="c|Suffusion of Yellow|2019-06-29T19:45:00.000Z|Suffusion of Yellow|2019-06-29T19:42:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:Bishonen" title="User:Bishonen">Bishonen</a>:</span> Wait, just realized that it's possible to have the fix only apply to monobook. Give me a few minutes to work it out. <a href="//en.wikipedia.org/wiki/User:Suffusion_of_Yellow" title="User:Suffusion of Yellow">Suffusion of Yellow</a> (<a href="//en.wikipedia.org/wiki/User_talk:Suffusion_of_Yellow" title="User talk:Suffusion of Yellow">talk</a>) 19:45, 29 June 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":15,"id":"c|Suffusion of Yellow|2019-06-29T19:45:00.000Z|Suffusion of Yellow|2019-06-29T19:42:00.000Z","replies":[],"timestamp":"2019-06-29T19:45:00.000Z","author":"Suffusion of Yellow"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Suffusion of Yellow|2019-06-29T19:45:00.000Z|Suffusion of Yellow|2019-06-29T19:42:00.000Z"></span></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"><span data-mw-comment-start="c|Suffusion of Yellow|2019-06-29T19:54:00.000Z|Missing_notification_icons_in_MonoBook"></span></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:23.3em;">──────────────────────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Bishonen" title="User:Bishonen">Bishonen</a>:</span> Ok, try putting:</p><div class="mw-highlight mw-content-ltr" dir="ltr"><pre><span></span><span class="p">.</span><span class="nc">skin-monobook</span> <span class="p">#</span><span class="nn">pt-notifications-notice</span> <span class="p">.</span><span class="nc">mw-echo-notifications-badge</span><span class="o">,</span> <span class="p">.</span><span class="nc">skin-monobook</span> <span class="p">#</span><span class="nn">pt-notifications-alert</span> <span class="p">.</span><span class="nc">mw-echo-notifications-badge</span> <span class="p">{</span>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:23.3em;">──────────────────────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span><span class="template-ping"><span data-mw-comment-start="c|Suffusion of Yellow|2019-06-29T19:54:00.000Z|Missing_notification_icons_in_MonoBook"></span>@<a href="//en.wikipedia.org/wiki/User:Bishonen" title="User:Bishonen">Bishonen</a>:</span> Ok, try putting:</p><div class="mw-highlight mw-content-ltr" dir="ltr"><pre><span></span><span class="p">.</span><span class="nc">skin-monobook</span> <span class="p">#</span><span class="nn">pt-notifications-notice</span> <span class="p">.</span><span class="nc">mw-echo-notifications-badge</span><span class="o">,</span> <span class="p">.</span><span class="nc">skin-monobook</span> <span class="p">#</span><span class="nn">pt-notifications-alert</span> <span class="p">.</span><span class="nc">mw-echo-notifications-badge</span> <span class="p">{</span>
<span class="k">text-align</span><span class="p">:</span> <span class="kc">left</span><span class="p">;</span>
<span class="p">}</span>
</pre></div><p> in your <a href="https://meta.wikimedia.org/wiki/Special:MyPage/global.css" class="extiw" title="meta:Special:MyPage/global.css">meta:Special:MyPage/global.css</a>. <a href="//en.wikipedia.org/wiki/User:Suffusion_of_Yellow" title="User:Suffusion of Yellow">Suffusion of Yellow</a> (<a href="//en.wikipedia.org/wiki/User_talk:Suffusion_of_Yellow" title="User talk:Suffusion of Yellow">talk</a>) 19:54, 29 June 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":1,"id":"c|Suffusion of Yellow|2019-06-29T19:54:00.000Z|Missing_notification_icons_in_MonoBook","replies":["c|Bishonen|2019-06-29T20:20:00.000Z|Suffusion of Yellow|2019-06-29T19:54:00.000Z"],"timestamp":"2019-06-29T19:54:00.000Z","author":"Suffusion of Yellow"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Suffusion of Yellow|2019-06-29T19:54:00.000Z|Missing_notification_icons_in_MonoBook"></span>
@ -1300,7 +1300,7 @@ Evolutionary history of life · Timeline of the evolutionary ... · Earlie
<dl><dd><span data-mw-comment-start="c|Vchimpanzee|2019-07-15T18:50:00.000Z|Xaosflux|2019-07-15T18:30:00.000Z"></span>I don't have the problem when I go to Dear Abby from the uexpress site. I did contact them to tell them what is going on with me.— <a href="//en.wikipedia.org/wiki/User:Vchimpanzee" title="User:Vchimpanzee"><span style="color:#070">Vchimpanzee</span></a> • <a href="//en.wikipedia.org/wiki/User_talk:Vchimpanzee" title="User talk:Vchimpanzee"><span style="color:#F80"> talk</span></a> • <a href="//en.wikipedia.org/wiki/Special:Contributions/Vchimpanzee" title="Special:Contributions/Vchimpanzee"><span style="color:#700">contributions</span></a> • 18:50, 15 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":6,"id":"c|Vchimpanzee|2019-07-15T18:50:00.000Z|Xaosflux|2019-07-15T18:30:00.000Z","replies":["c|Xaosflux|2019-07-15T19:03:00.000Z|Vchimpanzee|2019-07-15T18:50:00.000Z"],"timestamp":"2019-07-15T18:50:00.000Z","author":"Vchimpanzee"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span>
<dl><dd><span data-mw-comment-start="c|Xaosflux|2019-07-15T19:03:00.000Z|Vchimpanzee|2019-07-15T18:50:00.000Z"></span>Just got there, and refreshed my page 10 times, half of them failed. They could have some broken load balancer. — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 19:03, 15 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":7,"id":"c|Xaosflux|2019-07-15T19:03:00.000Z|Vchimpanzee|2019-07-15T18:50:00.000Z","replies":["c|Vchimpanzee|2019-07-15T20:05:00.000Z|Xaosflux|2019-07-15T19:03:00.000Z"],"timestamp":"2019-07-15T19:03:00.000Z","author":"Xaosflux"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Xaosflux|2019-07-15T19:03:00.000Z|Vchimpanzee|2019-07-15T18:50:00.000Z"></span>
<dl><dd><span data-mw-comment-start="c|Vchimpanzee|2019-07-15T20:05:00.000Z|Xaosflux|2019-07-15T19:03:00.000Z"></span>I didn't try that many times but it worked for me both clicking on the link in the article and typing "dearabby.com".— <a href="//en.wikipedia.org/wiki/User:Vchimpanzee" title="User:Vchimpanzee"><span style="color:#070">Vchimpanzee</span></a> • <a href="//en.wikipedia.org/wiki/User_talk:Vchimpanzee" title="User talk:Vchimpanzee"><span style="color:#F80"> talk</span></a> • <a href="//en.wikipedia.org/wiki/Special:Contributions/Vchimpanzee" title="Special:Contributions/Vchimpanzee"><span style="color:#700">contributions</span></a> • 20:05, 15 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":8,"id":"c|Vchimpanzee|2019-07-15T20:05:00.000Z|Xaosflux|2019-07-15T19:03:00.000Z","replies":[],"timestamp":"2019-07-15T20:05:00.000Z","author":"Vchimpanzee"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Vchimpanzee|2019-07-15T20:05:00.000Z|Xaosflux|2019-07-15T19:03:00.000Z"></span></dd></dl></dd></dl><span data-mw-comment-end="c|Vchimpanzee|2019-07-15T18:50:00.000Z|Xaosflux|2019-07-15T18:30:00.000Z"></span></dd></dl></dd></dl><span data-mw-comment-end="c|Vchimpanzee|2019-07-15T18:24:00.000Z|Vchimpanzee|2019-07-13T17:49:00.000Z"></span></dd></dl><span data-mw-comment-end="c|Vchimpanzee|2019-07-13T17:49:00.000Z|Xaosflux|2019-07-13T17:16:00.000Z"></span></dd></dl></dd></dl>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"><span data-mw-comment-start="c|Vchimpanzee|2019-07-15T20:20:00.000Z|Official_website_gives_a_500_error"></span></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:15.3em;">─────────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span>Just got this. Even though I used my real name in the request, I just happened to have used this name in my email address.
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:15.3em;">─────────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span><span data-mw-comment-start="c|Vchimpanzee|2019-07-15T20:20:00.000Z|Official_website_gives_a_500_error"></span>Just got this. Even though I used my real name in the request, I just happened to have used this name in my email address.
</p>
<dl><dd>Hello Vchimpanzee,</dd>
<dd>We're aware of this issue, and the developers will correct as soon as they are able.</dd>
@ -1730,7 +1730,7 @@ Sorry should have said, monobook, Edge, Win10. <a href="//en.wikipedia.org/wiki/
<dl><dd><span class="template-ping"><span data-mw-comment-start="c|Nardog|2019-07-23T12:40:00.000Z|Xaosflux|2019-07-23T11:42:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> <a href="https://phabricator.wikimedia.org/T228744" class="extiw" title="phab:T228744">Done</a>, though I'm not totally sure if I did an adequate enough job explaining. <a href="//en.wikipedia.org/wiki/User:Nardog" title="User:Nardog">Nardog</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nardog" title="User talk:Nardog">talk</a>) 12:40, 23 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":13,"id":"c|Nardog|2019-07-23T12:40:00.000Z|Xaosflux|2019-07-23T11:42:00.000Z","replies":["c|Xaosflux|2019-07-23T12:58:00.000Z|Nardog|2019-07-23T12:40:00.000Z","c|SharabSalam|2019-07-23T15:02:00.000Z|Nardog|2019-07-23T12:40:00.000Z"],"timestamp":"2019-07-23T12:40:00.000Z","author":"Nardog"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Nardog|2019-07-23T12:40:00.000Z|Xaosflux|2019-07-23T11:42:00.000Z"></span>
<dl><dd><span data-mw-comment-start="c|Xaosflux|2019-07-23T12:58:00.000Z|Nardog|2019-07-23T12:40:00.000Z"></span>Seems good enough to get it started, check in if there are questions. — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 12:58, 23 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":14,"id":"c|Xaosflux|2019-07-23T12:58:00.000Z|Nardog|2019-07-23T12:40:00.000Z","replies":[],"timestamp":"2019-07-23T12:58:00.000Z","author":"Xaosflux"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Xaosflux|2019-07-23T12:58:00.000Z|Nardog|2019-07-23T12:40:00.000Z"></span></dd>
<dd><span data-mw-comment-start="c|SharabSalam|2019-07-23T15:02:00.000Z|Nardog|2019-07-23T12:40:00.000Z"></span>Could you recheck the photos that you added to explain the problem. The "expected" after clicking on the notification button <span style="background:yellow">and refreshing</span> is that the number disappear and the gray bell icon appears but what happens right now is that the notification appears again as if I haven't clicked on the notification button.--<a href="//en.wikipedia.org/wiki/User:SharabSalam" title="User:SharabSalam">SharabSalam</a> (<a href="//en.wikipedia.org/wiki/User_talk:SharabSalam" title="User talk:SharabSalam">talk</a>) 15:02, 23 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":14,"id":"c|SharabSalam|2019-07-23T15:02:00.000Z|Nardog|2019-07-23T12:40:00.000Z","replies":[],"timestamp":"2019-07-23T15:02:00.000Z","author":"SharabSalam"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|SharabSalam|2019-07-23T15:02:00.000Z|Nardog|2019-07-23T12:40:00.000Z"></span></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd>
<dd><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"><span data-mw-comment-start="c|Nardog|2019-07-24T12:07:00.000Z|Redrose64|2019-07-22T22:54:00.000Z"></span></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:16.9em;">────────────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span> <span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:SharabSalam" title="User:SharabSalam">SharabSalam</a>:</span> I'm certain at least on the desktop site opening and closing the alerts panel without marking all alerts as read would have made the background of the unread count gray but didn't make the count disappear entirely. I don't know about the mobile site, though. <a href="//en.wikipedia.org/wiki/User:Nardog" title="User:Nardog">Nardog</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nardog" title="User talk:Nardog">talk</a>) 12:07, 24 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":3,"id":"c|Nardog|2019-07-24T12:07:00.000Z|Redrose64|2019-07-22T22:54:00.000Z","replies":["c|SharabSalam|2019-07-24T12:31:00.000Z|Nardog|2019-07-24T12:07:00.000Z"],"timestamp":"2019-07-24T12:07:00.000Z","author":"Nardog"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Nardog|2019-07-24T12:07:00.000Z|Redrose64|2019-07-22T22:54:00.000Z"></span>
<dd><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:16.9em;">────────────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span> <span class="template-ping"><span data-mw-comment-start="c|Nardog|2019-07-24T12:07:00.000Z|Redrose64|2019-07-22T22:54:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:SharabSalam" title="User:SharabSalam">SharabSalam</a>:</span> I'm certain at least on the desktop site opening and closing the alerts panel without marking all alerts as read would have made the background of the unread count gray but didn't make the count disappear entirely. I don't know about the mobile site, though. <a href="//en.wikipedia.org/wiki/User:Nardog" title="User:Nardog">Nardog</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nardog" title="User talk:Nardog">talk</a>) 12:07, 24 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":3,"id":"c|Nardog|2019-07-24T12:07:00.000Z|Redrose64|2019-07-22T22:54:00.000Z","replies":["c|SharabSalam|2019-07-24T12:31:00.000Z|Nardog|2019-07-24T12:07:00.000Z"],"timestamp":"2019-07-24T12:07:00.000Z","author":"Nardog"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Nardog|2019-07-24T12:07:00.000Z|Redrose64|2019-07-22T22:54:00.000Z"></span>
<dl><dd><a href="//en.wikipedia.org/wiki/User:Nardog" title="User:Nardog"><span data-mw-comment-start="c|SharabSalam|2019-07-24T12:31:00.000Z|Nardog|2019-07-24T12:07:00.000Z"></span>Nardog</a>, It is the same in desktop. When you click on the notification button with the number it changes to gray which is as usual and the normal behaviour the problem appears when you refresh the page, what is expected is that the bell icon appears like if there was no notification but what happens is that the notification appears again. The photos that you added suggest a different problem. The expected photos should not contain the number of notifications in gray but the bell icon.--<a href="//en.wikipedia.org/wiki/User:SharabSalam" title="User:SharabSalam">SharabSalam</a> (<a href="//en.wikipedia.org/wiki/User_talk:SharabSalam" title="User talk:SharabSalam">talk</a>) 12:31, 24 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":4,"id":"c|SharabSalam|2019-07-24T12:31:00.000Z|Nardog|2019-07-24T12:07:00.000Z","replies":["c|Nardog|2019-07-24T12:41:00.000Z|SharabSalam|2019-07-24T12:31:00.000Z"],"timestamp":"2019-07-24T12:31:00.000Z","author":"SharabSalam"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|SharabSalam|2019-07-24T12:31:00.000Z|Nardog|2019-07-24T12:07:00.000Z"></span>
<dl><dd><span class="template-ping"><span data-mw-comment-start="c|Nardog|2019-07-24T12:41:00.000Z|SharabSalam|2019-07-24T12:31:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:SharabSalam" title="User:SharabSalam">SharabSalam</a>:</span> Then I may be misremembering. Add that as a comment on Phabricator. <a href="//en.wikipedia.org/wiki/User:Nardog" title="User:Nardog">Nardog</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nardog" title="User talk:Nardog">talk</a>) 12:41, 24 July 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":5,"id":"c|Nardog|2019-07-24T12:41:00.000Z|SharabSalam|2019-07-24T12:31:00.000Z","replies":["c|SharabSalam|2019-07-24T12:49:00.000Z|Nardog|2019-07-24T12:41:00.000Z"],"timestamp":"2019-07-24T12:41:00.000Z","author":"Nardog"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Nardog|2019-07-24T12:41:00.000Z|SharabSalam|2019-07-24T12:31:00.000Z"></span>
<dl><dd><span data-mw-comment-start="c|SharabSalam|2019-07-24T12:49:00.000Z|Nardog|2019-07-24T12:41:00.000Z"></span>By the way, I am unable to enter or see that site (<a class="external autonumber" href="https://phabricator.wikimedia.org/">[30]</a>) through my IP address I get this message all the time</dd>
@ -1968,7 +1968,7 @@ which I noticed is overflowing outside the box on the right side. Next, I clicke
<dl><dd><span data-mw-comment-start="c|Nyttend|2019-08-04T21:05:00.000Z|Eman235|2019-08-02T23:29:00.000Z"></span>While this precise situation probably isn't a great idea, something's still broken, since the whole point of {{<a href="//en.wikipedia.org/wiki/Template:Colored_link" title="Template:Colored link">colored link</a>}} is to produce a link, and we need to figure out how to repair it. <a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nyttend" title="User talk:Nyttend">talk</a>) 21:05, 4 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":8,"id":"c|Nyttend|2019-08-04T21:05:00.000Z|Eman235|2019-08-02T23:29:00.000Z","replies":["c|Xaosflux|2019-08-04T22:14:00.000Z|Nyttend|2019-08-04T21:05:00.000Z"],"timestamp":"2019-08-04T21:05:00.000Z","author":"Nyttend"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Nyttend|2019-08-04T21:05:00.000Z|Eman235|2019-08-02T23:29:00.000Z"></span>
<dl><dd><span class="template-ping"><span data-mw-comment-start="c|Xaosflux|2019-08-04T22:14:00.000Z|Nyttend|2019-08-04T21:05:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> and <a href="//en.wikipedia.org/wiki/User:Eman235" title="User:Eman235">Eman235</a>:</span> yea - someone should open a phab ticket, it isn't the template per se, but if a span is used on a table headerer with wikitable sortable, the label is turned in to the control when it isn't expected to be... — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 22:14, 4 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":9,"id":"c|Xaosflux|2019-08-04T22:14:00.000Z|Nyttend|2019-08-04T21:05:00.000Z","replies":["c|Anomie|2019-08-05T12:01:00.000Z|Xaosflux|2019-08-04T22:14:00.000Z"],"timestamp":"2019-08-04T22:14:00.000Z","author":"Xaosflux"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Xaosflux|2019-08-04T22:14:00.000Z|Nyttend|2019-08-04T21:05:00.000Z"></span>
<dl><dd><span data-mw-comment-start="c|Anomie|2019-08-05T12:01:00.000Z|Xaosflux|2019-08-04T22:14:00.000Z"></span>More specifically, the problem is that <a href="https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/%2B/ddef82758db4144f716431e04387d96de617135d/resources/src/jquery.tablesorter/jquery.tablesorter.js#936" class="extiw" title="gerrit:plugins/gitiles/mediawiki/core/+/ddef82758db4144f716431e04387d96de617135d/resources/src/jquery.tablesorter/jquery.tablesorter.js">the JS tablesorter code</a> tries to avoid triggering when a link is clicked, but it only special-cases clicks on the <code class="nowrap" style="">&lt;a></code> element itself. With {{<a href="//en.wikipedia.org/wiki/Template:Colored_link" title="Template:Colored link">colored link</a>}}, it sees the <code class="nowrap" style="">&lt;span></code> used for applying the coloring as the thing clicked and doesn't bother to check whether that <code class="nowrap" style="">&lt;span></code> is inside of an <code class="nowrap" style="">&lt;a></code>. This would also happen with things like italic or bold markup inside a link in a table header, basically anything where there's a tag inside the <code class="nowrap" style="">&lt;a></code>. <a href="//en.wikipedia.org/wiki/User:Anomie" title="User:Anomie">Anomie</a><a href="//en.wikipedia.org/wiki/User_talk:Anomie" title="User talk:Anomie"></a> 12:01, 5 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":10,"id":"c|Anomie|2019-08-05T12:01:00.000Z|Xaosflux|2019-08-04T22:14:00.000Z","replies":[],"timestamp":"2019-08-05T12:01:00.000Z","author":"Anomie"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Anomie|2019-08-05T12:01:00.000Z|Xaosflux|2019-08-04T22:14:00.000Z"></span></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"><span data-mw-comment-start="c|Rfassbind|2019-08-04T21:42:00.000Z|Template:colored_link_in_sortable_table_headers_breaks_linking"></span></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:10.5em;">─────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span> For the <a href="//en.wikipedia.org/wiki/List_of_minor_planets:_541001%E2%80%93542000" title="List of minor planets: 541001542000">list of minor planets: 541001542000</a> and friends, the standard, light-grey color for wikitable headers is undesirable, because it is too similar to the existing color palette used for the table rows. Is there a <a href="//en.wikipedia.org/wiki/Wikipedia:POLICY" class="mw-redirect" title="Wikipedia:POLICY">WP:POLICY</a> that forbids changing the table-header color despite good reasons? While the link and sort features are currently in conflict with each other, the middle mouse button still works. I'm currently testing a work-around for said conflict. If no simple solution can be found, the table's sortability feature will have to go. <em><a href="//en.wikipedia.org/wiki/User:Rfassbind" title="User:Rfassbind"><span style="font-weight:bold;color:forestgreen;"><span style="color:#a2a2a2;">R</span>fassbind</span></a> <small><a href="//en.wikipedia.org/wiki/User_talk:Rfassbind" title="User talk:Rfassbind"> talk</a></small></em> 21:42, 4 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":1,"id":"c|Rfassbind|2019-08-04T21:42:00.000Z|Template:colored_link_in_sortable_table_headers_breaks_linking","replies":["c|Nyttend|2019-08-04T22:04:00.000Z|Rfassbind|2019-08-04T21:42:00.000Z"],"timestamp":"2019-08-04T21:42:00.000Z","author":"Rfassbind"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Rfassbind|2019-08-04T21:42:00.000Z|Template:colored_link_in_sortable_table_headers_breaks_linking"></span>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:10.5em;">─────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span><span data-mw-comment-start="c|Rfassbind|2019-08-04T21:42:00.000Z|Template:colored_link_in_sortable_table_headers_breaks_linking"></span> For the <a href="//en.wikipedia.org/wiki/List_of_minor_planets:_541001%E2%80%93542000" title="List of minor planets: 541001542000">list of minor planets: 541001542000</a> and friends, the standard, light-grey color for wikitable headers is undesirable, because it is too similar to the existing color palette used for the table rows. Is there a <a href="//en.wikipedia.org/wiki/Wikipedia:POLICY" class="mw-redirect" title="Wikipedia:POLICY">WP:POLICY</a> that forbids changing the table-header color despite good reasons? While the link and sort features are currently in conflict with each other, the middle mouse button still works. I'm currently testing a work-around for said conflict. If no simple solution can be found, the table's sortability feature will have to go. <em><a href="//en.wikipedia.org/wiki/User:Rfassbind" title="User:Rfassbind"><span style="font-weight:bold;color:forestgreen;"><span style="color:#a2a2a2;">R</span>fassbind</span></a> <small><a href="//en.wikipedia.org/wiki/User_talk:Rfassbind" title="User talk:Rfassbind"> talk</a></small></em> 21:42, 4 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":1,"id":"c|Rfassbind|2019-08-04T21:42:00.000Z|Template:colored_link_in_sortable_table_headers_breaks_linking","replies":["c|Nyttend|2019-08-04T22:04:00.000Z|Rfassbind|2019-08-04T21:42:00.000Z"],"timestamp":"2019-08-04T21:42:00.000Z","author":"Rfassbind"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Rfassbind|2019-08-04T21:42:00.000Z|Template:colored_link_in_sortable_table_headers_breaks_linking"></span>
</p>
<dl><dd><span data-mw-comment-start="c|Nyttend|2019-08-04T22:04:00.000Z|Rfassbind|2019-08-04T21:42:00.000Z"></span>The problem with using multiple colors for meaning is that it's sometimes not as accessible for colorblind people like me, and it's meaningless to the blind. But it sounds like you're doing this just for variation, in a situation where variation has a practical benefit. That should be fine as far as accessibility is concerned, but if you use multiple colors, users will expect meaning to be associated with the different colors, and "random" use of colors will be confusing. If your exclusive purpose is distinguishing the text from something else, why not just pick one color and use it consistently? Either users won't notice, or they'll notice and not be confused. Also, the middle mouse button doesn't always work: when I do a middle-click with my mouse, it brings up something that's intended to let me choose an open window to use (browser, calculator, Notepad, etc.) and doesn't open a new browser tab with the link target, as it did on my previous computers. I'm using Windows 10 with Internet Explorer; I don't know if other browsers or other operating systems will behave the same way. However, if I'm using the touchpad on the same computer, I don't have a middle mouse button, and I have no idea if there's an analogous feature for people who edit on smartphones. <a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nyttend" title="User talk:Nyttend">talk</a>) 22:04, 4 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":2,"id":"c|Nyttend|2019-08-04T22:04:00.000Z|Rfassbind|2019-08-04T21:42:00.000Z","replies":["c|PrimeHunter|2019-08-05T09:54:00.000Z|Nyttend|2019-08-04T22:04:00.000Z"],"timestamp":"2019-08-04T22:04:00.000Z","author":"Nyttend"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Nyttend|2019-08-04T22:04:00.000Z|Rfassbind|2019-08-04T21:42:00.000Z"></span>
<dl><dd><span data-mw-comment-start="c|PrimeHunter|2019-08-05T09:54:00.000Z|Nyttend|2019-08-04T22:04:00.000Z"></span>The links work with <a href="//en.wikipedia.org/wiki/Help:Sorting#Sorting_buttons_in_a_separate_row" title="Help:Sorting">Help:Sorting#Sorting buttons in a separate row</a> like below. But it looks bad and may sound like an empty row in a screen reader. <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 09:54, 5 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":3,"id":"c|PrimeHunter|2019-08-05T09:54:00.000Z|Nyttend|2019-08-04T22:04:00.000Z","replies":[],"timestamp":"2019-08-05T09:54:00.000Z","author":"PrimeHunter"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|PrimeHunter|2019-08-05T09:54:00.000Z|Nyttend|2019-08-04T22:04:00.000Z"></span></dd></dl></dd></dl>
@ -2530,8 +2530,8 @@ P-
<dl><dd><span data-mw-comment-start="c|PrimeHunter|2019-08-13T20:13:00.000Z|Obsuser|2019-08-13T19:13:00.000Z"></span>That's the question. <code>[[X|&lt;abbr title="tooltip">V&lt;/abbr>]]</code> produces a working link on iPad in three other tested languages zh, de, da. It works with <a class="external free" href="https://sr.wikipedia.org/wiki/User:PrimeHunter/sandbox?safemode=1">https://sr.wikipedia.org/wiki/User:PrimeHunter/sandbox?safemode=1</a>. Without safemode it fails both logged in and out at srwiki. It also fails at <a href="https://en.wiktionary.org/wiki/sr:" class="extiw" title="wikt:sr:">wikt:sr:</a> while it works at <a href="https://en.wiktionary.org/wiki/en:" class="extiw" title="wikt:en:">wikt:en:</a>. <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 20:13, 13 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":8,"id":"c|PrimeHunter|2019-08-13T20:13:00.000Z|Obsuser|2019-08-13T19:13:00.000Z","replies":["c|PrimeHunter|2019-08-15T08:17:00.000Z|PrimeHunter|2019-08-13T20:13:00.000Z"],"timestamp":"2019-08-13T20:13:00.000Z","author":"PrimeHunter"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|PrimeHunter|2019-08-13T20:13:00.000Z|Obsuser|2019-08-13T19:13:00.000Z"></span>
<dl><dd><span data-mw-comment-start="c|PrimeHunter|2019-08-15T08:17:00.000Z|PrimeHunter|2019-08-13T20:13:00.000Z"></span>It's caused by the default gadget <a href="https://sr.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js" class="extiw" title="sr:MediaWiki:Gadget-ReferenceTooltips.js">sr:MediaWiki:Gadget-ReferenceTooltips.js</a>. enwiki had the same issue at <a href="//en.wikipedia.org/wiki/MediaWiki_talk:Gadget-ReferenceTooltips.js#Interference_with_links_on_touchscreen" title="MediaWiki talk:Gadget-ReferenceTooltips.js">MediaWiki talk:Gadget-ReferenceTooltips.js#Interference with links on touchscreen</a>, fixed by <a class="external autonumber" href="https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-ReferenceTooltips.js&amp;diff=896561225&amp;oldid=881441476">[44]</a>. The Serbian gadget can only be edited by a Serbian interface administrator. The latest edits were made by <a href="//en.wikipedia.org/wiki/User:%D0%A0%D0%B0%D0%BD%D0%BA%D0%BE_%D0%9D%D0%B8%D0%BA%D0%BE%D0%BB%D0%B8%D1%9B" title="User:Ранко Николић">User:Ранко Николић</a>. <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 08:17, 15 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":9,"id":"c|PrimeHunter|2019-08-15T08:17:00.000Z|PrimeHunter|2019-08-13T20:13:00.000Z","replies":["c|Obsuser|2019-08-17T00:01:00.000Z|PrimeHunter|2019-08-15T08:17:00.000Z"],"timestamp":"2019-08-15T08:17:00.000Z","author":"PrimeHunter"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|PrimeHunter|2019-08-15T08:17:00.000Z|PrimeHunter|2019-08-13T20:13:00.000Z"></span>
<dl><dd><span class="template-ping"><span data-mw-comment-start="c|Obsuser|2019-08-17T00:01:00.000Z|PrimeHunter|2019-08-15T08:17:00.000Z"></span>@<a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a>:</span> Thank you very much for that info. But if you check <a href="https://sr.wikipedia.org/wiki/Special:Diff/21299776/22084018" class="extiw" title="sr:Special:Diff/21299776/22084018">sr:Special:Diff/21299776/22084018</a> you will see that that update has already been done here (you can check <a rel="nofollow" class="external text" href="https://www.diffchecker.com/OPL0bTp1">diffs, only textual translations are made and code is same</a>); however, the problem is still present as we see... Is it something else problem with this? [Please ping me...] <a href="#Obssorry"></a> --<a href="//en.wikipedia.org/wiki/User:Obsuser" title="User:Obsuser">Obsuser</a> (<a href="//en.wikipedia.org/wiki/User_talk:Obsuser" title="User talk:Obsuser">talk</a>) 00:01, 17 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":10,"id":"c|Obsuser|2019-08-17T00:01:00.000Z|PrimeHunter|2019-08-15T08:17:00.000Z","replies":[],"timestamp":"2019-08-17T00:01:00.000Z","author":"Obsuser"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|Obsuser|2019-08-17T00:01:00.000Z|PrimeHunter|2019-08-15T08:17:00.000Z"></span></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl></dd></dl>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"><span data-mw-comment-start="c|5.43.96.116|2019-08-17T07:41:00.000Z|VTE_links_not_opening_on_mobile"></span></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:13.7em;">──────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span>
<span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a>:</span> They are working actually now for me, same behaviour as English Wikipedia when logged out and on Samsung Internet latest. Only that on both sites tooltip is displayed first with "View this template" etc. messages, this could be probably prevented somehow because no use after one clicks it on mobile, because one goes to the link destination anyhow... Btw, <a href="//en.wikipedia.org/wiki/Template:Outdent" title="Template:Outdent">Template:Outdent</a> displays one level or so less on mobile (I used 9 right above and upper vertical part is significantly left of the last paragraph's bottom left). --<a href="//en.wikipedia.org/wiki/Special:Contributions/5.43.96.116" title="Special:Contributions/5.43.96.116">5.43.96.116</a> (<a href="//en.wikipedia.org/w/index.php?title=User_talk:5.43.96.116&amp;action=edit&amp;redlink=1" class="new" title="User talk:5.43.96.116 (page does not exist)">talk</a>) 07:41, 17 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":1,"id":"c|5.43.96.116|2019-08-17T07:41:00.000Z|VTE_links_not_opening_on_mobile","replies":[],"timestamp":"2019-08-17T07:41:00.000Z","author":"5.43.96.116"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|5.43.96.116|2019-08-17T07:41:00.000Z|VTE_links_not_opening_on_mobile"></span>
<p><span class="outdent-template" style="display:block;margin-top:-0.5em;color:#AAA;;position:relative;left:-0.25em"><span style="display:inline-block; overflow:hidden;"></span><span style="display:inline-block; overflow:hidden; word-wrap:normal; width:13.7em;">──────────────────────</span><span style="display:inline-block; overflow:hidden;"></span></span>
<span class="template-ping"><span data-mw-comment-start="c|5.43.96.116|2019-08-17T07:41:00.000Z|VTE_links_not_opening_on_mobile"></span>@<a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a>:</span> They are working actually now for me, same behaviour as English Wikipedia when logged out and on Samsung Internet latest. Only that on both sites tooltip is displayed first with "View this template" etc. messages, this could be probably prevented somehow because no use after one clicks it on mobile, because one goes to the link destination anyhow... Btw, <a href="//en.wikipedia.org/wiki/Template:Outdent" title="Template:Outdent">Template:Outdent</a> displays one level or so less on mobile (I used 9 right above and upper vertical part is significantly left of the last paragraph's bottom left). --<a href="//en.wikipedia.org/wiki/Special:Contributions/5.43.96.116" title="Special:Contributions/5.43.96.116">5.43.96.116</a> (<a href="//en.wikipedia.org/w/index.php?title=User_talk:5.43.96.116&amp;action=edit&amp;redlink=1" class="new" title="User talk:5.43.96.116 (page does not exist)">talk</a>) 07:41, 17 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":1,"id":"c|5.43.96.116|2019-08-17T07:41:00.000Z|VTE_links_not_opening_on_mobile","replies":[],"timestamp":"2019-08-17T07:41:00.000Z","author":"5.43.96.116"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|5.43.96.116|2019-08-17T07:41:00.000Z|VTE_links_not_opening_on_mobile"></span>
</p><p><span id="Obssorry"></span><span data-mw-comment-start="c|5.43.96.116|2019-08-17T07:51:00.000Z|VTE_links_not_opening_on_mobile"></span> And I'm sorry for a such comment (the one prior to the previous one) because I didn't see/notice that the update on sr.wiki gadgets's page was done on 15 August, day or two before i.e. after this thread began (13 August morning/dawn). Ranko Nikolić probably got pinged after 08:17, 15 August 2019 (UTC) comment and then reacted to solve the problem. --<a href="//en.wikipedia.org/wiki/Special:Contributions/5.43.96.116" title="Special:Contributions/5.43.96.116">5.43.96.116</a> (<a href="//en.wikipedia.org/w/index.php?title=User_talk:5.43.96.116&amp;action=edit&amp;redlink=1" class="new" title="User talk:5.43.96.116 (page does not exist)">talk</a>) 07:51, 17 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":1,"id":"c|5.43.96.116|2019-08-17T07:51:00.000Z|VTE_links_not_opening_on_mobile","replies":["c|PrimeHunter|2019-08-17T08:13:00.000Z|5.43.96.116|2019-08-17T07:51:00.000Z"],"timestamp":"2019-08-17T07:51:00.000Z","author":"5.43.96.116"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|5.43.96.116|2019-08-17T07:51:00.000Z|VTE_links_not_opening_on_mobile"></span>
</p>
<dl><dd><span data-mw-comment-start="c|PrimeHunter|2019-08-17T08:13:00.000Z|5.43.96.116|2019-08-17T07:51:00.000Z"></span>Yes, he implemented the fix 21 minutes after my ping. It works for me now on iPad. Are you Obsuser or is he a different user who may still see the problem? <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 08:13, 17 August 2019 (UTC)<span class="dt-init-replylink-buttons"><span class="dt-init-replylink-bracket">[</span><a class="dt-init-replylink-reply" role="button" tabindex="0" data-mw-comment='{"type":"comment","level":2,"id":"c|PrimeHunter|2019-08-17T08:13:00.000Z|5.43.96.116|2019-08-17T07:51:00.000Z","replies":[],"timestamp":"2019-08-17T08:13:00.000Z","author":"PrimeHunter"}'>reply</a><span class="dt-init-replylink-bracket">]</span></span><span data-mw-comment-end="c|PrimeHunter|2019-08-17T08:13:00.000Z|5.43.96.116|2019-08-17T07:51:00.000Z"></span></dd></dl>

View file

@ -1125,7 +1125,7 @@
"timestamp": "2019-06-29T19:54:00.000Z",
"author": "Suffusion of Yellow",
"range": [
"0/86/0/0/0",
"0/86/1/0",
"0/88/6/27"
],
"signatureRanges": [
@ -3070,7 +3070,7 @@
"timestamp": "2019-06-29T19:54:00.000Z",
"author": "Suffusion of Yellow",
"range": [
"0/86/0/0/0",
"0/86/1/0",
"0/88/6/27"
],
"signatureRanges": [
@ -14027,7 +14027,7 @@
"timestamp": "2019-07-15T20:20:00.000Z",
"author": "Vchimpanzee",
"range": [
"0/754/0/0/0",
"0/754/1",
"0/758/14/29"
],
"signatureRanges": [
@ -18378,7 +18378,7 @@
"timestamp": "2019-07-24T12:07:00.000Z",
"author": "Nardog",
"range": [
"0/1023/2/6/2/0/0/0",
"0/1023/2/6/2/2/0",
"0/1023/2/6/2/7/27"
],
"signatureRanges": [
@ -20491,7 +20491,7 @@
"timestamp": "2019-08-04T21:42:00.000Z",
"author": "Rfassbind",
"range": [
"0/1192/0/0/0",
"0/1192/1",
"0/1192/7/27"
],
"signatureRanges": [
@ -25501,7 +25501,7 @@
"timestamp": "2019-08-17T07:41:00.000Z",
"author": "5.43.96.116",
"range": [
"0/1500/0/0/0",
"0/1500/2/0",
"0/1500/9/29"
],
"signatureRanges": [

View file

@ -1125,7 +1125,7 @@
"timestamp": "2019-06-29T19:54:00.000Z",
"author": "Suffusion of Yellow",
"range": [
"0/10/2/10/0/0/0",
"0/10/2/10/1/0",
"0/10/2/12/6/27"
],
"signatureRanges": [
@ -3070,7 +3070,7 @@
"timestamp": "2019-06-29T19:54:00.000Z",
"author": "Suffusion of Yellow",
"range": [
"0/10/2/10/0/0/0",
"0/10/2/10/1/0",
"0/10/2/12/6/27"
],
"signatureRanges": [
@ -14027,7 +14027,7 @@
"timestamp": "2019-07-15T20:20:00.000Z",
"author": "Vchimpanzee",
"range": [
"0/72/6/0/0/0",
"0/72/6/1",
"0/72/10/20/28"
],
"signatureRanges": [
@ -18378,7 +18378,7 @@
"timestamp": "2019-07-24T12:07:00.000Z",
"author": "Nardog",
"range": [
"0/100/14/2/8/2/0/0/0",
"0/100/14/2/8/2/2/0",
"0/100/14/2/8/2/7/27"
],
"signatureRanges": [
@ -20491,7 +20491,7 @@
"timestamp": "2019-08-04T21:42:00.000Z",
"author": "Rfassbind",
"range": [
"0/114/14/0/0/0",
"0/114/14/1",
"0/114/14/7/27"
],
"signatureRanges": [
@ -25501,7 +25501,7 @@
"timestamp": "2019-08-17T07:41:00.000Z",
"author": "5.43.96.116",
"range": [
"0/158/6/0/0/0",
"0/158/6/2/0",
"0/158/6/9/29"
],
"signatureRanges": [

View file

@ -1008,7 +1008,7 @@
"timestamp": "2018-02-27T12:20:00.000Z",
"author": "Srdjan m",
"range": [
"0/74/0/0/0",
"0/74/2",
"0/74/34/32"
],
"signatureRanges": [
@ -6222,7 +6222,7 @@
"timestamp": "2018-07-30T13:43:00.000Z",
"author": "Miljan Simonović",
"range": [
"0/539/0/0/0",
"0/539/3/0",
"0/539/12/29"
],
"signatureRanges": [

View file

@ -1008,7 +1008,7 @@
"timestamp": "2018-02-27T12:20:00.000Z",
"author": "Srdjan m",
"range": [
"0/74/0/0/0",
"0/74/2",
"0/74/34/32"
],
"signatureRanges": [
@ -6222,7 +6222,7 @@
"timestamp": "2018-07-30T13:43:00.000Z",
"author": "Miljan Simonović",
"range": [
"0/539/0/0/0",
"0/539/3/0",
"0/539/12/29"
],
"signatureRanges": [