Closed (won't fix)
Project:
Fusion
Version:
6.x-1.13
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2010 at 13:40 UTC
Updated:
15 Apr 2014 at 18:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rogerpfaffThis is an issue in Firefox too
Comment #2
Ifadah commentedAdding this to "local.css" would fix it
html.js input.form-autocomplete {
background-position: 100% 7px;
}
For "local-rtl.css" add this
html.js input.form-autocomplete {
background-position: 0 7px;
}
Or better modify it in "../modules/system/system.css" at the line 295
And "../modules/system/system-rtl.css" at the line 49
Hope that helps.
Comment #3
asb commented@Ifadah:
Thanks for the modification; however, for Opera this is not working :-(
Hacking core files like
./modules/system/system.cssis not an gut idea (modifications are lost on upgrade, probable side effects to other (admin) themes...). This really needs to be fixed in the theme itself...Greetings, -asb
Comment #4
rogerpfaffthe changes solve the issue in firefox.
Comment #5
Anonymous (not verified) commentedThis looks better in Firefox:
In Opera, the above works ok-ish as well. But strangely not for the Author field, because it does not get the class form-autocomplete when rendered in Opera.
Comment #6
asb commentedIn the current Opera 10.60, Build 3445 (Win32) the icons are still shifted (see attached screenshot, made after issuing a
drush cache clear).Comment #7
sheena_d commentedA fix for this issue has been added for the next release of the theme. Until then, you can add the following CSS code to you local.css file:
Comment #8
asb commentedSince there was no new release for a couple of months I'm reopening this issue as a reminder.
The CSS from #7 does not fix this issue for me. Screenshot attached (Opera 11.00, Build 1156, Linux 64 bit, Ubuntu 10.10).
This might be a issue of Fusion as I'm experiencing this in Acquia Slate 3.x as well. Related issue: #467172: New Throbber, Auto-complete CSS.
Comment #9
sheena_d commentedasb,
Thanks for testing that CSS. The values for the background position were accidentally swapped. Here's what it should be:
Comment #10
asb commentedHm, I changed that snippet in my local.css and cleared all caches, but the throbber icons are still shifed as before. Damn, and I can't even find
html.js .form-item input.form-autocomplete.throbbingin Dragonfly (Opera's Firebug) :-(Comment #11
asb commentedI still have this as well in 'Magazeen' as in every other 'Fusion'-based theme, no matter if altered or unaltered. The suggested fixes from #9 have no effect, at least not in Opera up to the current version 12.00 (build 1467 for Linux). Also it does not matter if the autocomplete fields are in a block (like provided by 'community_tags'), or on a node edit form. It simply looks crappy in Opera.
Comment #12
Poieo commentedClosing as won't fix since the D6 version is getting no new development.