Chad Gatesman

Results 7 issues of Chad Gatesman

I would have expected a faster parrot than delay 20 parrot. 20: ![](https://ppaas.herokuapp.com/partyparrot?delay=20) 10: ![](https://ppaas.herokuapp.com/partyparrot?delay=10)

bug
Up to grab

Fixes #874 Several issues were found while debugging and fixing #874: - Pass just tag name string to callback functions when using `use-strings="true"` - Call callback functions in a `$timeout`...

If you use `use-strings="true"` along with `on-tag-added` (or other callbacks), the `$tag` passed to the `onTagAdded($tag)` function is an object (e.g. `{text: 'Tag Name'}`) instead of just the tag name...

If you have focus on some other application then try to click on the Close, Minimize or Popover Mode buttons at the top left of the app, they do nothing....

type: bug

Using version 0.3.0. If I change the value of clearable (through an AngularJS expression) from `true` to `false`, the `Clear` button label does not change to `Cancel` as it should.

The current v1.8.3 version this fork is working on is broken. There was effort in moving around the search input in order to eliminate the use of the deprecated `clip`...

`JettyClientCall.sendRequest()` is randomly reporting error status code responses (e.g. HTTP 401) as 1001 Communication Error. This is occurring, because it is using `org.eclipse.jetty.client.util.InputStreamResponseListener.get()` which is documented to only wait for...

Extension: Jetty