Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jeff Burnz’s picture

BTW - this is on the user profile Edit page with two sidebars enabled, I don't allow regular users to access the overlay (think that I want to display extra stuff to them in sidebars etc - a very normal scenario).

Jeff Burnz’s picture

In Firefox the select list forces its container wider, so this could definitely obscure sidebar content.

bartik-locale-select_list-too-wide-firefox.png

amateescu’s picture

Status: Active » Needs review
FileSize
12.6 KB
14.31 KB
406 bytes

Easy fix for this one, just add width: 100% to the locale select.

I targeted it with fieldset .form-item-timezone select and added this rule in the "Other overrides" section. Tested with IE 6,7,8, FF 3.6, Chrome, Opera on Windows 7 and XP.

benjifisher’s picture

I tested the patch in #3 on my Mac: Chrome 8, Firefox 3.6, and Safari 5. I added enough blocks to the second sidebar so that there was overlap before applying the patch. I have attached before and after screenshots for all three browsers. I get basically the same results as in comment #3.

In Firefox (but not the others) the "Picture" fieldset above the "Locale settings" fieldset is three pixels too wide. I applied the same fix: see the attached patch.

amateescu’s picture