Skip to content

JPro 2024.3.3

Latest
Compare
Choose a tag to compare
@FlorianKirmaier FlorianKirmaier released this 18 Sep 14:30
db9b6ec

Features

  • Added a new WebAPI.openStageAsTab(Stage stage, String target) method to the WebAPI. This allows a stage to be opened
    as a new tab in a specified browsing context via the target parameter.
  • The CursorImage is now shown when using a DragBoard, even if its size exceeds 100x100 pixels.

Changes

  • The WebAPI.registerWindow(Window) method now returns the instance ID if called multiple times, instead of throwing
    an exception.
  • Removed unused, experimental and legacy media implementation.

Bugfixes

  • Fixed an issue during the creation of the release zip file by preventing duplicate entries.
  • Fixed an issue where the application instance was being disposed of, despite being in singleton mode.
  • Fixed an issue, when using a CursorImage. Sometimes the image wasn't shown.
  • Fixed a regression in 2024.3.2 that affected file uploads within a Window.
  • Fixed a regression in 2024.3.2 where the mouse position in a child of a decorated Stage was sometimes inaccurate.
  • Fixed a regression in 2024.3.2 where the resize cursor of a decorated Stage occasionally leaked to its child Stage.