-
Observers created with the convenient method seem to not work:
``` javascript
eachTitleObserver: function()
{
console.log('ObserverTest.listController.eachTitleObserver');
}.observes('@each.title…
-
The current system of locLayout and metrics force you to set a single hash key for every layout property of a certain view:
```
SC.metricsFor("en", {
"myview.left": 10,
"myview.right": 10
});
```…
-
The docs page currently works terribly on a phone, for example. Would be great to tidy things up and make them responsive. (This would also help with Dart integration, letting the docs live in a small…
-
http://www.webkit.org/blog/386/3d-transforms/
CSS hooks for:
``` css
-webkit-transform-origin: x, y, z
-webkit-perspective: px /* maybe not needed? */
-webkit-transform-style: { flat | p…
-
```
var abc = new MVCObject;
abc.set('testing', 'hi');
abc.unbind('testing');
> Uncaught TypeError: Cannot use 'in' operator to search for '__my_index' in
null
from line 235 of source.
I would pers…
-
Lets say we have a `Book` record with a to-many relationship `pages` to `Page` records with an inverse relationship `book`. Now:
- When deleting a page, it should be removed from the book referencing …
-
To prevent reinvent wheels.
s11n:
- https://github.com/shramov/json2pb
- protobuf: https://github.com/google/protobuf/
- Note: protobuf will support json in 3.0 release
Message passing:
- boost.as…
-
Not setting a width or a fillRatio triggers this warning:
```
SC.warn('Developer Warning: The SC.View.HORIZONTAL_STACK plugin requires that each childView layout contains at least a width or has a co…
-
In abbot, if you wrap code in:
```
//@if(debug)
...
//@endif
```
then it will be removed if not in debug mode.
It would be nice to build this as part of a more comprehensive build mode system, with…
-
Today we could construct form-data using FormData() object in modern browsers and as the list of supported browsers are growing, it would be nice to make this addition.
SC.Request {
/**
\* Form…