User tests: Successful: Unsuccessful:
I am submitting this as a new feature but it could also be considered a bug fix.
If a document is in LTR then all input fields are LTR and vice versa for RTL.
However there are several types of data that should always be LTR such as urls, email addresses and telephone numbers (https://rtlstyling.com/posts/rtl-styling#form-inputs).
For a field type of url, email and tel we can add this to the layout.
However we often use the field type of text for urls eg the custom url for joomla updates this pr also adds the ability to add dir=ltr to the xml definition of a field.
There are also some instances where the field is defined completely in the php so the direction needs to be set there as well.
complete the three tests below in both an ltr and rtl language
Enter a link into the Click URL field of a banner
The inputting and display of the link should always be ltr
Enter a link into the Install from URL field in the web installer
The inputting and display of the link should always be ltr
The placeholder text will also be LTR
Enter a link to the Custom Url field of the joomla update
The inputting and display of the link should always be ltr
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_joomlaupdate Layout Libraries Front End Plugins |
Labels |
Added:
PR-4.3-dev
|
Category | Administration com_joomlaupdate Layout Libraries Front End Plugins | ⇒ | Administration com_config com_joomlaupdate com_redirect Layout Libraries Front End Plugins |
update to trigger drone again
resolve conflicts caused by change to array codestyle
This pull request has been automatically rebased to 5.0-dev. No new features will be merged into Joomla! 4.3 series. Joomla! 4.4 series is a bridge release to make migration from Joomla! 4 to 5 as smooth as possible.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-09-08 11:50:56 |
Closed_By | ⇒ | brianteeman | |
Labels |
Added:
Feature
PR-5.0-dev
Removed: PR-4.3-dev |
update to trigger drone