[SOLVED] Potential bug???

ClimbingMonkey

Joined: 2005-03-18
Posts: 62
Posted: Sun, 2005-03-20 00:19

I have noticed 2 things that are a bit odd in the current version of Gallery2. I'm not sure what the root cause is for either issue.

1st - I noticed that IE6 does not render the left side of the "tabs" that you get when say you try to add images or change layouts. I have attached a screen shot of my browser for consumption. Since I mainly use firefox and is only cosmetic, it's really not that big of a deal.

2nd - When uploading pictures from a local server the "(Un)check all known types" radio button no longer works. In the release just prior to the beta I could click on that checkbox and it would select or deselect all the pictures in a given directory. Since I know this code was tweaked a bit recently so you can grab an entire directory structure and auto name albums based on what dir they were in (which is awsome btw) I was thinking that maybe those changes effected the functionality of the "(Un)check all known types" button.

I have duplcated this in both Firefox and IE. Is anyone else seeing this same issue? The javascript below seems to contain this functionality. Maybe I'm just having a bad day... :)

function toggleSelections() {
for (i = 0; i < knownTypeCheckboxIds.length; i++) {
var cb = document.getElementById('cb_' + knownTypeCheckboxIds[i]);
cb.checked = !cb.checked;
}
}

----

Gallery URL (optional): http://www.marcnjami.com/gallery
Gallery version: 2 (pulled from CVS on March 18th)
Webserver (with version): IIS 6.0
Datatabase (with version): MySQL 4.1.10
PHP version (eg 4.2.1): 4.3.10
phpinfo URL (optional):
Graphics Toolkit(s): gd2
Operating system: Windows Server 2003
Web browser/version: IE 6
G1 version (for migration bugs):

AttachmentSize
screenie.gif34.33 KB
 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Sun, 2005-03-20 04:01

Same here - since the last css updates, I assume.
Just wanted to post a similar note ;)

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-03-20 06:53

excellent, keep up the detailed examination...
i'm about 75% through a major CSS refactor and reports like these are very helpful..

for everyone: please do report any UI strangeness like these that has shown up since beta-1.. at this time i'm not looking for UI changes you'd like to see; just trying to cleanup the CSS at this point to make customization/themes a bit easier.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2005-03-20 21:19

fixes for above 2 problems committed to cvs.

 
LFrank

Joined: 2005-02-19
Posts: 1023
Posted: Mon, 2005-03-21 07:14

and already "arrived" - looks perfect now - Many Thanks !!

Lutz

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Mon, 2005-03-21 17:07

i'm marking this topic as solved.. i'll start a new topic for any future UI reports.