coppermine-gallery.com/forum

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: tomrock on July 03, 2005, 07:08:25 PM

Title: Full Size image display cropped in Firefox Browser
Post by: tomrock on July 03, 2005, 07:08:25 PM
The fullsize image display is cropped slightly using Firefox 1.04 (see the attached picture. Note the scrollbars in the lower-right corner). IE doesn't do this.

Also, is there a reason you display the toolbar in the popup window?

I'm using the July snapshot on Apache 1.33 and PHP 4.3.11.

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Ftomrockwell.com%2Fpost%2Ffullsize-image-display.jpg&hash=e687e45a51e9b4fa1dcc1ce14c7f91498329e727)


Thanks,
Tom
Title: Re: Full Size image display cropped in Firefox Browser
Post by: donnoman on July 04, 2005, 12:10:04 AM
I couldn't reproduce it.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

Perhaps its your theme and a css issue. Which theme are you using?

Can you post a link to your gallery?
Title: Re: Full Size image display cropped in Firefox Browser
Post by: Titooy on July 04, 2005, 09:39:40 AM
From what I've seen, it's a problem only with hardwired
http://private.tomrockwell.com/displayimage.php?album=7&pos=11

It doesn't do it with classic or rainy day
http://private.tomrockwell.com/displayimage.php?album=7&pos=11&theme=classic
http://private.tomrockwell.com/displayimage.php?album=7&pos=11&theme=rainy_day

Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.6) Gecko/20050317 Firefox/1.0.4
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.8 ) Gecko/20050511 Firefox/1.0.4

Warning: this pic is safe but the gallery contains lots of wonderful nudes pictures... maybe not suitable for younger people in some countries...
Title: Re: Full Size image display cropped in Firefox Browser
Post by: tomrock on July 04, 2005, 02:21:45 PM
Thanks. My online gallery is still 1.3.2.

The 1.4.1 install is on my local machine and I see this with all themes.

Maybe it's a browser setting? I don't know. But Titooy seems to see it, too on 1.3.2.

I dunno.
Title: Re: Full Size image display cropped in Firefox Browser
Post by: Titooy on July 04, 2005, 04:36:59 PM
Okay, I got it:
on 1.4.1 the full screen link saysscrollbars=yes,toolbar=yes,status=yes,resizable=yes
when 1.3.2 saidscrollbars=yes,toolbar=no,status=no,resizable=yes

I wonder why it's been changed...
Title: Re: Full Size image display cropped in Firefox Browser
Post by: donnoman on July 04, 2005, 07:54:42 PM
Tomrock,

if you apply the change titooy suggests in your themes.inc.php does it fix your problem?

I'll commit it if thats the case, I still can't reproduce the problem, but disabling the status bar doesn't hurt my install.

I notice that you do have a 3rd party graphic for some kind of add blocker in your status bar, perhaps thats whats causing the problem. 
Title: Re: Full Size image display cropped in Firefox Browser
Post by: tomrock on July 04, 2005, 10:30:52 PM
Sorry there's a little confusion here --

The change to 1.3.2 (on my published site) is a change I made to your code to not show the toolbar and the status bar because I like the cleaner window.

The code that's in 1.4.1 I haven't changed at all.

I don't think it's Adblock that's causing this. I only have Adblock on one machine and I get the same effect on both that I have.

And here's something else interesting -- I have another 1.3.2 install at http://eyelandart.com/galleries/index.php?cat=0 It works properly even though I've turned off the toolbars and status bar in the popup here, too. This is on the same host as my published site.

But I'm getting off track -- this doesn't have anything to do with the beta install of 1.4.1. In that one I haven't changed any of your code.
Title: Re: Full Size image display cropped in Firefox Browser
Post by: donnoman on July 04, 2005, 10:49:55 PM
I'm confused. Leave the 1.3 galleries out of the equation for the moment.

The screenshot you posted is of a 1.4 gallery.  Did you make the changes Titooy suggested to your 1.4 gallery and retest?

Title: Re: Full Size image display cropped in Firefox Browser
Post by: Joachim Müller on July 31, 2005, 03:33:25 PM
[moderation]
bumping this unresolved thread to the top...
Title: Re: Full Size image display cropped in Firefox Browser
Post by: Joachim Müller on August 01, 2005, 07:28:08 AM
@donnoman: I suggest comitting scrollbars=yes,toolbar=no,status=no,resizable=yesand then closing this thread.
Title: Re: Full Size image display cropped in Firefox Browser
Post by: donnoman on August 02, 2005, 03:20:07 AM
Sorry Gaugau, I don't think I should commit it until #1 we can actually verify the problem, and #2 the change actually effects a positive outcome.

I am not convinced this users problem isn't related to the custom plugins he has on his browser.
Title: Re: Full Size image display cropped in Firefox Browser
Post by: Joachim Müller on August 02, 2005, 08:45:54 AM
Hm, basically what I was suggesting is: get rid of the toolbar for the pop-up, it is not needed and leave the scroll-bar stuff as it is. Actually, this is merely a cosmetical issue, I can't see no real point in this discussion for our goal to get cpg1.4.x released as stable. Having different browsers around, with so many things that may differ from client to client, one pixel may make the difference that makes the scrollbar appear on one machine and not appear on the other. The only option to make this fool-proof is by adding a huge border around the actual pix, which is something most users would hate us for if we did. After all it's only a scroll bar of a pop-up window that can be resized. If you want, you could mark this as "known issue".
Title: Re: Full Size image display cropped in Firefox Browser
Post by: donnoman on August 03, 2005, 05:29:23 AM
Committed, I also turned off the status bar.

No negative effects seen on my dev install with IE or FF.