Long Tags Make the Related Tags Box Behave Badly

Bug #379100 reported by Anthony
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Fix Released
Low
Jason Lantz

Bug Description

When a very long tag exist in the 'Related Tags' Box, the Related Tags box takes up most of the screen since the text is not wrapping nicely.

There is an example here:

  http://kdiab.sixfeetup.com/showtag/african_national_congress

Anthony (agalietti)
Changed in karl3:
assignee: nobody → Paul Everitt (paul-agendaless)
Revision history for this message
Paul Everitt (paul-agendaless) wrote : Re: [Bug 379100] [NEW] Long Tags Make the Related Tags Box Behave Badly

Anthony, I'm willing to hunt around trying to find examples of this,
but it would be faster if you'd tell us the URL that looks bad. [wink]

--Paul

On May 21, 2009, at 12:09 PM, Anthony wrote:

> Public bug reported:
>
> When a very long tag exist in the 'Related Tags' Box, the Related Tags
> box takes up most of the screen since the text is not wrapping nicely.
>
> ** Affects: karl3
> Importance: Undecided
> Assignee: Paul Everitt (paul-agendaless)
> Status: New
>
> ** Changed in: karl3
> Assignee: (unassigned) => Paul Everitt (paul-agendaless)
>
> --
> Long Tags Make the Related Tags Box Behave Badly
> https://bugs.launchpad.net/bugs/379100
> You received this bug notification because you are a bug assignee.
>
> Status in Porting KARL to a new architecture: New
>
> Bug description:
> When a very long tag exist in the 'Related Tags' Box, the Related
> Tags box takes up most of the screen since the text is not wrapping
> nicely.

Revision history for this message
Anthony (agalietti) wrote :

Here is an extreme example. Sorry for not including this earlier.

http://kdiab.sixfeetup.com/showtag/african_national_congress

description: updated
Revision history for this message
Paul Everitt (paul-agendaless) wrote : Re: [Bug 379100] Re: Long Tags Make the Related Tags Box Behave Badly

I just took a look at this in Firefox (I'm out of the office so I
don't have IE handy), and it looks the same on KARL2 and KARL3. Both
truncate after it flows a bit out of the box.

Can you find out what this looks like on KARL2 and compare to KARL3,
then let us know what is the desired behavior?

--Paul

On May 21, 2009, at 12:59 PM, Anthony wrote:

> Here is an extreme example. Sorry for not including this earlier.
>
> http://kdiab.sixfeetup.com/showtag/african_national_congress
>
> --
> Long Tags Make the Related Tags Box Behave Badly
> https://bugs.launchpad.net/bugs/379100
> You received this bug notification because you are a bug assignee.
>
> Status in Porting KARL to a new architecture: New
>
> Bug description:
> When a very long tag exist in the 'Related Tags' Box, the Related
> Tags box takes up most of the screen since the text is not wrapping
> nicely.

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Assigning to Anthony while he reports back on what should be the desired behavior.

Changed in karl3:
assignee: Paul Everitt (paul-agendaless) → Anthony (agalietti)
importance: Undecided → Low
milestone: none → m15
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Re-assigning to Nat as Anthony isn't in the office. We can't recreate an example of what is wrong in KARL3 vs. right in KARL2. We need screenshots of one versus the other.

Changed in karl3:
assignee: Anthony (agalietti) → Nat Katin-Borland (nborland)
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Moving to M16.

Changed in karl3:
milestone: m15 → m16
Revision history for this message
Jason Lantz (jasontlantz) wrote :

Here is the comparison between KARL 2.0 and 3.0. I hope this helps.

Yalan

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Yes, this helps quite a bit. I'll see if I can get it fixed this morning.

Changed in karl3:
assignee: Nat Katin-Borland (nborland) → Paul Everitt (paul-agendaless)
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Closing this and re-assigning to Jason in case it resurfaces. Here is the diff:

$ svn diff src/karl
Index: src/karl/karl/views/templates/snippets.pt
===================================================================
--- src/karl/karl/views/templates/snippets.pt (revision 2923)
+++ src/karl/karl/views/templates/snippets.pt (working copy)
@@ -542,8 +542,8 @@
      </tal:block>
      <tal:block tal:condition="tag is not None">

- <div style="float: right">
- <dl class="tag_page_side" id="related-tags-portlet">
+ <div id="tagview-column" class="rightcol">
+ <dl class="tag_page_side" id="relatedtags-portlet" style="width: 176px; overflow:hidden">
         <dt> Related Tags </dt>
         <dd tal:repeat="rel related|()">
           <a href="${api.app_url}/showtag/${rel}">${rel}</a>

Changed in karl3:
assignee: Paul Everitt (paul-agendaless) → Jason Lantz (jasontlantz)
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.