-
The pane flickers (disappears), as does the modal background. This in the 1.5rc1.
-
The ImageButton renderDelegate doesn't implement toolTip (as advertised in ButtonView).
Also, as I've been digging around, most render delegates improperly render the toolTip via `dataSource.get('too…
-
Showed to Alex Iskander
-
If you login as 'SG' no password to http://tasks-demo.appspot.com and click on the icon of any red task you will get slide-out task editor. Click on the watches button at the bottom of that editor an…
-
For various reasons (# of http requests, ease of deployment, ease of compression, …) it seems like a good idea to concatenate the whole app into one or at least lesser files than sum of controllers, m…
tosh updated
13 years ago
-
Commit 40069a1bdea8a248eef274c402fd31b307215eca attempted to fix a problem (apparently) with static 404 responses not being proxied properly by loading the proxy handler _after_ the main url routing c…
-
I'm using sproutcore as a front end to a RESTful application built with Java. There are recurring issues with building the sproutcore application in our continuous integration server (Hudson). The i…
-
I've got a scrollview that contains a view with the staticlayout mixin like this:
```
myView: SC.ScrollView.design({
contentView: SC.View.design(SC.StaticLayout, {
useStaticLayout: YES,
chi…
-
I created a new application on 1.5: `sc-init my_app --template` and tried to set a back-end store in it:
```
MyApp = SC.Application.create({
...
store: SC.Store.create({...})
});
```
Alas, the a…
-
Is SC.device there is this line of code:
responder.listenFor('online offline'.w(), document, this);
On safari the ononline event is on window instead of the document.