Failure

User tests: Successful: Unsuccessful:

avatar aheinze
aheinze
29 Jul 2013

added possibility to mark select boxes which should not be touched by chosen.

avatar aheinze aheinze - open - 29 Jul 2013
avatar Hackwar
Hackwar - comment - 2 Mar 2014

Why are you adding this only to those 2 layouts and not all layouts?

Can you create a tracker item on Joomlacode for this?

avatar Bakual
Bakual - comment - 2 Mar 2014

Actually, I would prefer an opt-in solution like was planned initially. If you look at the function you see that the default selector would be advancedSelect. But developers got lazy and just applied it to every select instead, breaking modules and templates and whatnot left and right. Doesn't matter if it's output from their component, it's applied to every select on the whole page.

That is the real issue. Changing the selector to something which allows to opt-out is only a workaround imho.

avatar Hackwar
Hackwar - comment - 2 Mar 2014

I agree, but since that is not backwards compatible, we unfortunately have to wait for 4.0. sigh We should keep a log of which snafus we want to fix in 4.0...

avatar Bakual
Bakual - comment - 2 Mar 2014

Imho we could do it mostly backward compatible for some views at least. I think I still have a PR somewhere with an idea for that and there are also some other PRs dealing with the same.
Also, it's not like something really breaks if chosen is not loaded.

avatar betweenbrain
betweenbrain - comment - 2 Mar 2014

@Bakual is this the issue? #2018

avatar Bakual
Bakual - comment - 3 Mar 2014

@betweenbrain Same issue, different idea to solve it, yes.
My own PR would be #1620 where the idea mainly is adding a default class to the list formfield so we don't have to edit 100+ XML files :smile:

avatar brianteeman
brianteeman - comment - 8 Aug 2014

closing in favour of #3721

Add a Comment

Login with GitHub to post a comment