User tests: Successful: Unsuccessful:
Pull Request for Issue #19563.
Fix inputmode
name from being included in the inputmode
value.
This change matches how $maxLength
and $dirname
are implemented in \libraries\joomla\form\fields\text.php
and \layouts\joomla\form\field\text.php
.
In \components\com_content\models\forms\article.xml
after line 37, add: inputmode="numeric"
Edit an article in the front end.
View page source.
Find inputmode
attribute.
<input type="text" name="jform[title]" id="jform_title" value="Joomla! Testing" class="inputbox required" size="30" required aria-required="true" inputmode="numeric" />
<input type="text" name="jform[title]" id="jform_title" value="Joomla! Testing" class="inputbox required" size="30" required aria-required="true" inputmode=" inputmode="numeric"" />
none
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-13 00:17:49 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 0352948
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19632.