biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 41 forks source link

[FIX] Fix js_timout error in case of WebKit #150

Closed PrimozGodec closed 3 years ago

PrimozGodec commented 3 years ago
Issue

WebView based on WebKitView does not support js_timeout and fails on init.

Description of changes

This workaround sets the js_timout only for WebEngineView based WebView. This is a temporary fix for https://github.com/biolab/orange-widget-base/pull/132

Includes
PrimozGodec commented 3 years ago

closing since it is already fixed in biolab/orange-widget-base#132