Page MenuHomePhabricator

Inaccurate display of username and ZWNJ character in edit summaries
Open, MediumPublicBUG REPORT

Description

In the edit summary of My non automated edits there appears some issues:

  • In move actions, my username is also appended to the summary, (example) diff link from output row at "2020-02-15 16:24"
  • Some ZWNJ characters are displayed in this output, while some others are not rendered. See diff link from output row on 2019-09-28 10:00 date . Actually the original sub-string (item 1) has two ZWNJ characters and this is the expected output.
  1. "خط‌به‌خط"
  2. "خطبه‌خط"

But the actual displayed string is item 2 which has is first ZWNJ not DISPLAYED correctly (But PRESENT using CTRL+C, CTRL-V to notepad!)

Additional info:

  • XTools version: 3.10.14-1be9146b
  • Version 80.0.3987.149 (Official Build) (64-bit) Windows 10

Event Timeline

Alfa80 renamed this task from PLEASE REPLACE WITH A DESCRIPTION OF THE ISSUE to Inaccurate display of username and ZWNJ character in edit summaries.Mar 21 2020, 3:29 PM
MusikAnimal subscribed.

Hmm. Here's what I'm seeing in the database:

MariaDB [fawiki_p]> SELECT comment_text FROM comment WHERE comment_id = (SELECT rev_comment_id FROM revision WHERE rev_id = 27185955);
+---------------------------------------------------------------------------------------------------------------------------------------------------------+
| comment_text                                                                                                                                            |
+---------------------------------------------------------------------------------------------------------------------------------------------------------+
| حذف [[ویکی‌پدیا:راهنمای حق تکثیر|کپی خط‌به‌خط]]  از سایر ویگاه‌ها [[Special:Diff/prev/27185771]]                                                        |
+---------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.31 sec)

@Alfa80 Does that look correct? I am not familiar with this language but it looks like #1 in your example (خط‌به‌خط), not خطبه‌خط, which I think is correct? For me it looks like XTools is showing the same:

Screenshot from 2020-03-22 19-38-31.png (59×1 px, 18 KB)

@Alfa80 Does that look correct? I am not familiar with this language but it looks like #1 in your example (خط‌به‌خط), not خطبه‌خط, which I think is correct?

@MusikAnimal Still I see the "not" version. Please view it being highlighted in yellow (and compare it to that of Wikimedia output):

ZWNJ-Problem.JPG (780×1 px, 173 KB)

MusikAnimal triaged this task as Medium priority.Mar 4 2021, 5:45 AM
MusikAnimal changed the subtype of this task from "Task" to "Bug Report".