The font sizes look normal with embedded Gallery until I click on Plugins in the admin interface. The the Gallery portion of the page gets microscopic fonts while the rest of the Drupal page has the expected font sizes. Only the Plugins page has done this, though I have not clicked on EVERY page.

Attached is a screen capture of part of the screen showing normal Drupal font sizes and microscopic Gallery embed.

Does so with stock Garland theme, and also a custom theme based on Blue Marine, so it is not Drupal theme specific.

Oh, and I am using the standard Matix Gallery theme.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

VM’s picture

goto administer -> gallery settings
expand the sidebar settings menu
set Move Gallery2 Admin sidebar to Drupal Gallery Navigation block

see if behavior is still present

mdlueck’s picture

I like that behavior indeed, but it made no difference to the microscopic fonts.

Oh, looking more closely. That page did not obey that I set the Gallery2 Admin sidebar to use Drupal's sidebar!!! When I click Plugins, the Gallery2 Admin sidebar is back in the center column, and not in Drupal's sidebar.

And using FireBug, I am seeing CSS differences between that page (Plugins) and other pages in the Galler2 Admin interface... General Settings for example.

The Plugins page, for example, puts a CSS class on the body tag which other pages in the Gallery2 Admin interface do not put there.

Indeed, the bum page of the lot...

VM’s picture

I can't reproduce this using the latest 2.x-dev build, maybe you ought to give that a run ?

profix898’s picture

Status: Active » Closed (won't fix)

Unfortunately there is nothing we can do here on the Drupal side ... its a bug in Gallery 2.2. I submitted a bug report a few weeks ago (see https://sourceforge.net/tracker/?func=detail&atid=107130&aid=1797125&gro...) and the problem is fixed in G2.3/svn. Sorry!

mdlueck’s picture

profix898: Thanks for pointing me at that bug report. I certainly hope they fix it soon.

mdlueck’s picture

profix898: What does "Fixed in r17093" mean? Is that a nightly build number? To get an official fix, do I simply wait until the next build of Gallery2?

profix898’s picture

FileSize
61.48 KB

@mdlueck: Here is a patched version for G2.2. Replace 'gallery2/modules/core/classes/GalleryTheme.class' with the attached file. The G2.3/svn version is fixed, so once this is ready to be released (Jan 2008?) you will automatically upgrade to a working G2.3 instance.

mdlueck’s picture

Not totally fixed, but at least the font is readable.

The Admin menu still jumps back into the center column rather than staying in Drupal's left column.

The page title seems corrected as well. The Plugins page before had an inconsistent title from the rest of the admin pages.

Where should I log a new bug that the menu on the Plugins page does not obey the preference of using Drupal's menu for the Gallery Admin Menu?

Thanks so much! :-)

profix898’s picture

The Admin menu still jumps back into the center column rather than staying in Drupal's left column.

Indeed, I didnt notice before ... I just committed a bugfix for this to 5.x-2.x. Should work as expected now.
And this time it was not even my code that was broken :)

profix898’s picture

Title: Microscopic font w/ Embed Gallery in Admin at Plugins » Microscopic font on 'Plugins' page and sidebar jumps into center column
Status: Closed (won't fix) » Fixed

--- Changing title and state accordingly ---
(makes the issue visible for other users with the same problem)

mdlueck’s picture

Thanks very much!

Could you be so kind as to attach the file(s) I should replace to test out the fix?

profix898’s picture

Replace the gallery.module file with the latest cvs version (or wait for the packaging script to run and download the latest 5.x-2.x-dev release).

mdlueck’s picture

Outstanding! Works great! Thanks so much! :-)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.