Steven Cherecwich
Posts: 0
Joined: Sat Jan 18, 2014 4:46 am

Collapsible lists won't maintain their shape.

Hi. I'm creating a dictionary of sorts, and in one area I'm using collapsible fields. However, every time they collapse, the text box loses its visible size. Any thoughts?

I made a video showing the issue at: https://www.youtube.com/watch?v=9sy-Gl...

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Collapsible lists won't maintain their shape.

Hi,

I've reproduced this issue. It looks like this is jquery-mobile issue. https://github.com/jquery/jquery-mobi....
We'll investigate this deeply and get back to you with an update.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Collapsible lists won't maintain their shape.

Hello! Could you try again? Is the problem still reproducible?

Steven Cherecwich
Posts: 0
Joined: Sat Jan 18, 2014 4:46 am

Collapsible lists won't maintain their shape.

Hello, thanks for the reply. Still does the same thing.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Collapsible lists won't maintain their shape.

Hi Steven,

You would need to use styles.Add a class for a text element and set a fixed width via CSS styles.

Steven Cherecwich
Posts: 0
Joined: Sat Jan 18, 2014 4:46 am

Collapsible lists won't maintain their shape.

Thanks, Katya. I'm not so good at the programming, that's why I'm using this cloud based drag-n-drop service in the first place. :)

Do you know any good tutorials or links I can use to learn how to add a CSS style?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Collapsible lists won't maintain their shape.

Steven,

Click Create New - CSS and add your code there. There are discussions that can help you: https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...

If you need something specific let us know please and we'll help you.

Steven Cherecwich
Posts: 0
Joined: Sat Jan 18, 2014 4:46 am

Collapsible lists won't maintain their shape.

Hi guys, it works perfectly now, THANK YOU! :)

For anyone else who stubmles on this thread, I used this css:

.MyTextBox {
border-radius: 1px !important;
border-color: black !important;
width: 90% !important;
height: 200px !important;
background-color: white !important;
border-width: 5px !important;
border-style: solid !important;
font-weight:bold !important;
font-size:12px !important;
}

and this tutorial for installing it:
http://docs.appery.io/documentation/w...

Thanks again!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Collapsible lists won't maintain their shape.

Steven,

Thank you for sharing this!

Return to “Issues”