Bug 924883 - Drupal quickstart doesn't render well using Chrome
Summary: Drupal quickstart doesn't render well using Chrome
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Templates
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-22 18:14 UTC by Nam Duong
Modified: 2015-05-15 02:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-26 19:07:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nam Duong 2013-03-22 18:14:52 UTC
Description of problem:
See https://www.openshift.com/forums/openshift/drupal-insecure-content  

After creating a Drupal app based on our Quickstart/Instant app, Chrome doesn't render the Drupal UI properly due to Chrome 25 redirecting all traffic to https, where Chrome blocks .css and .js files.  

@derekdgtlife provided a great workaround to the fix the rendering issue:  
---
I resolved this by simply going to the settings.php file and setting the $base_url to use https:

$base_url = 'https://myApplicationUrl';  
---

Comment 1 Clayton Coleman 2013-04-26 16:43:53 UTC
It's tough to do this by default because if a user supplies an alias to drupal the app would be broken.

Comment 2 Fabiano Franz 2014-01-23 20:46:39 UTC
Please take a look how it goes on latest (28+) versions of Chrome. The original bug report for Chrome is already closed, so if it's working fine in latest versions we can close this bug.

Comment 3 Yujie Zhang 2014-01-24 03:06:40 UTC
Tested on INT(devenv_4267), the drupal page can be displayed correctly on chrome32, so verify this bug, thanks.


Note You need to log in before you can comment on or make changes to this bug.