Christopher Lenz

Results 7 comments of Christopher Lenz

Can you please provide more details about what you're doing so that I could try to reproduce it?

Is there anything cross-domain involved here?

The plugin should generally work in IE all the way down to 6. I'm not sure whether there's an issue with the demo, will need to check when I have...

Finally applied :P. Thanks!

Unfortunately there's no way that I know of to get the status code of a response loaded through an iframe. See for example http://stackoverflow.com/questions/35240/retrieving-http-status-code-from-loaded-iframe-with-javascript.

The HTML5 drag and drop API, which this module is based on, is unfortunately [not supported by mobile browsers](http://caniuse.com/#feat=dragndrop). You might want to try this [iOS shim](https://github.com/timruffles/ios-html5-drag-drop-shim). Please report back...

We're seeing the same problem in our app. When placed in a dialog, and the combobox has auto-focus, the menu is not displayed even though `immediate` is on. Clicking or...