Yacine Zalouani

Results 6 comments of Yacine Zalouani

I've been facing the same problem. Any chance it could be looked at? It prevents using custom ids with drag & drop.

> @pgn-vole can't you just broadcast null? The signature of `addContextListener` doesnt't allow the context to be null so at the moment, unless by diverging from the specification, we can't...

It should do the job and is backward compatible so sounds goo to me!

Happy to take ownership. `{ "type": "fdc3.nullContext" }` looks good to me. However I think that we need to add be able to anotate which type of context was nullified...

Thanks for the proposal Kris. To revert to your question about real world use case - this is about filters. At the moment there is no obvious way for UIs...

I found a workaround by adding this to the page : ```javascript if (typeof initMochaPhantomJS === 'function') { // for some reason console.error makes mocha phantomjs fail console.error = console.log...