mojito icon indicating copy to clipboard operation
mojito copied to clipboard

[archiving soon] Yahoo! Mojito Framework

Results 40 mojito issues
Sort by recently updated
recently updated
newest added

https://github.com/yahoo/mojito/wiki/ReleaseNotes0_6_0 suggests that deeply embedded mojits config are not passed to the client. See comments: "// this config is not passed to the client". This is misleading. While the mojitProxy...

Assets in a mojit's config are added twice; once by the ac.done method and once by the ac.assets constructor method. When it is added by the ac.assets addon, assets with...

Get the following error on client side after calling MojitProxy.refreshView() in a composite mojit: Uncaught Error: Cannot read property 'type' of undefined The composite has a child mojit without binder...

bug
version:mojito-next

Wonder if `HTML5App` should look for "/tunnel" even if there are no components with any `server` affinity?

version:mojito-next

some of the examples using `mojitProxy.invoke()` are not following the API for the `params` arguments, which is a very explicit API. probably we should go ahead and update the docs,...

component:documentation

In the binding event example (http://developer.yahoo.com/cocktails/mojito/docs/code_exs/binding_events.html) in the section "Setting Up this Example" point 8, you should remove line 2 "var API_KEY = '{your_flickr_api_key}';" because it's a duplicate of line...

When setting ac.instance.config. after a call to mojitProxy.refreshView(), mojitProxy.config does not get updated to reflect new variable. The relevant portions of my test code: === CONTROLLER === ``` index: function(ac)...

version:mojito-next

for a url like [hostname]/[path]?key=value#hash=my_hash ac.params.getFromUrl('key') will return key=value#hash=my_hash not key=value

bug

We have defaults.json, master section, an array containing default elements to our mojit. Then we have applications.json, specialized section, mojit config, an array containing more specialized elements to the same...

bug

I have a model which uses require() `var fs = require('fs');` When I try to unit test this model, the test crashes and throws the following the error. ``` /home/y/lib/node_modules/mojito-cli/node_modules/mojito-cli-test/node_modules/yuitest/lib/yuitest-node.js:773...