ISL Light 4.4.2332.70 for Web (2024-10-03)

 

General Information

On the 3rd of October the following was released:

  • ISL Light 4.4.2332.70 for Web (release_date=2024-09-26, build=78e8092f5004c271ce29b72eb8bd42135b73e0c9, platform=emscripten)

All updates have release date set to 2024-09-26. Your ESS will need to be same or higher to be able to update your server. This release is available to all countries except Japan.

Upgrading to new version

Hosted service users please check Upgrading Hosted Service.

Server license users please check Upgrading Server License.

Improvements

ISL Light - Web Client - Display a spinner while WASM is loading (FEATURE) [ISLLIGHT-6282] More

Description

A spinner loading icon was added to the ISL Light for Web application when the WASM binary is being downloaded from the server. Furthermore, an image that resembles an error is shown when the ISL Light for Web crashes.

ISL Light - Web Client - Improve back button design and functionality (FEATURE) [ISLLIGHT-6283] More

Description

The back button design was improved so that it matches the style of the rest of the ISL Light for WASM design. Furthermore, the text of the back button was improved so that the user is informed which window is opened when the back button is clicked.

ISL Light - Web Client - Prepare the wrapper HTML file so that strings can be translated by ICP (FEATURE) [ISLLIGHT-6300] More

Description

The users experienced the issue where the ISL Light for Web application loading text was not translated into the selected language.

The defect was fixed.

ISL Light - Web Client - Add gesture support to the viewer (FEATURE) [ISLLIGHT-6325] More

Description

Added support for gestures when viewing remote desktop. Using the gestures operator can do the following actions: 
- One finger tap: Single click 
- Two finger tap: Right click (right click is spawned at the center location between the fingers) 
- Three finger tap: Toggle virtual keyboard 
- Pinch: Zoom in and out and move the viewer 
- Single finger swipe: Move the viewer - Hold at one location for a bit and slide: drag (mouse press and drag the pressed mouse until the tap is released) 
- Two-finger (vertical) swipe: Scroll (the two fingers should be close to parallel)

ISL Light - Web Client - Send crash reports to ICP (FEATURE) [ISLLIGHT-6619] More

Description

The ISL Light for Web application now sends a crash report to the ISL Conference Proxy when a crash occurs.

ISL Light - Web Client - Display a warning when user tries to exit the browser viewer (FEATURE) [ISLLIGHT-6646] More

Description

The user is now presented with a message box when the browser tab (in which the ISL Light for Web application is running) tries to close when the session is active. The user then has to confirm the message box to close the application. The user can also dismiss this message box forever.

ISL Light - Web Client - Add support to customize the browser tab icon and title (FEATURE) [ISLLIGHT-6652] More

Description

A customization option was added to the ISL Light for Web application where the browser tab favicon and browser tab title can be customized.

ISL Light - Web Client - Add an option for client to join back to the session via the same link (FEATURE) [ISLLIGHT-6655] More

Description

Should a crash in the ISL Light for Web application occur, the user has an option to reconnect back to the same session that was connected before the crash. When a crash occurs, the user refreshes that page and is then presented with a dialog. If the user confirms the dialog in one minute, the ISL Light for Web application will try to reconnect back to the same session. If the users decides to dismiss the dialog, the application is opened in the default state.

ISL Light - Web Client - Add support to use Web Client as an operator (FEATURE) [ISLLIGHT-6674] More

Description

Up to this point the ISL Light for Web could only be used to as a replacement for the ISL Light Client application. Now the ISL Light for Web also supports login for the operator.

ISL Light - Web Client - Remove the Back Button when the Session Page is visible (FEATURE) [ISLLIGHT-6705] More

Description

The users experienced the issue where the Back Button was visible when the ISL Light for Web connected directly into the session using the command line parameters. Clicking the Back Button spawned the End Session dialog.

The defect was fixed.

ISL Light - Web Client - Disable the Dashboard button in the session page when --get-code parameter is used (FEATURE) [ISLLIGHT-6740] More

Description

When the ISL Light for Web application connects into a session directly via URL/command line parameters (for example from the web interface dashboard) the Dashboard button in the Session Toolbar is now hidden.

