Joseph Yeung
Posts: 0
Joined: Tue Aug 14, 2012 7:48 am

Collapsible Block Display Goes Wrong

Hi, just found that some of the display on screen went wrong for no apparent reason (no change of design or code on my part) :

Image

The red-circled part used to auto-truncated into ".....".
I have been using the old editor ok, but now this error.

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

Collapsible Block Display Goes Wrong

Hello! We'll test this and I'll update.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Collapsible Block Display Goes Wrong

Same problem here....

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

Collapsible Block Display Goes Wrong

It's a bug. Will be fixed soon.

Joseph Yeung
Posts: 0
Joined: Tue Aug 14, 2012 7:48 am

Collapsible Block Display Goes Wrong

Good to hear your updating.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Collapsible Block Display Goes Wrong

I'll find out what exactly has changed (if anything) but here is what's happening.

When you put text in collapsible block header, it will try to fit the entire text. A single collapsible block is placed inside a table cell, and the table doesn't enforce children size and thus the header stretches to fit the text.

If you didn't use table and iterated directly over collapsible block, it would display only as much text as the parent container allows (with ....).

There is a workaround.

Add a CSS with this code:
code
.mobilegrid {
table-layout: fixed;
}
/code

Select the grid in the page and set its Class Name to: mobilegrid.

Select the first cell and set its width to whatever number you need. For example, I used 250. Now the header will adjust based on screen size.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Collapsible Block Display Goes Wrong

"I'll find out what exactly has changed (if anything) "
Really??

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Collapsible Block Display Goes Wrong

I will implement the workaround you posted for something that apparently has not changed..

Joseph Yeung
Posts: 0
Joined: Tue Aug 14, 2012 7:48 am

Collapsible Block Display Goes Wrong

Hi, Max.

I'm fine with the work around.

But if things are back to "normal", kindly let me know.

Thx!

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

Collapsible Block Display Goes Wrong

Hi! We will update when bug is fixed.

Return to “Issues”