Chosen: A javascript plug-in that makes long select boxes user-friendly.
41–50 of 81 posts
Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#42Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#43Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#44Has anyone tried this on an iPad?
Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#45Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#46Things I feel would make a lot of sense:
Collapsible trees. Numeric sliders (preferably done like draggable digits http://worrydream.com/Tangle/). Native drag-and-drop sipport for elements. (And yes, this can be done with plain forms. I can explain how if you want.) Native rich tooltips and a standard notation to show that something has a tooltip. Maybe tabs. I think you could do tabs with CSS, but I'm not 100% sure.
If most UI libraries have something, it probably would be a good addtion to HTML spec. It would work faster and eventually have better compatibility.
Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#47And yet another control that pretends to be a dropdown box, but isn't. No. I'm not complaining about the appearance or the fact that it has a search field while the real dropdown doesn't. I'm complaining about the way it responds to mouse actions: The real dropdown box, on my machine, expands the menu on mouse down after a no-doubt OS-specific delay. The fake dropdown doesn't - it only reacts on mouse up. Of course,…
Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#48It's way simpler for the average user.
Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#49And yet another control that pretends to be a dropdown box, but isn't. No. I'm not complaining about the appearance or the fact that it has a search field while the real dropdown doesn't. I'm complaining about the way it responds to mouse actions: The real dropdown box, on my machine, expands the menu on mouse down after a no-doubt OS-specific delay. The fake dropdown doesn't - it only reacts on mouse up. Of course,…
Looks fantastic, but here's another feature it doesn't have which makes it feel less native. Try mouse scrolling too far whilst the menu's options are open/visible. The parent page scrolls as well when you reach the start/end. This doesn't happen with a normal select menu. I wonder if there's a way to do an event.preventDefault() on the mouse scroll event when reaching the end of the list?
Re: Chosen: A javascript plug-in that makes long select boxes user-friendly.
#50Note : IE8 (and lower) support is done via Chrome Frame.