Form height in HTML5 Viewer
I have a workflow that runs OK in the Silverlight Viewer. When running the same workflow in the HTML5 Viewer, the height of a list box is much shorter and I can't figure out why.
In my workflow the maximum height of the form is infinity and the maximum height of the list box itself is 360 pixels. When displayed in the HTML5 Viewer, the height is much shorter than this though.
In Essentials Manager I edited the viewer's look and feel to configure the desktop, tablet and handheld individually. I then went into Desktop.json.js and changed bottomRegionHeight from 300 to 600:
"viewModels": [
{
"id": "ShellViewModel",
"type": "geocortex.essentialsHtmlViewer.mapping.modules.shells.LargeShellViewModel",
"configuration": {
"minWidth": 200,
"maxWidth": 500,
"dataFrameWidth": 350,
"dataFrameOpenByDefault": false,
"bottomRegionHeight": 600
I then cleared my browser's cache and ran the application again, but there's still no change.
Any ideas?
-
As far as I know this (fixed height of listbox) is a known issue / bug.
0 -
Thanks, Nico. Do you happen to know the bug ticket ID from Latitude?
0 -
I've not filed it as a bug.
0
Please sign in to leave a comment.
Comments
3 comments