[Vtigercrm-developers] 5.3.0. CSS issue after migration - Google Chrome
Holbok István
holbok at gmail.com
Tue Nov 15 05:48:07 PST 2011
Hi vtiger Team,
After migration, the new login page header is the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>vtiger CRM 5 - Commercial Open Source CRM</title>
<style type="text/css">*@import url("include/style.css");*</style>
<script language="JavaScript" type="text/javascript"
src="include/js/popup.js"></script>
<script type="text/javascript" language="JavaScript">
function set_focus() {
if (document.DetailView.user_name.value != '') {
document.DetailView.user_password.focus();
document.DetailView.user_password.select();
}
else document.DetailView.user_name.focus();
}
</script>
</head>
------------------
The CSS style include line (bigger above)
- works on Firefox 8
- works on Opera 11.52
- works on Safari 5.1.1
- works on IE 8
But does not work on
- Google Chrome (Latest: 15.0.874.120 m ) when the extension of Web
Developer 0.3.1 (for Chorme) is enabled.
Disabling this extension the CSS problem disappears.
The CSS file does not load with this settings: @import when the
extension of Web Developer 0.3.1 (for Chorme) is enabled.
Here is a post about this issue:
http://www.google.com/support/forum/p/Chrome/thread?tid=7a4000e58df31fda&hl=en
<http://www.google.com/support/forum/p/Chrome/thread?tid=7a4000e58df31fda&hl=en>
Cheers:
--
Holbok István
telefon: +3670-342-0900
e-mail: holbok at gmail.com <mailto:holbok at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20111115/1a7cf18d/attachment-0002.html
More information about the vtigercrm-developers
mailing list