0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add ContentPane#preprocessContent() callback, fixes #9622 More... over 8 years ago
fixes #18648, update to exclude node_modules from build profile More... over 8 years ago
Remove widgetsInTemplate property and instead auto-detect whether or not template contains widgets. More... over 8 years ago
Make unfocused NumberSpinners and Sliders ignore mousewheel events. Avoids problems when the user scrolls the page and the cursor happens to pass over one of those controls. More... over 8 years ago
Right-align numbers in NumberTextBox etc. Fixes #10377. More... over 8 years ago
fixes #18121, bower.json More... over 8 years ago
Clear dropdown width setting (due to autoWidth:true) when dropdown is closed. More... over 8 years ago
Clear dropdown scrollbar if viewport size increased. More... over 8 years ago
Fix hitting ENTER in the Editor when running Jaws. Fixes #18757. More... over 8 years ago
Fix ScrollingTabController in RTL mode on Edge, fixes #18746. More... over 8 years ago
fix typo in comments More... over 8 years ago
Make Editor work (more or less) on Edge. More... over 8 years ago
Remove inadvertent tabindex setting, and do other cleanup. Note that role="main" is not a valid setting for <body>. Refs #12250 tangentially. More... over 8 years ago
Fix typo in class declarations for ConfirmDialog, ConfirmTooltipDialog. Refs #16930. More... over 8 years ago
Put role=main on Editor's <div> rather than <body>, since "main" is an invalid role for <body>. More... over 8 years ago
Workaround hang in focus_mouse.html test on IE10 triggered by d26af75ccb8000a546a57ac247fb604f9a11c05a. More... over 8 years ago
_keyboardSearch is now expecting also null from _getNextFocusableChild, fixes #18721 More... over 8 years ago
Disable robot tests on Edge and Chrome, since those browsers don't support Java and thus can't run DOH robot. More... over 8 years ago
Always append Editor's <iframe> to document before setting src. Fixes problem on IE11 where you can't enter text if "Active Scripting" is disabled for the "Internet" zone. More... over 8 years ago
fix capitalization issue with combobox nls. Refs #18710 More... over 8 years ago
Add Serbian, Bosnian and Macedonian translation. refs #18710 More... over 8 years ago
Handle case (bug?) on Android/Chrome with word suggestion IME where printable characters produce keydown event but no keypress event. More... over 8 years ago
Fix regression when app overrides the _TextBoxMixin#onInput() method. More... over 8 years ago
Remove test that no longer makes sense, refs #18563. More... almost 9 years ago
Use visiblity:hidden rather than display:none to hide TabContainer panes. Fixes problem where scroll position lost when switching back to tabs. More... almost 9 years ago
refs #18640, add repository field to package.json to make npm not complain More... almost 9 years ago
Optimize rendering TimePicker items. Refs #7631. More... almost 9 years ago
Keep Dialog within viewport when viewport shrunk. More... almost 9 years ago
When showRoot=false, Tree's root node shouldn't have aria-selected attribute. Fixes #18617. More... almost 9 years ago
ViewSource plugin: hide Editor's iframe by setting visiblity:hidden not display:none. More... almost 9 years ago