SmartClient Version: v10.0p_2015-02-09/LGPL Development Only (built 2015-02-09)
Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580) (64-bit)
I'm having problems with the Mobile skin. If I call SC.say() or show a window, the element is not visible. I dug into the css and found that the following classes have an opacity of zero:
.windowBackground,
.popupWindowBackground,
.dialogBackground
.windowBody,
.popupWindowBody,
.dialogBody,
.promptBody
If I change it to 1, then the elements become visible. The relevant lines are 319 and 334 in sc/skins/Mobile/skin_styles.css.
Also, the NavigationBar buttons reference a missing png:
GET http://127.0.0.1:8080/techtool/techtool/sc/skins/Mobile/images/back_arrow.png 404 (Not Found)
Chrome shows a box where the missing image would appear in the button. I copied images/blank.png to back_arrow.png which resolves that problem.
These seem like pretty basic issues. Is the Mobile skin compatible with 5p or is something else going on?
thanks
Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580) (64-bit)
I'm having problems with the Mobile skin. If I call SC.say() or show a window, the element is not visible. I dug into the css and found that the following classes have an opacity of zero:
.windowBackground,
.popupWindowBackground,
.dialogBackground
.windowBody,
.popupWindowBody,
.dialogBody,
.promptBody
If I change it to 1, then the elements become visible. The relevant lines are 319 and 334 in sc/skins/Mobile/skin_styles.css.
Also, the NavigationBar buttons reference a missing png:
GET http://127.0.0.1:8080/techtool/techtool/sc/skins/Mobile/images/back_arrow.png 404 (Not Found)
Chrome shows a box where the missing image would appear in the button. I copied images/blank.png to back_arrow.png which resolves that problem.
These seem like pretty basic issues. Is the Mobile skin compatible with 5p or is something else going on?
thanks
Comment