John St. Clair

Results 7 comments of John St. Clair

Not 100% sure of the correctness of the [Add release task](https://github.com/gnab/editableCell/commit/1d43778c8424bb2bee8e4669afc745c9b25a44a5), since it: - Assumes you're publishing from master - Would actually have an effect (if it's not correct, we'd...

Found a solution for the selection border issues that is widely-supported - woot! [CSS Outline](http://caniuse.com/#feat=outline) Just requires a single line in the SelectionViews createElement: ``` javascript function createElement(document) { var...

@espenh might have some thoughts around this issue! :icecream:

+1 This is killing us with a moderately-size project

I've debugged this issue and it seems that the entire `validate` function is broken. `Validate` calls `var elements = this._getValidatableElements();`. That is a wrapper around `_findElements`: ``` _getValidatableElements: function() {...

The lack of basic comments on open issues in this repo is incredible - 2+ months, multiple related issues, and not even a simple ack that it's being looked at,...