? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
22 Dec 2017

If you add a note to a category then it is displayed in the category list but not displayed in the category modal (eg when you select a category for a blog menu item)

This PR adds the note, alias, and full path (on hover) to the modal to make it consistent with the list view

Before

screenshotr09-48-07

After

screenshotr09-51-59

avatar brianteeman brianteeman - open - 22 Dec 2017
avatar brianteeman brianteeman - change - 22 Dec 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Dec 2017
Category Administration com_categories
avatar franz-wohlkoenig franz-wohlkoenig - test_item - 22 Dec 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 22 Dec 2017

I have tested this item successfully on 095561d


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 22 Dec 2017
Easy No Yes
avatar Quy
Quy - comment - 22 Dec 2017

Note the space that is underlined.

category-note

avatar brianteeman
brianteeman - comment - 22 Dec 2017

Was it there before? I can't see what in my changes would cause that

avatar Quy
Quy - comment - 22 Dec 2017

No, however, with the changes expose a space before </a> when</a> is on its own line.

b1a6246 22 Dec 2017 avatar brianteeman space
avatar brianteeman
brianteeman - comment - 22 Dec 2017

I have fixed it. I think its ugly though and harder to read the code

avatar Quy
Quy - comment - 22 Dec 2017

Yes. My concern that it will be moved back if coding style/formatting is applied with a different PR.

avatar mbabker
mbabker - comment - 22 Dec 2017

In general it's honestly bad practice to put unwanted whitespace (including line breaks) inside <a> tags. Sooner or later you run into these goofy things where there are extra spaces inside the link.

Nothing wrong with readable and well structured HTML (for the human eye), but the internal contents of <a> tags are one of those places you don't want to be enforcing arbitrary formatting rules.

avatar brianteeman
brianteeman - comment - 22 Dec 2017

ok well just merge it then ;)

avatar Quy Quy - test_item - 22 Dec 2017 - Tested successfully
avatar Quy
Quy - comment - 22 Dec 2017

I have tested this item successfully on b1a6246


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

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 22 Dec 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 22 Dec 2017

I have tested this item successfully on b1a6246


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 22 Dec 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 22 Dec 2017

Ready to Commit after two successful tests.

avatar mbabker mbabker - change - 17 Mar 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-03-17 16:02:02
Closed_By mbabker
Labels Added: ?
avatar mbabker mbabker - close - 17 Mar 2018
avatar mbabker mbabker - merge - 17 Mar 2018
avatar brianteeman
brianteeman - comment - 17 Mar 2018

thanks

Add a Comment

Login with GitHub to post a comment