Dave Sweeton

Results 5 issues of Dave Sweeton

## Version 3.7.0 ## Development Environment Firefox, Windows ## Current Behavior The default colors for tools like text and draw shape that allow users to draw are hard coded. E.g....

Enhancement
Need Discussion

When using a create handler knockout.mapping calls the pureComputed immediately, defeating the purpose of having a pureComputed! [http://jsfiddle.net/947bfzqr/](http://jsfiddle.net/947bfzqr/)

There's a bug in the renamed file handler: ```csharp void watcher_Renamed(object sender, RenamedEventArgs e) { watcher_Changed(sender, new FileSystemEventArgs(WatcherChangeTypes.Deleted, e.OldFullPath, e.OldName)); watcher_Changed(sender, new FileSystemEventArgs(WatcherChangeTypes.Created, e.FullPath, e.Name)); } ``` The second parameter...

The provided `thAttributes` are not applied when using an `IDictionary`/`IDictionary` data source.

If you want to override the display name of just one field using a TableColumnAttribute you can't. You have to provide it on all fields. Otherwise it just ignores your...