ISL Light - Web Client - Improve the application loading text (FEATURE) [ISLLIGHT-6756] More

Description

The ISL Light for Web application loading text that is visible while the WASM binary is downloading was improved to make more sense for all the use cases that this message is displayed.

ISL Light - Web Client - Disable grid selector by default (FEATURE) [ISLLIGHT-6801] More

Description

The grid selector is now hidden by default in the ISL Light for Web application. The user can access the grid selector by using the following command line: --on-load "customization?disable_grid_selector=false"

ISL Light - Web Client - Add New Setting - Last active tab - for Default dashboard tab (FEATURE) [ISLLIGHT-6826] More

Description

In ISL Light settings (under General - Default dashboard tab) users were able to decide that either Sessions tab or Computers tab was shown after login. A new settings was introduced - Last active tab. If this is selected ISL Light will remember the last selected tab and upon relaunch of ISL Light and after login it will select the last selected tab.

ISL Light - Web Client - Add extra step before connecting to session (FEATURE) [ISLLIGHT-6827] More

Description

Joining a session with prefilled session code was redesigned, it will no longer automatically start connecting instead users have to click on the join button.

ISL Light - Web Client - Send results of SOD and SOS dialogs to ISL Conference Proxy (FEATURE) [ISLLIGHT-6834] More

Description

Support for sending results of start of session (SOS) dialog and start of dialog (SOD) was added to the application. In order for the reports to be sent to the ISL Conference Proxy the dialog must include the "result" attribute.

ISL Light - Web Client - Don't show XML dialogs in ISL AlwaysOn sessions (FEATURE) [ISLLIGHT-6835] More

Description

ISL Light for Web was not skipping displaying of SOD, SOS and EOS dialogs in case it was connecting to an unattended computer. Displaying of dialogs was redesigned, the dialogs will no longer be shown when connecting to an unattended computer.

The defect was fixed.

ISL Light - Web Client - Upgrade QT from 5.15.8 to 6.4.2 (FEATURE) [ISLLIGHT-6845] More

Description

The Qt version for the ISL Light for Web application was raised to Qt 6.5.2 to improve the WebAssembly support and stability.

ISL Light - Web Client - Implement xstd storage for emscripten (FEATURE) [ISLLIGHT-6848] More

Description

Persistent local storage support was added to the ISL Light for Web application by using the browser Web Storage API.

ISL Light - Web Client - Add support to write to session storage (FEATURE) [ISLLIGHT-6859] More

Description

Non-persistent session storage support was added to the ISL Light for Wem application. The Web Storage API was used. The session storage functionality is used for the Restart & Resume implementation in the ISL Light for Web.

ISL Light - Web Client - Use non-native menus on WASM platform (DEFECT) [ISLLIGHT-6223] More

Description

ISL Light for Desktop and ISL Light for Web shared common code for opening context menus. The ISL Light for Desktop uses native context menus that are not available in the browser platform. ISL Light for Web now switched to using the non-native context menus.

The defect was fixed.

ISL Light - Web Client - Improve style of non-native menus (DEFECT) [ISLLIGHT-6225] More

Description

The non-native context menus by default use a generic style defined by Qt. This generic style differs a lot from the look of context menus on other platforms. The style of context menus in ISL Light for Web was improved so that it is now more similar to the look of context menus on other platforms.

The defect was fixed.

ISL Light - Web Client - Fix ScrollView content being outside of visual border (DEFECT) [ISLLIGHT-6249] More

Description

With upgrade to Qt 6 there are platform-specific styles for Quick Controls. This introduced some visual bugs when used in our Compat Controls component layer. To fix this, the Basic Qt 6 style is now used in the Compat Controls layer components.

The defect was fixed.

ISL Light - Web Client - Prevent Qt fatal log when switching from Computers to Sessions tab (DEFECT) [ISLLIGHT-6253] More

Description

Due to the upgrade of Qt version a log line with the fatal severity was written into the log when user switched from the Computers tab to the Sessions tab in the Dashboard.

The defect was fixed.

ISL Light - Web Client - Fix image scaling when system scaling is applied (DEFECT) [ISLLIGHT-6256] More

