-
Original [issue 565](https://code.google.com/p/google-caja/issues/detail?id=565) created by davidsarah.hopwood on 2008-06-12T23:17:31.000Z:
For example
```
TameEvent.prototype.getButton = function (…
-
Here is the initial discussion: https://github.com/sproutcore/sproutcore/pull/1132
I'm proposing that we remove all the SC.Error used when throwing an Error. If I'm not mistaken, only SC.Response use…
-
Competitors:
- Angular,
- React,
- Ember,
- [Mithril](http://lhorie.github.io/mithril/).
I don't like Angular. Even if it is Google powered, they were not able to ensure BC for a long time and it's t…
Hywan updated
9 years ago
-
Following the basic installation instructions on the sproutcore website resulted in an error when issuing the plain "sproutcore" command (without args) from the sproutcore project directory.
Using an…
-
When there is a large number of items in the SelectView list that exceeds what can be displayed on the screen, the list extends off of the screen rather then scrolling.
As a possibly related issue, t…
-
I'm having difficulty in adding new games to CODAP. I have downloaded sproutcore and serving CODAP locally. However, the games listed in game_selection.js like so:
``` js
DG.GameSpec.create({
…
-
If items overflow the window, the heigh of SC.MenuPane is incorrect, which lead to a pane not being scrollable.
-
I reached this conclusion after finding out that in a relative build the urls for the legacy theme were wrong.
The problem essentially is that the url generated for sc_static and static_url are now g…
-
Currently, if a view is in the `ATTACHED_SHOWN` state, it'll fire off a warning if `_doShow()` is getting called again (by `_isVisibleDidChange`).
However, if `isVisible` is a computed property, it's…
-
The SC.SegnemtedView when adjusting its layout doesn't update its frame to reflect the changes. Created a PR for a fix and unit test here https://github.com/sproutcore/sproutcore/pull/1300.