Closed (fixed)
Project:
radix
Version:
7.x-2.0-alpha1
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jan 2013 at 18:44 UTC
Updated:
27 Mar 2014 at 16:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
shadcn commentedAre these images from image fields? or entered via the WYSIWYG?
(I'll find a windows machine and test)
Comment #2
niccolox commentedimage fields, I'll message you the direct links
my primary machine is Ubuntu 12.04, but it happens on my android os phone and win 7 on Chrome, NOT Firefox as far as I can tell
the images are there, referenced properly and do eventually appear, but then will disappear again after a while
screenshots attached
Comment #3
niccolox commentedjust checked the same pages I messaged you via d.o contact form on Firefox and Opera browsers and it seems to be Chrome (not platform specific)
Comment #4
rerooting commentedI've had this problem as well, been flubbing around with Inspect Element seeing if I can find a fix.. hmm..
Comment #5
shadcn commentedI can't reproduce this error. Testing with chrome on a mac.
Does it occur with a vanilla drupal and radix? (No panopoly?)
Comment #6
shadcn commentedAlso, check if it's a JS thing. Disable javascript and try it,
Comment #7
niccolox commentedI just installed vanilla D7.19 standard with Radix, Radix Layouts and images do not display as per Panopoly
works fine on Bartik
see attached
Comment #8
niccolox commentedthis one is the Radix screenshot, you can also get the url from that screen
Comment #9
niccolox commentedand when you mean no JS do you mean disable in the browser no JS or within Drupal ?
Comment #10
shadcn commentedI meant browser js.
Are you still having these issues with the latest version?
Comment #11
rerooting commentedI still am. I just removed _node.scss and everything was fine. I beleive it was where img is set to 100% that some funky business was happening. I'm using theme('image') instead of manually applying css for thumbnails/other bootstrap image effects.
Comment #12
niccolox commentedI commented out the _node.scss created css from radix-style.css and it fixed the problem in Chrome on Ubuntu 12 ! yay.. didn't touch the scss and expect the problem to come back until its been debugged in Radix theme
thanks rerooting
Comment #13
rerooting commentedThat should work, too. The full extent of what I did was this:
Because the radix-style.css stylesheet is duplicating your own stylesheets, since the subthemes are set up to pull from the radix scss.
If you are using the latest dev, theres a compass package that has been provided for radix that has these styles bundled in with them, so the image formatting css will force it's way into your subtheme. I forked this compass package, so after adding the above to your template, change this in screen.scss in your subtheme:
@import "compass_radix"
to
@import "compass_radix_alt"
And then sudo gem install compass_radix_alt
Now when you compile, it won't pull int those styles from the radix theme.
Alternatively, if your subtheme is doing the less recent job of just importing a _radix.scss partial (this is how radix was working last week), just remove/comment out the lines that refer to node and other radix partials you dont want.
Comment #14
shadcn commentedI'll see if can reproduce this nasty bug tonight.
Comment #15
shadcn commentedOk, I've been able to fix this bug. Updating to the latest compass_radix should fix it.
gem update compass_radixComment #17
niccolox commentedworking with latest Radix ecosystem and its looks good. cheers
Comment #18
rerooting commentedYup! All is well.
Comment #19
niccolox commentedHaving the problem now with Android Chrome
Comment #20
niccolox commentedI am having the same problem with Android Chrome and Chrome and Safari on Windows 7
I am not having the problem on Windows or Ubuntu on Chrome, Firefox, Opera or Safari
Comment #21
niccolox commentedwindows 7 safari sizzle derivate
windows 7 safari sizzle vanilla
marking as major. I spend a fair bit of time in Android Chrome
THANKS
Comment #22
shadcn commentedHi
I'm not at home right now. Away for some vacation.
Last time, the fix was to comment out a max-width in _node.scss. The fix should be something in this file. Check .field-type-image.
Thanks ^^
Comment #23
shadcn commentedIs this bug still around in the latest beta? Thanks.
Comment #24
niccolox commentedwill be updating my Big Data Drupal site to Panopoly RC5 and Radix dev and will check then... more soon
Comment #25
shadcn commentedMarking this issue as fixed. Feel free to reopen. Thanks.