J4 Issue ?
avatar franz-wohlkoenig
franz-wohlkoenig
4 Aug 2018

Steps to reproduce the issue

Text "Warning! Path Folder ..." should have same Width and Layout as Example below "Enter the language Tag ..."

screen shot 2018-08-04 at 10 51 59

screen shot 2018-08-04 at 10 52 40

System information

  • Nightly Build 4.0.0-alpha5-dev
  • Multilingual Sample Data (French, German DE, Persian)
  • Template: Cassiopeia
  • macOS Sierra, 10.13.6
  • Firefox 61 (64-bit)

CloudAccess.net

  • PHP 7.1.15
  • MySQLi 5.7.18-cll-lve
avatar franz-wohlkoenig franz-wohlkoenig - open - 4 Aug 2018
avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Aug 2018
Category Layout UI/UX
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Aug 2018
Priority Medium Very low
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Aug 2018
The description was changed
avatar franz-wohlkoenig franz-wohlkoenig - edited - 4 Aug 2018
avatar TobsBobs
TobsBobs - comment - 4 Aug 2018

Issue confirmed!

avatar infograf768
infograf768 - comment - 4 Aug 2018

In the first case it is a spacer, in the second case is it a tip/description.

I.e

		<field
			name="spacer1" 
			type="spacer" 
			label="COM_MEDIA_FOLDERS_PATH_LABEL"
			class="text"
		/>

vs

		<field 
			name="lang_code" 
			type="text"
			label="COM_LANGUAGES_FIELD_LANG_TAG_LABEL"
			description="COM_LANGUAGES_FIELD_LANG_TAG_DESC"
			maxlength="7"
			required="true"
			size="10"
		/>

Unless some css changes are done.
For example

#component .field-spacer > .control-label {
  width: auto;
}

would give

screen shot 2018-08-04 at 17 48 48

Which is more readable than the muted small font size tip.

But, we know that back-end template is WIP. So I am not going to make a PR for that.

avatar brianteeman brianteeman - change - 5 Aug 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 5 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 6 Aug 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-08-06 18:17:33
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig franz-wohlkoenig - close - 6 Aug 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 6 Aug 2018

closed as having Pull Request #21425

avatar franz-wohlkoenig franz-wohlkoenig - reopen - 7 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Aug 2018
Status Closed New
Closed_Date 2018-08-06 18:17:33
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Aug 2018
Status New Discussion
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 7 Aug 2018

Reopened as PR is closed.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21401.

avatar franz-wohlkoenig franz-wohlkoenig - change - 17 Sep 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-09-17 04:59:04
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig franz-wohlkoenig - close - 17 Sep 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 17 Sep 2018

closed as having Pull Request #22213

Add a Comment

Login with GitHub to post a comment