Forums

 
  Support Forum  Modules  Engage: Publish  Tags wandering outside Tags Box
Previous Previous
 
Next Next
New Post 2/5/2009 2:17 PM
Unresolved
  Phil
10 posts
10th Level Poster


Tags wandering outside Tags Box 

At the bottom of a posted article are the tags.  They usually display within a dotted-line box.  The tags, however, are continuing past the box's right border, going off the side of the page on the right side.  (Perhaps this is a skin issue?)

Having trouble getting a screenshot in this post but I will attempt to demonstrate:         V
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _                     border of the page V
|Tags:                                           |                                                         ^
|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |                                                         ^
 

 
New Post 2/5/2009 8:24 PM
  Brad Bamford
67 posts
6th Level Poster


Re: Tags wandering outside Tags Box 
Modified By Brad Bamford  on 2/5/2009 9:28:28 PM)

That sounds like a Skin or Container CSS issue.
To find out, change the page to use an included DNN skin and/or container to see if that fixes it.
If those work, check your css to see if you are allowing overflow, or have white-space set to nowrap, or have set max-width on your DIVs.

I
believe the css for that DIV is Publish_ArticleTags so you can add css in the header of that module to make any changes to it.


 
New Post 2/5/2009 11:11 PM
  Chris Hammond
1115 posts
1st Level Poster


Re: Tags wandering outside Tags Box 

Brad, I've looked at Phil's site and so far am unable to figure out why this is happening. I've opened it in firebug and the box is going 100% within the outter div, the text however keeps going. I can set the width on the box and it has no impact other than to change the size of the box.

I did figure something out, it's not "wrapping" until there's a tag with a space in it...  Somehow the way we're building the string of tags isn't putting "real" spaces in between each tag??? I'm not exactly sure how that's possible. I think it's a fairly easy fix in code for the next release though.

We're currently populating a literal for the divider of the tags.
li.Text = ", ";

It looks like the   doesn't work properly.


Directory of Training Programs, DotNetNuke Corporation
 
New Post 2/6/2009 12:56 PM
  Brad Bamford
67 posts
6th Level Poster


Re: Tags wandering outside Tags Box 
Modified By Brad Bamford  on 2/6/2009 2:01:51 PM)

Chris,   is a "Non Breaking Space".
By design it prevents line breaks from occurring.
I have not tested it, but using css "word-wrap:break-word" may override it, but defiantly not a permanent fix if it does.

 
New Post 2/6/2009 12:58 PM
  Chris Hammond
1115 posts
1st Level Poster


Re: Tags wandering outside Tags Box 

Uhhhhh I knew that, I just didn't think about it :D

thanks dude


Directory of Training Programs, DotNetNuke Corporation
 
New Post 2/20/2009 3:08 PM
  Phil
10 posts
10th Level Poster


Re: Tags wandering outside Tags Box 

Just checking up on this issue. Did you guys figure out the problem? Will we have a fix coming soon?

-Thanks

 
New Post 2/20/2009 3:26 PM
  Chris Hammond
1115 posts
1st Level Poster


Re: Tags wandering outside Tags Box 

Phil we do have a fix that will be included in the 5.4 release of Publish. That release is likely a couple weeks out as we are still doing development on the release and will have to put it through testing.

 


Directory of Training Programs, DotNetNuke Corporation
 
New Post 2/21/2009 7:43 PM
  Brad Bamford
67 posts
6th Level Poster


Re: Tags wandering outside Tags Box 

Phil, I have not tested this, but it might be a temporary fix for you, if it works :)

Open the Settings of the Module and paste the following into the Header box under Advanced Settings:

<style>
.Publish_ArticleTags{word-wrap:break-word}
</style>

 
Previous Previous
 
Next Next
  Support Forum  Modules  Engage: Publish  Tags wandering outside Tags Box

Purchase

Please click here to buy now.
Payment will be processed via credit card or PayPal.

Please click here to buy now.
Payment will be processed via credit card or PayPal.

Test Drive!

Want to find out how it works? Visit our demo site to see the modules in actions!

Want to find out how it works? Visit our demo site to see the modules in actions!

Subscribe

Sign up for our newsletter and get the latest product updates!

Sign up for our newsletter and get the latest product updates!

Online Support

Powered by DotNetNuke