? Pending

User tests: Successful: Unsuccessful:

avatar C-Lodder
C-Lodder
29 May 2017

Pull Request for Issue #16309

Summary of Changes

Fix the width the title and alias labels on edit views

Result

screeny

avatar C-Lodder C-Lodder - open - 29 May 2017
avatar C-Lodder C-Lodder - change - 29 May 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 May 2017
Category Administration Templates (admin) Layout
avatar brianteeman
brianteeman - comment - 29 May 2017

it is fine on the article page now but not good on others such as contacts and menus
screenshotr16-02-32
screenshotr16-03-02
screenshotr16-04-05

avatar C-Lodder
C-Lodder - comment - 29 May 2017

That's cause it's using width: auto rather than a set width. Only way around this is to use an inline form which is not a good approach at all, or stick with the old (set width) method

avatar brianteeman
brianteeman - comment - 29 May 2017

its also caused because alias has been moved to the new line

avatar C-Lodder
C-Lodder - comment - 29 May 2017

Moving to a new line was to improve UX. Inline forms are bad practice.

I could set the min-width to 100px instead of 50px.

avatar brianteeman
brianteeman - comment - 29 May 2017

Is it really an online form?

avatar brianteeman
brianteeman - comment - 29 May 2017

oops auto correct - that should have course been inline not online

avatar C-Lodder
C-Lodder - comment - 29 May 2017

Yes, it's still inline

avatar brianteeman
brianteeman - comment - 30 May 2017

Is it really bad UX when you only have two fields - i am not convinced

avatar C-Lodder
C-Lodder - comment - 30 May 2017

If you had a blank page with just 2 field, then probably not. But seeing as this is a compact admin interface, then yes.

avatar brianteeman
brianteeman - comment - 30 May 2017

We might have to agree to disagree on that

avatar Bakual
Bakual - comment - 30 May 2017

Serious question: What is the reason (explanation) why inline forms are bad practice / UX?
And do those reasons really apply to that subset of our form?
To me it sounds more like a generalised statement (and generalised statements are usually wrong).

avatar C-Lodder C-Lodder - change - 31 May 2017
Labels Added: ?
avatar C-Lodder
C-Lodder - comment - 31 May 2017

@Bakual - cause stacked forms are easier to scan that inline ones. Even more so in this case as the Title input is much longer than a normal input.

avatar C-Lodder
C-Lodder - comment - 4 Jun 2017

closing, someone else can do this

avatar C-Lodder C-Lodder - change - 4 Jun 2017
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2017-06-04 17:15:26
Closed_By C-Lodder
avatar C-Lodder C-Lodder - close - 4 Jun 2017

Add a Comment

Login with GitHub to post a comment