Full Size image display cropped in Firefox Browser Full Size image display cropped in Firefox Browser
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Full Size image display cropped in Firefox Browser

Started by tomrock, July 03, 2005, 07:08:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tomrock

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

donnoman

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?

Titooy

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...

tomrock

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.

Titooy

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...

donnoman

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. 

tomrock

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.

donnoman

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?


Joachim Müller

[moderation]
bumping this unresolved thread to the top...

Joachim Müller

@donnoman: I suggest comitting scrollbars=yes,toolbar=no,status=no,resizable=yesand then closing this thread.

donnoman

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.

Joachim Müller

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".

donnoman

Committed, I also turned off the status bar.

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