? Success

User tests: Successful: Unsuccessful:

avatar piotrmocko
piotrmocko
1 Mar 2015

When a select field is required and no option is selected it will get a red colour if you are using Joomla Validator. But when you enable Chosen plugin then those styles will be lost. This is a fix for invalid select with enabled Chosen plugin.

Test instructions:

  • Go to back-end
  • Remove all categories for articles
  • Go to new article view
  • Try to save without filling any data
  • You will see notice about invalid category field. Label will be red, but drop-down not because of missing styles for Chosen jQuery plugin
avatar piotrmocko piotrmocko - open - 1 Mar 2015
avatar joomla-cms-bot joomla-cms-bot - change - 1 Mar 2015
Labels Added: ?
avatar zero-24
zero-24 - comment - 1 Mar 2015

@piotrmocko can you update also the LESS file (at https://github.com/joomla/joomla-cms/tree/staging/administrator/templates/isis/less) and run the generatecss (at https://github.com/joomla/joomla-cms/blob/staging/build/generatecss.php)

Can you tell me what kind of Chosen plugin do you mean?

avatar zero-24 zero-24 - change - 1 Mar 2015
Easy No Yes
avatar zero-24 zero-24 - change - 2 Mar 2015
Category Templates (admin) UI/UX
avatar zero-24
zero-24 - comment - 2 Mar 2015

@test successful. Thanks @piotrmocko one more tester :smile:


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6249.
avatar zero-24 zero-24 - test_item - 2 Mar 2015 - Tested successfully
avatar n9iels
n9iels - comment - 2 Mar 2015

@test works fine for me, thanks!

avatar zero-24 zero-24 - change - 2 Mar 2015
Status Pending Ready to Commit
avatar zero-24 zero-24 - alter_testresult - 2 Mar 2015 - n9iels: Tested successfully
avatar zero-24
zero-24 - comment - 2 Mar 2015

Moving to RTC. Thanks!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6249.
avatar brianteeman brianteeman - change - 5 Mar 2015
Labels Added: ?
avatar phproberto phproberto - change - 7 Mar 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-03-07 04:20:27
avatar phproberto phproberto - close - 7 Mar 2015
avatar phproberto phproberto - close - 7 Mar 2015
avatar zero-24 zero-24 - close - 7 Mar 2015
avatar phproberto
phproberto - comment - 7 Mar 2015

Merged. Thanks!

avatar zero-24 zero-24 - change - 14 Oct 2015
Labels Removed: ?
avatar minijoomla
minijoomla - comment - 13 Jul 2021

Hi, this issue returned.
it must change now to:
select.invalid + .chzn-container.chzn-container-single > a.chzn-single,
select.invalid + .chzn-container.chzn-container-multi > ul.chzn-choices {
border-color: #9d261d;
color: #9d261d;
}

Add a Comment

Login with GitHub to post a comment