0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove code duplication between Confirm[Tooltip]Dialog and [Tooltip]Dialog. Refs #16930, refs #13279. More... almost 10 years ago
fix over-eager setting of aria-invalid="true", fixes #17928 More... about 10 years ago
Fix ComboButton click on webkit mobile (iOS and android). Set dijitOffScreen class on <input> so dojo/touch doesn't squelch the click event generated from _ButtonMixin's call to this.valueNode.click(). More... about 10 years ago
Widgets that use ondijitclick in their templates should list dijit/a11yclick as a dependency. Refs #17693 tangentially. More... about 10 years ago
fix test typo and update source code comment, refs #17693 More... about 10 years ago
Implement ConfirmDialog and ConfirmTooltipDialog. More... about 10 years ago
refactor TextColor plugin to allow custom ColorPicker, fixes #16908 More... about 10 years ago
Pass oldParent to store.put() too, fixes #17902. No infrastructure for testing this though, unfortunately. The Tree_DnD_multiParent.html test is still running against dojo/data. More... about 10 years ago
Hide Tooltip when ValidationTextBox or Select widget destroyed. Partially fixes #17366, and the other part is wontfix. More... about 10 years ago
use AMD dojo/_base/window module to reach body() fct More... about 10 years ago
Make intermediate progressbar flow from right to left in RTL case. Refs #17721. More... about 10 years ago
Implement Tooltip hideDelay property. Fixes #4284, fixes #8267. More... about 10 years ago
reset focus when Tree's focused node is destroyed, fixes #6236 More... about 10 years ago
Prevent placeholder from wrapping, fixes #17881. Tried text-overflow:ellipsis too but it didn't work for some reason. More... about 10 years ago
Add TODO, refs #8306 More... about 10 years ago
Disallow drop onto own parent unless user is dragging multiple nodes and at least one of them is *not* being dropped onto its own parent. More... about 10 years ago
remove completed TODO comment, it's handled by _isParentChildDrop(), refs #7140 More... about 10 years ago
fix typo from 302c1fe542b646a07dfce94172e4a61345768354, refs #17837. More... about 10 years ago
make ObjectStoreModel leverage Destroyable, refs #17837 More... about 10 years ago
ObjectStoreModel fixes for asynchronous stores. Added async tests to Tree_ObjectStoreModel.html, and lots of cleanup too. More... about 10 years ago
fix typo, refs #17680 More... about 10 years ago
modernize test, refs #9575 More... about 10 years ago
Destroyable should forget Promises that are resolved or rejected, refs #17680. More... about 10 years ago
add textarea to list of elements to allow click native behavior, refs #17816. More... about 10 years ago
Workaround iOS bug where clicking Menu can focus/click an input/button behind it. Fixes #17816. More... about 10 years ago
Fix some Calendar layout glitches on "hover" on iOS. More... about 10 years ago
Update _FormSelectWidget to use standard _setStoreAttr setter More... about 10 years ago
shorten very long tooltip, fixes spurious android 4.2 failure, fixes #17839 More... about 10 years ago
fix spurious test timeouts on Android, fixes #17849 More... about 10 years ago
Fix MultiSelect on Android. More... about 10 years ago