User tests: Successful: Unsuccessful:
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:
Labels |
Added:
?
|
Easy | No | ⇒ | Yes |
Category | ⇒ | Templates (admin) UI/UX |
@test successful. Thanks @piotrmocko one more tester
Status | Pending | ⇒ | Ready to Commit |
Moving to RTC. Thanks!
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-07 04:20:27 |
Merged. Thanks!
Labels |
Removed:
?
|
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;
}
@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?