Ed Hager

Results 11 issues of Ed Hager

I ran the automated test suite using Windows 7 and IE 11 and several tests failed.

With the latest code in master, follow these steps: 1. Load the test/Rest.html manual test page. 2. Expand the first row. 3. Expand the first child of the first row....

Around version 3.12 of the IE WebDriver server (IEDriverServer.exe), it switch to using the W3C API. I added code to detect that switch. Needed in https://github.com/theintern/digdug/pull/73.

When using some IMEs, selecting a suggested word results in the word being inserted into the editor but the cursor is positioned after the first letter of the word rather...

bug
⚑ cross platform

This PR creates a new Intern tunnel that runs the various browsers' web driver servers without using Selenium or Java. Fixes #54

Here is an example application that uses multiple instances of dojo and uses `dijit/form/Button` from each of those instances: https://jsfiddle.net/Lu80ep4h/ The onClick event handlers for the buttons fire twice in...

If the cells in a DojoX grid throw an error on focus, clicking on a cell can cause the browser to scroll the grid out of view. Steps to reproduce:...

bug

I created a tutorial that shows how to add a Dojo 2 widget to a Dojo 1 application using a custom element. Refs dojo/meta#212

On the home page, https://dojo.io, the "Get Going Quickly" animation caused the text in that section to shift too far to the left on a phone. Here is a screen...

The following issue that was raised in #149: All of the links in the tutorials should have a target attribute so we don't lose our place in the tutorial. This...

enhancement
Tutorial