Steven Parkes

Results 111 comments of Steven Parkes

Yeah, your project looks okay. You're running into weakness in the support for CSS in envjs and in capybara-envjs. Since envjs doesn't render content, style support has never been a...

Overlays should be fine: they're still in the DOM. You could try seeing if it's getting created, by looking at the innerHTML of the container ...

Sorry; didn't mean to imply that the code wasn't right. I actually suspect some event processing isn't working and the overlay DOM elements aren't getting created. But I'm not sure....

Thanks. I'll try to look at this this weekend.

Looks like you need style support that's not in envjs. I had to tweak a couple of things to get the test to work: I had to comment-out the javascript...

At this point, I don't see this getting worked on by me in the next month or two. I'd like to, at some point, but I'm not sure when that's...

Nice test. The wind.document issue seems to have been fixed in master (envjs/capy/capy-envjs). However, that just moves things a little further down. It looks like this relies on event bubbling...

Is this the delete thing a separate issue? If so, can you create a separate issue? As to the connection refused, does capy support subdomains? I can never remember the...

As to the host stuff, right, and capy-envjs should follow that. Is it not? I thought the issue might be trying to wildcard the domain in some way, so that...