Mangala Khalsa
Mangala Khalsa
I've split the widgets into two - a base [`FileUploadInput`](https://github.com/msssk/widgets/tree/1129-uploader-widget/src/file-upload-input) that is stateless and simply notifies its controlling widget of any file uploads, and a more full-featured [`FileUploader`](https://github.com/msssk/widgets/tree/1129-uploader-widget/src/file-uploader) that controls...
Why was DnD dropped? That seems like a key feature of a file upload widget. I don't see that `.dojorc` was updated - if this is no longer necessary we...
I think the nesting and organization is a good idea - logical hierarchies are much easier to make sense of and navigate. I am a fan of barrel files, perhaps...
> They're also pretty terrible in an IDE when searching for files. The way they've been done has been a hassle in this regard. The module definition should definitely be...
Strange that the problem is not consistent! I wondered if it had anything to do with locale, but I can't seem to get Firefox to change from "mm/dd/yyyy" for date...
This certainly seems to make sense on the surface. However, dgrid has always behaved this way, even the 0.3 releases that used Dojo object stores, so changing behavior at this...
I'm seeing one failure in IE10/Win7, fixed in #1302. I'm getting intermittent failures (mostly CSS-related tests) in IE11/Win10, but they are mostly passing.
Here are some images to clarify the problem (which still exists in Chrome as of version 79): In the 3rd visible row, the cells in columns 1 and 2, with...
This works simply by luck in Firefox, and fails in other browsers due to the complexity of implementing drag and drop. `dojo/dnd` exerts a lot of control over pointer events,...
Can you provide a test page, perhaps on [jsfiddle](https://jsfiddle.net/)? It sounds like you may not have [dgrid's CSS](https://github.com/SitePen/dgrid/blob/master/doc/usage/Styling-dgrid.md) loaded, or perhaps have some conflicting CSS.