LPKit icon indicating copy to clipboard operation
LPKit copied to clipboard

A collection of re-usable views, controls & utilities for Cappuccino.

Results 20 LPKit issues
Sort by recently updated
recently updated
newest added

Added overflow:auto property to the DOMElement. Without this you have very ugly default scrollbars in IE9.

I wanted to have multiline text support from within Xcode. This pull request represents some of the work done to make that happen, but there's plenty more to do for...

Should follow the RFC 5322 (http://tools.ietf.org/html/rfc5322#section-3.4) Return true for: `"John Doe" ` `John ` `` `[email protected]` Return false for: `John Doe ` `[email protected]` `[email protected]>` `

Fixes all the warnings caused by the new Obj-J 2 compiler. Updates the Jakefile to the current capp template.

Hello I found that sometimes setStringValue do not update what is really inside textarea tag. I can upload an example for you to show this bug, if you need. Thx...

Added fix for issue http://githubissues.heroku.com/#luddep/LPKit/26

LPMultilineTextField seems to be eating up enter events. If you add an LPMultilineTextField to a view and also a CPTextField, the CPTextField will no longer receive enter events.

Once a LPMultiLineTextField is activated, it continues to consume all key events even when not active. From what I understand, the method "performKeyEquivalent" should by default return NO and only...