Unanswered: [2.1 b2] Sencha App Entirely Shrunk on Upgrade
Unanswered: [2.1 b2] Sencha App Entirely Shrunk on Upgrade
Noticed a really weird behavior when I upgraded to the Beta 2. The entire app basically shrinks, although it's still all sitting in the DOM.
Not sure what the issue is, but when I try to drag it around the scrollbar is about 5px by 5px in the top left corner (basically the viewport is nothing). I'd show you a screen shot, but basically it's a blank screen.
Does anyone know if there's a simple fix for this or will I need to wait for the next version of 2.1?
Actually I'm not even using a SASS. I have a single CSS file I included when the app goes at run time. It's a workaround I'm using for a couple Phonegap-specific reasons.
This particular CSS file, however, doesn't touch the page structure and only overrides a couple css properties in buttons and backgrounds. Will I need to start using a SASS?
On a different note, I was inspecting the DOM and noticed the screen went back to normal when I changed the properties coming from the auto-generated app.css. It looks like some elements are set to absolute, with top: 100% and left: 100%. That would normally put an element entirely off of the page. Can't remember what triggered that, but I can inspect it for you and check it out.