Image displayed in the wrong location if bigger than screen
scope
Joined: 2004-10-18
Posts: 4 |
Posted: Mon, 2004-10-18 21:34 | |||
I dont know if this has been mentioned before, but here goes.. I would love it if Gallery would display large pictures to the right of the menu (where it should be displayed), rather than being pushed down under the menu if it is too big to fit the screen.. (ofcourse with scroll bars to scroll) My laptop has a fairly small resolution, and when I upload images as small as 800x600 it is pushed under the menu when I view them. --------------------- M ----------------------------------- M IMAGE ------------------------------------------ On another note, security seems to be none existent when it comes to search, random image, last X viewed, etc.. If I dont dont give public access to my album they are still able to see my images through these extra featues. Im running Alpha 2. Other than this, Gallery is a GREAT product. Example of layout attached.
|
||||
Posts: 3236
I believe the first issue is a known one. As to the second, while they probably know about it... its definatly a good thing to point things like that out during the alpha
Posts: 328
fryfrog and scope, yes, the first one is a known one. Maybe someone experienced with CSS can take a closer look at it, as it keeps appearning again and again. See this post for a better explanation on why this happens.
As to the second one, the permissions work with all modules currently shipped with G2, including the search and the ImageBlock module. Maybe this behaviour comes from the confusing permission-editing screen we have right now (which will be improved in a near future).
scope, can you please check what permissions did you give an item, when you expected it not to appear in the search and it did appear?
Posts: 8601
The confusion comes because we do permissions on every item.. just because an album doesn't have permission doesn't stop you from granting permission on any items or subalbums inside it. So, if you remove permissions on an album make sure to apply the change to all subitems (there's a checkbox for this) if you also want to affect all those subitems.
FYI, we have plans to revamp the permissions UI to make it easier to use.....
Posts: 8
Does the first issue only happen with Microsoft Internet Explorer in Windows?
I have a hunch that I know why this is happening if it is limited to MSIE in Windows
Can you test with MSIE, camino, firefox, safari, netscape, etc.
Posts: 8601
do tell... as far as I know this is an IE thing
Posts: 8
IE is horribly broken as we all know
Here it acts as if a width was not spcified for #gsContents
Specifying 1000px instead of 100% fixes it,
but how do you decide on 1000px
You could also try this:
but that breaks the position of the footer
Posts: 5
http://soulpass.com/blog/2006/01/24/gallery2-image-resizing-breaking-your-layout/