-
We don't use this.
-
Setting layoutDirection: SC.LAYOUT_HORIZONTAL on an SC.RadioView adds the proper class, but the styling is still vertical.
-
If there's a tmp dir from an old abbot then on boot people get JSON errors. This looks bad. We should be able to detect old style tmps and remove them.
-
We have a handful of tests that are not passing in FF, Safari and Chrome. We'll also need to test other browsers, especially IE.
-
Back in Quilmes I did a context.setClass('custom-view', YES) in my renderer's render() and it kept that class for the lifetime of that view.
In the new quilmes-master merged master, my view somehow l…
-
If you have a ScrollView within a scene of ContainerView or SceneView, when you transition back to that scene the previous scroll location is not re-set.
-
If you have two views side by side with mouseEntered/mouseExited events and mouse into the second view from the first, the second view's mouseEntered is called BEFORE the first view's mouseExited.
Th…
-
There's an interesting inconsistency with how 'else' is indented in 'switch' and 'if' statements:
# Here's the syntax for 'if'. The 'else' is flush with the headword.
if day is "Tue"
go relax
else…
-
In a production build (ie, javascript-packed.js) the JS barfs when attempting to load records coming back from the proxied Kiva web services. There is no such problem on the debug build (local stagin…
-
Hi,
I have try to clone your repository to see the app, but it does not contain the Buildfile nor SCUI framework which looks like is required.
Can you please help with that?
Thank you,
Ido.