Adium

Ticket #10778 (new defect)

Opened 5 months ago

Last modified 5 months ago

direct connect image scaling

Reported by: mathuaerknedam Assigned to:
Priority: normal Milestone:
Component: Message View Version: 1.4svn
Severity: normal Keywords:
Cc: Patch: None
Pending: 0

Description (Last modified by mathuaerknedam)

I've never successfully initiated a direct connect session, so I'm relying on a user to help me debug this.

I have the following in the latest version (1.0.1) of Pushpin:

img.fullSizeImage
{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

img.scaledToFitImage
{
	width: auto;
	max-height: 16px;
}

Apparently it works as expected for incoming images, but not outgoing images. Here's how the user described it:

When someone sends me a big image, it'll come to me as a little icon of that image. And if i click on that image, it'll just enlarge, and click again, icon again, etc. When i send image to someone the image arrives in full size (on my window), and if i click on it, it'll become file name, instead of icon.

Maybe this is how it's supposed to work, but since I've not specified different behavior for incoming and outgoing I'd expect them to behave identically. CreatingMessageStyles doesn't indicate differing behavior either. So this is probably either a defect in the implementation or the documentation. If the latter, I'll be happy to fix is as soon as I know what the expected behavior is.

Change History

08/25/2008 05:53:00 PM changed by mathuaerknedam

  • description changed.