Description

With the upgrade of Qt version scaling of SVG images changed. This resulted in the images in the ISL Light for Web not being rendered properly when system scaling was applied.

The defect was fixed.

ISL Light - Web Client - Add emscripten virtual filesystem download (DEFECT) [ISLLIGHT-6258] More

Description

The WebAssembly technology is used to port the ISL Light for Desktop application to the browser platform. Because of this there are many dependencies in the ISL Light for Web to file system. However, ISL Light for Web application runs in a browser so it does not have access to the file system. A virtual file system was added to the ISL Light for Web application to resolve this issue.

The defect was fixed.

ISL Light - Web Client - Fix xvideo for safari and multi reset (DEFECT) [ISLLIGHT-6268] More

Description

The users experienced issues when using video capture device in ISL Light for Web in the Safari browser.

The defect was fixed.

ISL Light - Web Client - Implement QML based message box (DEFECT) [ISLLIGHT-6269] More

Description

ISL Light for Desktop and ISL Light for Web shared common code for displaying message box dialogs. The ISL Light for Desktop uses QtWidgets implementation of the message box dialog which do not work well with QML based components in the browser platform. ISL Light for Web now switched to using the QML based message box dialogs.

The defect was fixed.

ISL Light - Web Client - Fix opening nested windows with pageWindowOpen (DEFECT) [ISLLIGHT-6274] More

Description

The ISL Light for Web application supports only one window being visible at the same time. Because of this, when a new window is being opened it overlays the previously active window. The issue was fixed by adding a Back Button to the ISL Light for Web application when multiple windows are opended.

The defect was fixed.

ISL Light - Web Client - Fix scaling of the viewer when session is established (DEFECT) [ISLLIGHT-6279] More

Description

The users experienced an issue where the remote screen viewer element was not resized correctly to match the size of the browser window once the session was established.

The defect was fixed.

ISL Light - Web Client - Fix closing of modal windows on WASM (DEFECT) [ISLLIGHT-6280] More

Description

The users experienced a crash when a modal dialog was closed in the ISL Light for Web application.

The defect was fixed.

ISL Light - Web client - Add support for loading custom font (DEFECT) [ISLLIGHT-6288] More

Description

The users experienced the issues when browser language was set to a language that does not use the Latin alphabet. This is because the ISL Light for Web application does not have an access to system fonts. Because of this an option to define a custom font via customization was added.

The defect was fixed.

ISL Light - Web Client - Fix text scaling on WASM (DEFECT) [ISLLIGHT-6297] More

Description

The users experienced the issue where ISL Light for Web application text size was not consistent with the ISL Light for Desktop application text size.

The defect was fixed.

ISL Light - Web Client - Fix controlling the viewer in Safari (DEFECT) [ISLLIGHT-6310] More

Description

The users experienced the issue with controlling the remote computer when using the ISL Light for Web in the Safari browser.

The defect was fixed.

ISL Light - Web Client - Fix getting stuck in the region viewing mode on WebKit browsers (DEFECT) [ISLLIGHT-6318] More

Description

The users experienced the issue when using the Select Region viewing mode in the ISL Light for Web in the Safari browser.

The defect was fixed.

ISL Light - Web Client - Spawn virtual keyboard and forward key presses to the remote (DEFECT) [ISLLIGHT-6319] More

Description

The users experienced the issue where they were unable to type text on the remote computer when using a device without a hardware keyboard. The issue was fixed by adding a support for a virtual keyboard and forward the virtual keyboard key presses to the remote computer.

The defect was fixed.

ISL Light - Web Client - Fix the Marker whiteboard tool for touch devices (DEFECT) [ISLLIGHT-6334] More

Description

The whiteboard marker tool was not working correctly on touch devices. Support using marker tool on touch devices was added.

The defect was fixed.

ISL Light - Web Client - Fix selecting a folder and applying the settings (DEFECT) [ISLLIGHT-6382] More

Description

The users experienced the issue when using the directory selector component in the settings.

The defect was fixed.

ISL Light - Web Client - Disable load check for the file transfer plugin (DEFECT) [ISLLIGHT-6411] More

