Closed (works as designed)
Project:
Greybox
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2007 at 14:11 UTC
Updated:
19 Jan 2007 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
karol.haltenberger.old commentedif height is disabled from #GB_window in greybox.css, the DOM inspector (Firefox) shows the height property in the style_"" rule of the #GB_window div element
if it is not disabled, the above mentioned property disappears, all others remaining (width, left, display)
Comment #2
Grinin commentedI've got some strange problems with the popup window.
In firefox it doesn't look too bad but I have a vertical scroll bar for no reason.
In internet explorer it loads a horizontal and vertical scroll bar, but I can't figure out why.
If someone could please help me figure this out I would greatly appreciate it.
This first screenshot is the issue in Firefox.
Comment #3
Grinin commentedHere is the same issue, different effect in Internet Explorer 7
Any help would be appreciated.
You can reach me via the contact form on Drupal.org
Thanks!
Comment #4
Gurpartap Singh commentedThe code is actually:
Here,
height || 400means get theheightvariable's value, and if it's not available, set it to 400.Hope you have the right copy of greybox's js.