-
Notifications
You must be signed in to change notification settings - Fork 60
[feature] adding autocapitalize attribute to search bar #377
Comments
See also https://gerrit.wikimedia.org/r/c/mediawiki/core/+/635286/2/includes/skins/Skin.php#b2445, they are working on a fix for the latest version of MediaWiki to make autocapitalizing disabled when |
Is this still needed or should we wait until 1.35.1 is released and see if it is merged? |
Hi, sorry for the delay. So 1.35.1 is released and this fix has been merged but I didn't make the update, I will do it and see if it's fixed now in mw's core (but there is no reason it won't be). |
The fix is sill not merged in an official release, but it is on the 1.36 beta. Wikimedia's wiki have this functionnality. |
Ok, I’ll take a look but it will be a few days. I’m getting slammed by work. |
Don't worry there is time, I still need to make a small change (I don't actually think we need to add a new parameter, just a single check of wgCapitalLinks will make it works for most case). |
I've updated, using a simpler code… but I failed to pass one of the test, I don't know why |
Setup
Issue
Some wikis (e.g. dictionnaries like the wiktionnary) have
$wgCapitalLinks
set tofalse
and lower-case titles.Therefore, searching articles with mobile and autocapitalization enabled may be annoying as you always need to make the first letter lower case.
That's why it would be great to add a feature that allows modifying the attribute
autocapitalize
on the search bar, especially to set it tooff
.The text was updated successfully, but these errors were encountered: