Closed (outdated)
Project:
AddThis
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 May 2009 at 15:12 UTC
Updated:
2 Mar 2016 at 07:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Courtney.B commentedSorry, please disregard the first problem.
It's only 2a and 2b.
Thanks.
Comment #2
vesapalmu commentedPlease check your css files and make sure that there are no conflicts. Also try to disable CSS aggregation and empty all caches. See if one of those helps first.
Comment #3
Courtney.B commentedClearing the cache didn't solve the problem and I checked the style and there wasn't a problem there.
I already had the CSS aggregation disabled but I misread your suggestion and instead enabled it. After enabling the aggregation, the drop-down box worked but when I disabled it again, ('cause I'm still in quasi-theme development) it didn't work again. Is there a reason for this?
Thanks for your help!
Comment #4
vesapalmu commentedDoes it work with other browsers? I'm really bad at helping in any IE-problems since I haven't been using IE for 5 years and don't even have it on any machine... Theming and CSS is really not my cup of tee.
Anyone else out there having soled same kind of problems?
Comment #5
Courtney.B commentedHere are the browsers I was able to test and the results. I'll be able to test more later when the site is not locally run, if needed.
Worked Fine in...
Firefox (3.0.1[windows] and 1.5.09[linux])
Safari (3.0.3[windows])
Doesn't Work in...
IE7 --> Only on homepage, works every else in site
The widget pulls in an external CSS file --> http://s7.addthis.com/static/r07/widget00.css -- maybe within lies the problem. I'll keep looking into it.
Comment #6
dwyszyns commentedI had the same problem, only it was worse. It was screwing up the whole page CSS in my forum nodes, where no styles were applied to the page. It turns out there's an IE bug where it can only load so many CSS files. Here's the link to the explanation (from an Ubercart support page, though I dont use it).
http://www.ubercart.org/forum/support/7461/enabling_product_and_order_mo...
The fix was to turn CSS aggregation ON, which worked like a charm for me.
Good luck.
-Dan
Comment #7
Apollo610 commentedJust a quick FYI - there's a module that allows you to load unlimited CSS for IE, which should help for themers running into this problem but don't want aggregation on.
http://drupal.org/project/unlimited_css
Comment #8
Courtney.B commentedI've figured out that my problem stems from some kind of conflict between quicktabs and AddThis. I'm thinking it's a problem on our end with the styling and nothing to do with either module.
Comment #9
Mr P commentedSame prob in ie8. CSS aggregation ON worked. silly ie.
Comment #10
noomz commentedI used this code to fix style with IE, tested on IE6-8. addthis.module.patch is attached
Comment #11
vesapalmu commentedThis has now been committed to latest dev release of D6 version. Please test this and let me know if it fixes the issue.
Comment #12
drummThis will get cached in Drupal's page cache as whether the initial user was on IE or not. The cache will return that version regardless of each subsequent request's browser.
This CSS file should always be added, within a conditional comment, http://www.quirksmode.org/css/condcom.html.
Comment #13
timwoodSubscribing.
Comment #14
vesapalmu commentedCould we get a new patch for this against 2.x branch?
Comment #15
gisleNo sane person uses IE7 and D6 is outdated.
Feel free to reopen if the you still need support and you use a version of this project for Drupal 7.