Hi there,
I've noticed that the font of the title of a window is blurred
The font-size of the window is 14 px, also the font size of the headerspan of the timeline in the background is 14px.
But the title of the window is very bad to read.
The window-title font seems to be helvetica-neue-bold, helvetica, and the font of the timeline is calibri.
Version: SmartClient_v111p_2017-07-30_Pro
Browser: All tested browsers
* Firefox 54.0.1 (32-Bit),
* Chrome Version 59.0.3071.115 (Offizieller Build) (64-Bit),
* Chrome Version 60.0.3112.78 (Offizieller Build) (64-Bit),
* IE 11.0.9600.18738
Skin: Tahoe
Density: Medium
Plattform: Windows 7 Pro with latest patches
We don't have any windows or browser-zoom enabled
Firefox:
Chrome:
IE 11:
This is the problem magnified, I Hope you will see that the first "s" and the first "o" are clinched and that the title is hard to read.
Code for reproduction
Best regards
I've noticed that the font of the title of a window is blurred
The font-size of the window is 14 px, also the font size of the headerspan of the timeline in the background is 14px.
But the title of the window is very bad to read.
The window-title font seems to be helvetica-neue-bold, helvetica, and the font of the timeline is calibri.
Version: SmartClient_v111p_2017-07-30_Pro
Browser: All tested browsers
* Firefox 54.0.1 (32-Bit),
* Chrome Version 59.0.3071.115 (Offizieller Build) (64-Bit),
* Chrome Version 60.0.3112.78 (Offizieller Build) (64-Bit),
* IE 11.0.9600.18738
Skin: Tahoe
Density: Medium
Plattform: Windows 7 Pro with latest patches
We don't have any windows or browser-zoom enabled
Firefox:
Chrome:
IE 11:
This is the problem magnified, I Hope you will see that the first "s" and the first "o" are clinched and that the title is hard to read.
Code for reproduction
Code:
Canvas.resizeControls(4); Canvas.resizeFonts(2); isc.Timeline.create({ "width": "400", "height": "100%", "startDate": new Date(2017, 6, 31), "endDate": new Date(2017, 7, 2, 23, 59, 59), "headerLevels": [{ "unit": "week" }, { "unit": "day" } ], "weekPrefix": "PersonTaskNestedView", "labelColumnWidth": 50, "showControlsBar": false, }); isc.Window.create({ "ID": "window_38", "left": "100", "top": "100", "width": "300", "autoDraw": true, "title": "PersonTaskNestedView" });
Comment