coderespawn / dock-spawn

Dock Spawn is a web based dock layout engine that aids in creating flexible user interfaces by enabling panels to be docked on the screen similar to Visual Studio IDE
http://dockspawn.com
MIT License
255 stars 76 forks source link

Issue when undocking in JS compiled version #3

Closed coderespawn closed 11 years ago

coderespawn commented 11 years ago

Get a Concurrent Array Modification error when undocking some panels in the JS compiled version

coderespawn commented 11 years ago

Fixed

TimNZ commented 11 years ago

I think it still broken, panels can still disappear as soon as I start dragging.

I'm thinking this would be a good learning project for a typescript conversion I could attempt in the next month or so. http://www.typescriptlang.org/ https://github.com/borisyankov/DefinitelyTyped

coderespawn commented 11 years ago

Hi, are you sure you are using the latest version. Undock / drag on the latest version seems to work fine for me here: http://www.dockspawn.com/demos/ide/dock_spawn_demo_ide.html

TimNZ commented 11 years ago

Sorry, I fired up Chrome and disabled JS cache and it seems to work fine now. I was sure I had forced a refresh.

Cheers.

coderespawn commented 11 years ago

no problem

drewnoakes commented 10 years ago

@TimNZ (and others): I've submitted a pull request to DefinitelyTyped with TypeScript declarations for dock-spawn:

https://github.com/borisyankov/DefinitelyTyped/pull/1781

@coderespawn (Ali) thanks for making this library!