Results 18 issues of Steve Taylor

For the character counter feature that I added, the counters update OK when text is pasted with the keyboard (since the `keyup` event is triggered), but not when pasted with...

This commit - https://github.com/CMB2/CMB2/commit/7bb887c8fc89cb76570433b436e3d6ca914ebcf9 - seems to have introduced an issue with the character counter width. The problem seems to be this line: https://github.com/CMB2/CMB2/blob/develop/js/cmb2-char-counter.js#L49 The widths in my testing are...

On my Windows machines, with clean installs of WordPress, Google Map fields seem to be outputting strangely. There are slight "ruptures" in the map, and the top-left controls are visually...

priority-low

This function is certainly broken, returning the query object instead of just the posts. It may even be fundamentally broken - the `usort()` seems to just override the sorting by...

priority-medium

The array of options created by `options_query` (i.e. posts, users, or taxonomy terms) is set up so the keys are the labels and the values are the IDs. This is...

priority-high

Perhaps this should be an option, on by default. It would prevent the deletion of media items when they are associated via a custom field to a post or user....

Feature request

It would be nice to be able to edit a file's title, alt text, etc. after uploading via a 'file' field type, without leaving the modal dialog.

Feature request

When a WYSIWYG field set up by the plugin is put into fullscreen mode, there are no Media Upload controls. Also, when you revert to normal, any images inserted into...

priority-low

I've not tested this yet, just noting Andrew Nacin's comment (http://wpdevel.wordpress.com/2011/12/07/whats-new-javascript-in-3-3/): > Of note, there’s one pretty big gotcha: If you use wp_editor() to render the visual editor in a...

priority-low

Need to facilitate localization for the jQuery datepicker. http://docs.jquery.com/UI/Datepicker/Localization

priority-low