The text goes off the block

As shown in the image, the text comes out of the block. It is a field in profile. thx

error.png · 131.3K · 551 views
Quote · 21 Oct 2015

If this is textarea field, then this problem is fixed in Dolphin 7.2.1

Rules → http://www.boonex.com/terms
Quote · 22 Oct 2015

It is no textarea field is multiple selector.

Quote · 23 Oct 2015

Same thing I have been saying.. HL has a fix but it is not the right fix for it.. I also put the 7.2.1 update on and still the same thing.

Quote · 23 Oct 2015

Thank you for pointing this out, I've re-opened the issue:

https://github.com/boonex/dolphin.pro/issues/73#issuecomment-151026844 

It is no textarea field is multiple selector.

 

Rules → http://www.boonex.com/terms
Quote · 26 Oct 2015

nothing?

Quote · 17 Nov 2015

Hello

Thank you for pointing this out, I've re-opened the issue:

https://github.com/boonex/dolphin.pro/issues/73#issuecomment-151026844 

It is no textarea field is multiple selector.

 

The issue was fixed.

Quote · 17 Dec 2015

I have a similar problem with the Qoutes box:

 

Capture.PNG · 76.4K · 352 views
There are none so blind as those that will not see.
Quote · 17 Dec 2015

Hi Anton,

Thanks for your quick fixed, but just one query, is this a fix for this specific issue or does it also fix "tags" going to the right instead of word-wrapping into the block?

 

 

Hello

Thank you for pointing this out, I've re-opened the issue:

https://github.com/boonex/dolphin.pro/issues/73#issuecomment-151026844 

It is no textarea field is multiple selector.

 

The issue was fixed.

 

Quote · 18 Dec 2015

Can't reproduce the problem, please could you  try to reproduce on on demo.boonex.com and describe the steps ?

I have a similar problem with the Qoutes box.

 

Rules → http://www.boonex.com/terms
Quote · 20 Dec 2015

The fix isn;t complete yet, it looks like we will try to fix it different way. Also please could you describe the problem with tags ? 

is this a fix for this specific issue or does it also fix "tags" going to the right instead of word-wrapping into the block?

 

Rules → http://www.boonex.com/terms
Quote · 20 Dec 2015

Hi,

 

When you have too many tags in a video, the screenshot below is what you see:

 

http://prntscr.com/9goh30

 

The tags go on to tag9, tag10, etc. The tags should technically be word wrapped into the box.

 

Please let me know if this doesn't make sense or if I upload the image to your forums.

Quote · 21 Dec 2015

generally its simple to fix this kind of issue as the site admin. 

In chrome or firefox: right click on the element that is overflowing the container.
Click inspect element.
Look at the css for the element.
add to the css:
white-space: initial !important;
overflow: initial !important;
copy to one of your theme's css files. 
problem solved.  

Quote · 21 Dec 2015

Great work...would this be something we implement into our templates (or custom templates) now? or wait for Boonex to update themselves?

 

generally its simple to fix this kind of issue as the site admin. 

In chrome or firefox: right click on the element that is overflowing the container.
Click inspect element.
Look at the css for the element.
add to the css:
white-space: initial !important;
overflow: initial !important;
copy to one of your theme's css files. 
problem solved.  

 

Quote · 22 Dec 2015

Thx. Solved

Quote · 22 Dec 2015

Since you solved it thought I'd give it a go too.


It would have been nice for others if you mentioned what you did... anyway here's what I did:

I inspected element and found "bx-form-value" was the CSS element.


Found that under ./templates/base/css/forms_adv.css

 

Changed:

 

.form_advanced_table .bx-form-caption,
.form_advanced_table .bx-form-value {
    vertical-align: top;
    white-space: nowrap;
}

 

to:

 

.form_advanced_table .bx-form-caption,
.form_advanced_table .bx-form-value {
    vertical-align: top;
    /* white-space: nowrap; */
    white-space: initial !important;
    overflow: initial !important;
}

 

Cleared caches, tested OK.


I wonder why the setting is originally "nowrap", it doesn't make sense to me other than it being a bug?

 

It would also be nice to have different colours for each of the tags (or different highlights when you mouse-over them).

 

The way it is now, they just look like a bunch of words separated by spaces, where you can't distinguish which words belong to which tag.

 

Thx. Solved

 

Quote · 23 Dec 2015

This patch works fine but in case nobody has noticed, there are no spaces after the commas. Something Boonex can consider when adding the patch to the next version.

 

That may not help though because for me the problem not only existed in the Base.css file forms_advance.css, it was replicated in the Biz2 template override forms_advance.css where I had to make the changes.

 

It's very important that you update the correct file to make the change work. Try your default template file's css first.

Quote · 10 Jan 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.