https://bugzilla.wikimedia.org/show_bug.cgi?id=55500

Liangent <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|design                      |
            Summary|Enable red links on mobile  |<sub> in red links is
                   |                            |missing in mobile view
           Severity|enhancement                 |normal

--- Comment #3 from Liangent <[email protected]> ---
(In reply to comment #2)
> This is currently by design. Red links are currently disabled on mobile until
> there is a better article creation workflow.
> 
> Note, you can currently view red links in the alpha mode of the site.

No. This bug is not about red link not being displayed as links, but about
other formatting (subscript <sub> </sub>) getting lost in red links.

https://zh.m.wikipedia.org/wiki/User:Liangent/sub

Actual:

<div><ul><li><a href="/wiki/">blue <sub>link</sub></a></li>
<li><span class="new" title="Special:Nonexistentpage(页面不存在)">red
link</span></li>
</ul></div>

Expected:

<div><ul><li><a href="/wiki/">blue <sub>link</sub></a></li>
<li><span class="new" title="Special:Nonexistentpage(页面不存在)">red
<sub>link</sub></span></li>
</ul></div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to