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

Found a problem with refreshView... I tried running refreshView on a composite mojit, and I found if the child mojits have binders, the whole javascript will stop working after refreshview....

bug
component:binders

I want to access `yui-lang` type resources and their `yui.name` but this: https://github.com/yahoo/mojito/blob/develop/lib/app/addons/rs/yui.js#L545 won't let me. Please find another way to return the resource and prevent the host method from...

bug
enhancement
component:resource-store

I have a parent mojit with two children. One child calls `ac.http.redirect()`. During the bubble/merge of the `meta` the `meta.http.code` of the non-redirect child clobbers the `meta.http.code` of the redirect...

bug
version:0.7.x

Our current "page" data object is unique to each request, and is a great place to store request-specific objects/data. However, there's no way for middleware to put objects/data into it.

enhancement

It may come to a situation where the developers want to handle the http response by themselves, and calling actionContext.done will be a problem. Per discussion with Caridy, currently there...

enhancement
version:mojito-next

Addon instantiation time can add up in large applications. Perhaps we can share certain addons per request and even across requests. Addons would have a property that it can use...

As per http://yuilibrary.com/yui/docs/handlebars/#defining-custom-helpers, the Handlebars helpers are defined using `Y.Handlebars.registerHelper`. However, any helper registered using the above way are not available while generating views from hb templates on server. Use...

From Rajbir Kohli: "ac.flush makes it hard to predict what parts of mojit(s) will be rendered when on the web page. We experienced that for one of our mojits, ac.flush...

enhancement

Mojito's idea of a model should align closely with YAF's idea of a model . This might even go so far as to throw away Mojito's models and use Y.Model...

version:mojito-next

What Happens: 1. Mojito is started with a mojit that has ''appLevel':true' in its 'definition.json'. 2. The user successfully visits a mojit on that app. 3. The user attempts to...

component:resource-store