ape-javascript-library icon indicating copy to clipboard operation
ape-javascript-library copied to clipboard

Minimal JavaScript library for writing and developing widgets.

Results 8 ape-javascript-library issues
Sort by recently updated
recently updated
newest added

FYI, the website link for this repo -- http://dhtmlkitchen.com/ape/ -- is currently returning 404.

Repeated clicking on label causes flash of placeholder text when input is empty. Instead, it should do nothing.

Potential problem: Events fire out of order in IE. Investigate possible worst-case scenarios and potential solutions to this issue.

APE.dom is a god object that can be broken up. Breaking up APE.dom encourages keeps the size and complexity of the core trim while allowing proliferation of more interface-objects for...

position-f.js: - Move `isAboveElement`, `isBelowElement`, `isInsideElement` to a separate file, allowing these methods to use any `getCoords` function that returns an `{x:number, y:number}` object. - Create new test file for...

position-f.js has "APE.dom.getOffsetCoords" and also has "APE.dom.isAboveElement" and others. The file can be renamed to "getOffsetCoords" and the other functions can be removed.

The test is painfully slow. It should use the new 'waitForCondition' instead of wait.

HTML 5 defines min and max attributes for input type=Date. http://www.w3.org/TR/html-markup/input.date.html http://www.w3.org/TR/html-markup/input.date.html Calendar should implement those, too.