Sauli Tähkäpää

Results 17 issues of Sauli Tähkäpää

![chrome-osx-horizontal-bars](https://cloud.githubusercontent.com/assets/1039468/13058719/b024fb5a-d42d-11e5-97c7-945a7a22d883.gif) Tested on Chrome 48

Given a simple form: ``` html ``` On function `_onSubmit(e)` there is a call to `this.submit()` and in this case `this.submit` will return the input element. This in turn throws...

documentation
p1 - backlog

`selected-item-changed` event is fired multiple times when an item is selected or deselected. `selected-items-changed` seems to be working correctly. JSBin: http://jsbin.com/hivepag/edit?html,console,output Tried all major version of `iron-list`, seems to affect...

bug
breaking-change
p0 - critical

Hi, I needed a way to calculate color stops so I made a small utility method to TinyColor. Let me know what you think.

Basically, if you have argument with _variable arity_ and hyphen inside the argument: "-argument1 foo - bar -argument2...", exception is thrown. Works fine if arity would be set to 3...