Description

The users experienced the issue where a message box about the possible corrupt installation was shown once the session was established. This was plugin is not The File Transfer plugin is not implemented for the browser platform. Because of this the loading of the ISL Light for Web application is now skipped.

The defect was fixed.

ISL Light - Web Client - Resize Qt canvas size when virtual keyboard is shown or hidden (DEFECT) [ISLLIGHT-6418] More

Description

The users experienced the issue where the text input field was not visible when the user started typing into message field in the Chat window.

The defect was fixed.

ISL Light - Web Client - Fix the Show virtual keyboard menu item so that it is in sync with the actual state (DEFECT) [ISLLIGHT-6444] More

Description

The users experienced the issue where the toggle for the virtual keyboard was out of sync with the actual state of the virtual keyboard.

The defect was fixed.

ISL Light - Web Client - Fix changing toolbar position in WASM (DEFECT) [ISLLIGHT-6470] More

Description

Changing the toolbar position in some cases did not work correctly. The issue was in incorrectly defined anchor for the toolbar. The toolbar was redesigned, the position should now correctly change.

The defect was fixed.

ISL Light - Web Client - Fix panning gesture to not send a click (DEFECT) [ISLLIGHT-6492] More

Description

In some cases when panning the view of the remote desktop an additional mouse click was sent to the remote side. Panning was redesigned so mouse click is not sent anymore.

The defect was fixed.

ISL Light - Web Client - Fix whiteboard drawings don't move with viewer (DEFECT) [ISLLIGHT-6623] More

Description

When spawning pointers or drawing on whiteboard, the drawing/pointers did not move with viewer when user moved the viewer, thus the drawings were out of place. Handling of whiteboard when moving the viewer was redesigned, the drawings are now correctly moving with the viewer.

The defect was fixed.

ISL Light - Web Client - Expose flags in the About Window (DEFECT) [ISLLIGHT-6624] More

Description

The users experienced the issue where the feature flag window could not be opened on the devices without the hardware keyboard.

The defect was fixed.

ISL Light - Web Client - Fix microphone not working at the start of the call (DEFECT) [ISLLIGHT-6629] More

Description

In some cases when user is in the call, microphone won't work/won't be transmitted to the other side until the user toggles it off and back on again. This is now fixed and it works from the beginning of the call.

The defect was fixed.

ISL Light - Web Client - Disable streaming from WASM (DEFECT) [ISLLIGHT-6632] More

Description

The users experienced the issue where the ISL Light for Web application became unresponsive when the user tried to start streaming from the ISL Light for Web application. Since the streaming from the ISL Light for Web application is currently not supported a message box dialog is shown that says that notifies the user about the missing feature.

The defect was fixed.

ISL Light - Web Client - Fix can't zoom out to view whole stream with pinch gesture (DEFECT) [ISLLIGHT-6633] More

Description

The users experienced the issue where the viewer could not be zoomed all the way out with the pinch gesture.

The defect was fixed.

ISL Light - Web Client - Fix decline button icon not loading in audio call (DEFECT) [ISLLIGHT-6648] More

Description

The users experienced the issue where the decline button icon was not rendered properly when the audio call was active.

The defect was fixed.

ISL Light - Web Client - Disable not yet supported features on WASM (DEFECT) [ISLLIGHT-6659] More

Description

Several features are currently not supported in the ISL Light for Web application compared to the ISL Light for Desktop application. When the user tries to use a feature that is currently not supported a dialog is shown that informs that user about the feature is currently not supported. Such dialog is shown when the user clicks the following buttons in the GUI: - File Transfer button in the session toolbar. - Multiple Window button in the session toolbar. - Recording button in the session toolbar. - Enable Clipboard button in the session toolbar dropdown menu. - Log Local and Log Remote button in the session toolbar dropdown menu. - View Log File in the Join Session window. - View Log File in the chat-only Session window. - File Transfer button in the chat-only Session window.

ISL Light - Web Client - Fix getting into a broken state when session ends with the --auto-close parameter (DEFECT) [ISLLIGHT-6665] More

Description

The user experienced the issue where the ISL Light for Web application got into a broken state when the session ended.

