why is spry collapsible panel breaking?

DotCom

New Member
i adjusted an image that my spry collapsible panel was holding and it just broke. It has done this several times. Why is it breaking every time i do this
 

ronaldroe

Super Moderator
Staff member
It's Spry. It's machine-generated, inflexible code. If the image size was off, even by a pixel, it could have easily caused it to break. Without even looking at it, I can tell you the likelihood is high that images aren't even necessary.

This is why it's better to just code these things yourself.
 

jumpingspider

New Member
It's Spry. It's machine-generated, inflexible code. If the image size was off, even by a pixel, it could have easily caused it to break. Without even looking at it, I can tell you the likelihood is high that images aren't even necessary.

This is why it's better to just code these things yourself.


Well pointed out. It's totally better to do it yourself!
 

Phreaddee

Super Moderator
Staff member
actually this is from adobe.
When Adobe first introduced Spry, our goal was to bring Ajax capabilities to the web design community, allowing designers to create web pages that provided a richer experience for the end user. As we know, however, the web evolves at a blistering pace. Over the last couple of years, frameworks such as JQuery have evolved to encompass many of the capabilities originally envisaged for Spry, making Spry as a standalone offering less relevant.
As we can continue to focus our efforts in furthering the web, we have decided to no longer invest in the development of Spry. We do however recognize that for some designers it continues to provide value. As such, we are making the Spry framework, along with supporting documentation and example code, available on GitHub under an MIT license so that designers will continue to have access to the framework and can customize/extend it as required.
Going forward, Adobe will continue to make contributions to JQuery UI, JQuery Mobile and other frameworks so as to help web designers create rich web and mobile experiences.

http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.html
 
Top