Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Crushes Overflowing

Ronald Heft
Third-Party Pepper Developer
Posted on Jan 29, '07 at 01:41 am

It seems that crushes who have a very long IP address or domain are not being truncated. This is causing some display issues.

Example: http://farm1.static.flickr.com/136/3730 … 19e3_o.png

Shaun Inman
Mint/Pepper Developer
Posted on Jan 29, '07 at 02:15 am

Noted. I’ll have an update shortly.

Brooks
Minted
Posted on Feb 07, '07 at 03:14 am

After updating to Mint 2.0.2 and Secret Crush 2.01, I noticed overflowing in the Most Recent pane: the content of the When/Duration column displays a few pixels outside the pane boundry. The overflow is less drastic than Heft’s image shows

This is under both Safari 2.0.4 (with the option key held down when clicking on the Refresh button to force Safari to ignore the cached version) and Camino 1.1a2 (with a completely cleared cache).

My Mint installation is at http://trumpetlamp.com/mint

B.

Ronald Heft
Third-Party Pepper Developer
Posted on Feb 07, '07 at 11:17 am

Yeah, it’s still going over the boundaries for me. I edited the Crush source to abbreviate the URL’s more. It seems that since my Mint installation is three columned (around 1100px browser width), the abbreviation still isn’t enough.

I’m fine manually correcting the problem myself, but you mights want to:

A) provide a setting for the default abbreviation, allowing people to abbreviate more for small pane width B) auto detect abbreviation needed based on Mint width C) provide an option to limit Mint to 2 columns (yes I know you can do one column, but I like taking advantage of the space I have)

Like I said, I’m fine if you don’t do anything. Just letting you know in case you truly want to get this issue dealt with.

owen-b
Minted
Posted on Feb 07, '07 at 03:03 pm

It does this on my installation too. Session Tracker doesn’t do this, though. I don’t think Ronald speaks for all of us when he says he’s fine if it’s not fixed though, because I can’t code the fix myself like him! ;)

Shaun Inman
Mint/Pepper Developer
Posted on Feb 07, '07 at 03:35 pm

This should take care of it.

Brooks
Minted
Posted on Feb 07, '07 at 03:44 pm

And so it does. Thanks for fixing this Shaun.

B.

owen-b
Minted
Posted on Feb 07, '07 at 06:43 pm

Yep!

Cheers!

clupprich
Third-Party Pepper Developer
Posted on Feb 08, '07 at 03:01 am

Sorry, no.

Crush

clupprich
Third-Party Pepper Developer
Posted on Feb 13, '07 at 03:22 pm

There’s still a bug in Secret Crush 2.04 with the display, which you can fix in line #373 by replacing

$res_title      = !empty($r['resource_title']))?stripslashes($r['resource_title']):$r['resource'];

with

$res_title      = $this->Mint->abbr((!empty($r['resource_title']))?stripslashes($r['resource_title']):$r['resource']);

You must be logged in to reply. Login above or create an account