Ian Stewart

Results 9 issues of Ian Stewart

Currently, the Inspector will not start given a local file URL. Ember Inspector does work locally; so should the Inspector.

enhancement

Currently, the Inspector will not load without a Marionette.Application on the page. At minimum the Inspector should start without an application, at best it should fully function.

enhancement

The Inspector does not currently support Marionette-ified Backbone apps that commonly have unconnected View trees. This would be a helpful feature for those migrating from Backbone.

enhancement

Listeners are currently clickable. All we need to do is add the dom data-attributes for the clickable properties behavior to `context` and `arguments`.

Activity Pane

- Keyboard up/down should move selection - Keyboard left/right should expand/collapse current node

Activity Pane

Prerequisite: #101 _Note: This ticket is WIP; needs some brainstorming._ - [ ] Create patch to gather Radio event triggers modeled after patchAppComponentTrigger. - [ ] Consider how to factor...

Activity Pane

Prerequisite: #101 _Note: This ticket is WIP; needs some brainstorming._ - [ ] Create patch to gather DOM event triggers modeled after patchAppComponentTrigger. - [ ] Consider how to factor...

Activity Pane

Make the function abbreviation returned by agent.inspectValue potentially more useful at a glance by including, say, the first 100 characters of the function's toString().

This particular warning is ever-present in my console, all while my intention is specifically _not_ to use Parsley here. It would be nice if I could set a Parsley option...

bug