chosen.js disabled:
with select2.js
without any script for the select tag:
As can see, Select2 works faster than Chosen not less than 1.6 times
So Chosen was a bad choice :-p
also Select2 not so fast as the clean select.
So maybe we really need to use just a clean select with bootstrap styling by default, and make some plugin or the template option, so user can enable Select2 or Chosen for all <select> tags on the page
So maybe we really need to use just a clean select with bootstrap styling by default, and make some plugin or the template option, so user can enable Select2 or Chosen for all <select> tags on the page
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-cm...@googlegroups.com.
To post to this group, send an email to joomla-...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
I like the idea of enabling Select2 by plugin.
...but the effect of it could be controlled by the template.
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-cm...@googlegroups.com.
To post to this group, send an email to joomla-...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-cms.
If done right, an extension could specify selects which made sense to have a chosen field and the template could the load chosen or not.
Would we need a parameter on the template and extensions though? Just on the template would be on or off for all extensions...or do you mean just to control it via a css class?
I was thinking about this last night and I concluded that a reasonable solution would be for a way to designate elements that are not corrupted by chosen. That is, if I have a select element in my extension, I should be able to opt-out.
<rant>
I personally find chosen to be horrible, one of the worst UX decisions ever made, and would rather rip it out of the CMS.
</rant>
But, I recognize that some people like it and that there may be b/c issues with it's removal.
For me, chosen breaks necessary functionality in one of my extensions and prevents me from supporting Joomla 3.
Best,
Matt Thomas
Founder betweenbrain™
Lead Developer Construct Template Development Framework
Phone: 203.632.9322
Twitter: @betweenbrain
Github: https://github.com/betweenbrain
--
--
Yes, pleaase give me yet more options. I wanna feel like this http://www.youtube.com/watch?v=xcDD22R6Lck
(P.S.: I don't like chosen either)
I noticed that the admin side works very slow in my browser (I use Opera)it clearly visible /administrator/index.php?option=com_configissue [#29641] Very slow of JavaScript performance in Isis in Operaafter small investigation I found that the cause of so slow work it is Chosen.jsif run Profiling for /administrator/index.php?option=com_config page in Chrome can see that chosen take a lot time for execution ...and if disable chosen.js then all works a lot faster.Results with chosen.js enabled:chosen.js disabled:
so I think it not only for Opera and nothing for isis template,it can be for any other user with slow PC and mobile ;)