Kevin Dalman
Kevin Dalman
The solution described would serve my need perfectly. However I won't be able to test it for a while because starting the final sprint of the current release. Therefore I...
It would be great if EP could handle nested/name-spaced models. In my current project we have over a hundred models. To make this scale manageable, every model is categorized by...
I haven't given this syntax much thought, but some off-the-cuff feedback on the approaches discussed... **I agree it would be ideal if models could be added without needing to specify...
Thanks for maintaining this for users, @GedMarc. I haven't used jQuery for many years so haven't given this library any love.
Layout relies on, and exists within, a jQuery global object. The current version can never be a _normal_ npm package without major refactoring, so I'm hesitant to maintain it as...
Hi Sam. Have you tried importing Layout directly from Github using the syntax in my post above? I'd like to confirm that it works as advertised. If it does, then...
The container.selector property was provided only for information. It is never used by Layout so I'll just delete it. I saw this issue in a forum post. I will be...
Backwards compatibility makes sense, but I think undefined is better than an empty string so that it's clear this property is not available with jq3. This would break code that...
The _new_ commit looks fine. The extra line edits are all just trailing whitespace trimming, plus trimming one odd but of gibberish! (abcdef)
However the CSS commit from 2014 would BREAK many layouts. Layout _dynamically_ adjusts element zIndexes when panes overlap ('slide'). Hard-coding a zIndex would prevent this. The reason `allowOverflow()` and similar...