The defect was fixed.

ISL Light - Web Client - Encode values before writing to browser storage (DEFECT) [ISLLIGHT-6667] More

Description

The users experienced the issue where the Remember me checkbox state in the Login window was not applied correctly.

The defect was fixed.

ISL Light - Web Client - Fix customizing the favicon (DEFECT) [ISLLIGHT-6668] More

Description

The users experienced the issue where the custom favicon was not applied in some rare cases.

The defect was fixed.

ISL Light - Web Client - Fix using the --connect parameter in combination with custom font (DEFECT) [ISLLIGHT-6671] More

Description

The users experienced the issue where the session code was not automatically entered into the session code input field when a custom font customization was used.

The defect was fixed.

ISL Light - Web Client - Fix marker lines being drawn with offset when zoomed in (DEFECT) [ISLLIGHT-6685] More

Description

The users experienced the issue where the Marker tool lines were drawn with an offset relative to the mouse position when the viewer was zoomed in.

The defect was fixed.

ISL Light - Web Client - Replace single thread executor with scheduler pool in talk plugin (DEFECT) [ISLLIGHT-6697] More

Description

The user experienced the issue where the application became unresponsive when the Start New Session button was clicked. The issue was fixed.

ISL Light - Web Client - Fix the full screen button on WASM (DEFECT) [ISLLIGHT-6698] More

Description

The user experienced the issue where the Full Screen button in the Session Toolbar did not work correctly. The issue was fixed.

ISL Light - Web Client - Show exit view on session disconnect when --get-code is used (DEFECT) [ISLLIGHT-6709] More

Description

The users experienced the issue where the application became unresponsive when the session was closed. The defect as fixed.

ISL Light - Web Client - Fix the two-finger tap to right-click gesture (DEFECT) [ISLLIGHT-6760] More

Description

The users experienced the issues when using the touchpad gestures on macOS. The issue was present in the ISL Light for Desktop application, however, the code was also refactored in the ISL Light for Web application.

The defect was fixed.

ISL Light - Web Client - Fix app freezing when user clicks the Copy URL button in the Transfer Session menu (DEFECT) [ISLLIGHT-6764] More

Description

The users experienced the issue where the ISL Light for Web application became unresponsive when the user clicked the Copy URL button in the Transfer Session menu in the Session Toolbar.

The defect was fixed.

ISL Light - Web Client - Fix clicking the Open as e-mail button in the invite dialog does nothing (DEFECT) [ISLLIGHT-6766] More

Description

The users experienced the issue where the Open as e-mail button in the Session Invite dialog did not work correctly. When the Open as e-mail button is now clicked the external e-mail application is opened.

The defect was fixed.

ISL Light - Web Client - Automatically load custom fonts when language changed (DEFECT) [ISLLIGHT-6768] More

Description

The users experienced the issue where the application text was illegible when the ISL Light for Web application was opened in a browser with a language set to a language that uses a non Latin alphabet. The issue was fixed by including the font files in the ISL Light for Web application itself.

The defect was fixed.

ISL Light - Web Client - Give feedback that Paste Simulate Typing feature is not supported on WASM (DEFECT) [ISLLIGHT-6784] More

Description

The users experienced the issue where the Paste (Simulate Typing) feature did not work correctly. Since the feature is currently not available in the ISL Light for Web application, a dialog with corresponding text is shown.

The defect was fixed.

ISL Light - Web Client - Get the application language from ICP (DEFECT) [ISLLIGHT-6790] More

Description

The users experienced the issue where the ISL Light for Web application text language was not consistent with the ISL Light for Web application loading text. The issue was fixed by setting the ISL Light for Web application to the same language the web interface is set to. Furthermore, when the ISL Light for Web application language is changed from the application settings the web interface language is changed as well.

The defect was fixed.

ISL Light - Web Client - Add feature missing feedback for View Log File feature in the Welcome and Dashboard windows (DEFECT) [ISLLIGHT-6792] More

Description

The user experienced the issue with opening the local log file when the View Log File in the Welcome window or the Dashboard window was clicked. Since this feature is currently no available in the ISL Light for Web application a corresponding message box dialog is shown.

