We were tipped off to this when a couple of our sites using Responsive Business all of a sudden had theming issues on Chrome for iOS (iPhone and iPad were tested), when it was updated to Chrome 41. We did not test Android.

Our tables were all over the place, and we realized that trying to display table TDs as blocks was not working. All I could find online was that this is usually caused by the DOCTYPE not being declared.

We used Firebug Lite on Chrome on an iPad to test, and sure enough it was the only browser that wasn't generating the DOCTYPE.

In the html.tpl.php, we added the <html> tag after <!DOCTYPE html> and before <head>. Everything seems to work for us now.

Not sure what the implications of this fix is, but it solves our issue.

Comments

HarlsHicks’s picture

Issue summary: View changes

Fixed the code tags.