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
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!
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
Noted. I’ll have an update shortly.
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.
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.
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! ;)
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