The defect was fixed.

ISL Light - Web Client - Fix default browser tab title says ISLLight instead of ISL Light (DEFECT) [ISLLIGHT-6795] More

Description

The users experienced the issue where the title in the ISL Light for Web application browser tab was misspelled.

The defect was fixed.

ISL Light - Web Client - Disable the option to resume back to the same session when role is desk (DEFECT) [ISLLIGHT-6796] More

Description

The users experienced the issue where the ISL Light for Web application stuck in the "Resuming session..." state.

The defect was fixed by disabling the option to resume back to the same session on browser tab refresh when the user role is desk.

The defect was fixed.

ISL Light - Web Client - Show msg box on both operator and client side when trying to start screen sharing from browser (DEFECT) [ISLLIGHT-6804] More

Description

The user experienced the issue where a message box dialog that mentioned, that the Screen Sharing functionality is not available, was shown only on the operator side. The message box dialog is now shown both on the operator and on the client side.

The defect was fixed.

ISL Light - Web Client - Detect the role when starting and then load appropriate custom command lines (DEFECT) [ISLLIGHT-6805] More

Description

The users experienced the issue where the Recording button in the Session Toolbar was not hidden when the "hide_recording" customization command line was used.

The defect was fixed.

ISL Light - Web Client - Fix the client SOD dialog being shown when tryin to connect to AON computer as desk (DEFECT) [ISLLIGHT-6824] More

Description

The users experienced the issue where the client side start-of-dialog was shown on the operator side.

The defect was fixed.

ISL Light - Web Client - Reject simple 200 OK to avoid confusion with regular web servers (DEFECT) [ISLLIGHT-6828] More

Description

In previous version when initiating a connection with ISL Conference Proxy only the return status was checked ( status code 200 ) so the library was checking the same transport. Now in addition to the status code check the content of the returned data is also checked which will fail in case ISL Conference Proxy was not the one who replied and the library will continue to check other transports.

The defect was fixed.

ISL Light - Web Client - Unable to move text cursor using keyboard arrow keys in simple EOS dialog and missing border (DEFECT) [ISLLIGHT-6830] More

Description

EOS dialog has textbox where you can enter text when session ends. It was not possible to move text cursor using keyboard arrows. In the process we also discovered that textbox border is not displayed correctly in some cases. The EOS dialog was redesigned, the border of the dialog is now correctly shown and users can navigate through the text using the keyboard arrow keys.

The defect was fixed.

ISL Light - Web Client - Changing the "default_dashboard_screen" or "last_user_screen" registry keys causes ISL Light to completely disable both tabs (DEFECT) [ISLLIGHT-6831] More

Description

In case the browser local storage value qml/dashboard/last_user_screen or the main/default_dashboard_screen value was corrupted or modified it could cause the ISL Light to show an error "Session and computers tab have been disabled" and thus not showing list of computers and list of session. Handling of incorrect values for the registry keys was modified, it will now check if the values are inside the allowed parameters, if they are not, the application will fallback to the default view which is Sessions tab.

The defect was fixed.

ISL Light - Web Client - Hide SOS dialog error thrown upon cancellation (DEFECT) [ISLLIGHT-6832] More

Description

If users cancelled the start of session dialog prior to session being established an error was spawned. Handling of cancelled start of session dialog was redesigned, users will no longer receive an error.

The defect was fixed.

ISL Light - Web Client - Fix Typo for Window State Change Signal in Session Page (DEFECT) [ISLLIGHT-6833] More

Description

In previous version of ISL Light users could see a warning of ISL Light log (TypeError: Cannot call method 'disconnect' of undefined). There was a typo which spawned this error. The typo was fixed and the warning will no longer appear in the ISL Light log.

The defect was fixed.

ISL Light - Web Client - Update XML dialog results (DEFECT) [ISLLIGHT-6836] More

Description

The dialogs (EOS/SOS/SOD) behavior was different between operator side and client side on Windows. When results of dialog were sent from client side on Windows it only included the index value of the selected dropdown however operator side sent the actual value of the dropdown. The behavior was unified, now both sides are sending the value and also the index value of the selected dropdown.

The defect was fixed.

