Hi, one of the main reasons we are anxious to migrate to SmartClient 8.0 is the hope of better Google Chrome compatibility. However, it appears the dev console does not work. I'm not sure we can offer our end users Google Chrome if we can't debug issues in Chrome with the help of the Dev Console. Are there plans to fix these issues?
Announcement
Collapse
No announcement yet.
X
-
I figured it out. Log.html is hard-coded to use the Enterprise skin. When we deploy SmartClient, we remove all skins but the one we use to minimize deploy times. I'm not sure why this has never affected us before. But, is the best approach to just manually change this skin reference?
<SCRIPT src=../../skins/Enterprise/load_skin.js?isc_version=SC_SNAPSHOT-2011-01-08.js></SCRIPT>
Comment
-
On review, there's no hardcoding here - the console will *attempt* to load Enterprise skin, then fall back to the application skin automatically.
The attempt to load Enterprise is desirable, because that's how the console is going to look best.
Please let us know specifically what's not working in your deployment.
Comment
Comment