XoopsCore icon indicating copy to clipboard operation
XoopsCore copied to clipboard

ColorPicker

Open txmodxoops opened this issue 9 years ago • 2 comments

What do you think, to implement Color Picker?

BootstrapColorPicker or TinyColorPicker

txmodxoops avatar May 20 '16 17:05 txmodxoops

Neither.

<input type="color" ...> and a polyfill for a while.

This capability is built in to the majority browsers in use now, and the few hold outs are either being fixed (Edge, Safari,) or are dead products (IE.) The browser built-ins are already adapted to the appropriate screen sizes and input methods. These deliver a consistent user experience on a platform, and require zero maintenance on our part.

Same approach should be considered for many of the other available HTML5 type attribute states.

geekwright avatar May 22 '16 03:05 geekwright

Therefore, it will be deleted the file include/color-picker.js?

txmodxoops avatar May 22 '16 11:05 txmodxoops