ISL Light - Web Client - Add support for typing IME characters on mobile devices (DEFECT) [ISLLIGHT-6850] More

Description

The support for typing IME characters on mobile devices using the virtual keyboard was added to the ISL Light for Web application.

The defect was fixed.

ISL Light - Web Client - Fix freezing of camera image when starting video call on iOS device (DEFECT) [ISLLIGHT-6851] More

Description

The users experienced the issue where the camera stream was stuck on the first image when video call was started on the iOS device.

The defect was fixed.

ISL Light - Web Client - Fix hiding the virtual keyboard on android for WASM (DEFECT) [ISLLIGHT-6852] More

Description

The users experienced the issue where the virtual keyboard could not be hidden when the Show Virtual Keyboard button was unchecked on Android devices.

The defect was fixed.

ISL Light - Web Client - Fix detecting wasm platform for iPad (DEFECT) [ISLLIGHT-6853] More

Description

The users experienced the issue where the virtual keyboard could not be shown in the Google Chrome browser on iPadOS devices.

The defect was fixed.

ISL Light - Web Client - QWasmInputContext improvements and fixes (DEFECT) [ISLLIGHT-6855] More

Description

The users experienced several issues when using the virtual keyboard in the ISL Light for Web application. The defects were fixed.

ISL Light - Web Client - Fix the common QtUtils flags window on WASM (DEFECT) [ISLLIGHT-6856] More

Description

The users experienced the issue where the feature flags window could not be used to control the state of the flags.

The defect was fixed.

ISL Light - Web Client - Fix audio echoing back through the speakers (DEFECT) [ISLLIGHT-6857] More

Description

The users experienced the issue where local audio was played back through the speakers when the user was in a voice call.

The defect was fixed.

ISL Light - Web Client - Fix duplicated input when the input field is clicked again while already composing (DEFECT) [ISLLIGHT-6858] More

Description

The users experienced the issue where the last character was duplicated when using the virtual keyboard and the input field was clicked again while the input was already composing.

The defect was fixed.

ISL Light - Web Client - Encode values before writing to browser storage from xstd storage (DEFECT) [ISLLIGHT-6860] More

Description

The users experienced the issue where several warnings were printed to the debug console about invalid characters being written to the Browser Storage.

The defect was fixed.

ISL Light - Web Client - Fix video device being marked as used after call ends (DEFECT) [ISLLIGHT-6861] More

Description

The users experienced the issue where the video and audio device are still in use after the call ended.

The defect was fixed.

ISL Light - Web Client - Fix webcam being stretched (DEFECT) [ISLLIGHT-6863] More

Description

The users experienced the issue where the video stream image was not displayed in the correct aspect ratio when the device changed orientation.

The defect was fixed.

ISL Light - Web Client - Fix guid of capture device not persistent (DEFECT) [ISLLIGHT-6865] More

Description

The users experienced the issue where video capture device could not be changed for the video call functionality.

The defect was fixed.

ISL Light - Web Client - Use /webaccess/wstun instead of /__wstun__ in WASM (DEFECT) [ISLLIGHT-6866] More

Description

ISL Light for Web now connects to ws(s)://server/webaccess/wstun instead of ws(s)://server/__wstun__. The purpose is to make it easy for admin to just configure one rule /webaccess/*.

ISL Light - Web Client - Fix crash when not showing eos dialog in AON session (DEFECT) [ISLLIGHT-6869] More

Description

ISL Light crashed when users were connecting to an unattended computer and EOS dialog was not defined ( crash was introduced with a defect fix for not showing dialogs for unattended computers ). An additional check is now performed and sets the value internally that EOS dialog should not be displayed thus preventing the crash of the application.

The defect was fixed.

ISL Light - Web Client - Screen refresh button is not visible once the session is established (DEFECT) [ISLLIGHT-6873] More

Description

In previous version the option to refresh the view of the remote desktop was sometimes hidden ( the button on the center of the bottom bar ). Showing of the refresh button was redesigned, it will now be shown everytime when session is established providing there is enough space in the bottom bar to fit the content.

The defect was fixed.

Tags: upgrade, remote access

Was this article helpful?