Page MenuHomePhabricator

Directionality of the CAPTCHA textbox must always be LTR
Open, LowPublic

Description

On RTL wikis, the textbox where CAPTCHA is typed follows the directionality of the page (i.e. RTL). This is a problem because our CAPTCHAs are always left-to-right (English words, or the like).


Version: unspecified
Severity: normal

Details

Reference
bz52110

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:52 AM
bzimport set Reference to bz52110.

Huji: Do you really use 1.19.2?
Can you provide a link where this problem can be seen?

Change 80492 had a related patch set uploaded by Amire80:
Force left-to-right on CAPTCHA

https://gerrit.wikimedia.org/r/80492

If I understand correctly, it's in the core, though I may have missed something.

... So I did miss something.

This input box is handled by core and by different extensions - ConfirmEdit, MobileFrondtend, ContentTranslation, etc.

Until we have RTL captcha it should be LTR everywhere. I'd do this:

#wpCaptchaWord {
    /* @noflip */ direction: ltr;
}

The question is in which CSS file to put it. Is there even one that is loaded by all incarnations of MediaWiki - desktop, mobile, ContentTranslation (which avoids the skin)?

Amire80 lowered the priority of this task from Medium to Low.Jul 16 2015, 4:36 PM
Amire80 moved this task from Backlog to MediaWiki-core on the RTL board.

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/80492/ has been abandoned, hence removing Patch-For-Review.

@Amire80: This task has been assigned to you a while ago. Do you still plan to work on this task, or do you need any help? If this task is not resolved and only if you do not plan to work on this task: Please consider removing yourself as assignee (via Add Action...Assign / Claim in the dropdown menu). Thanks! :)