Essential Studio for EJ2 JavaScript Release Notes
ComboBox
Bug Fixes
-
#I6988657
- Fixed the issue where an itemTemplate element not render while opens ComboBox popup twice when filtering enabled. -
#I697381
- Fixed an issue where the selected value would disappear when the item template was enabled.
Dashboard Layout
Bug Fixes
-
#I703775
- Resolved the console error when adding panels dynamically after performing a drag and drop action in the Dashboard Layout component.
Diagram
Bug Fixes
-
#I704269
- Right-click now works properly while drag constraint is disabled, retaining multiple selection. -
#I698439
- The connector will now follow the shortest path when drawn from a port with the connection Direction set to Auto.
DocumentEditor
Bug Fixes
-
#I702414
- Fixed an issue where a paragraph was inserted outside the editable region after pressing the End key in a restricted editing document. -
#I703674
- Addressed the issue where paragraph borders were not fully visible. -
#I697400
- Resolved a looping issue encountered when opening certain documents. -
#I701520
- Fixed a formatting issue that occurred after inserting a hyperlink. -
#I700199
- Resolved a paragraph splitting issue that occurred when removing multiple bookmarks programmatically. -
#I698715
- Fixed key input issues caused by the timing of composition end for Japanese text. -
#I698829
- Resolved a discrepancy in theisComplete
property during selection changes made using the keyboard. -
#I702270
- Fixed an issue where an extra new line was added in server-side exported documents.
DropDownTree
Bug Fixes
-
#I702413
- An issue getting empty tree data after performing the filtering and reopening the popup, when both the itemTemplate and filtering support are enabled in the Dropdown Tree component has been resolved.
FileManager
Bug Fixes
-
#I708564
- The issue preventing the error dialog from appearing when a path was unavailable in the File Manager component has been fixed.
Note
Additionally, if you want to prevent the error dialog when a folder is unavailable and load the available parent directory instead, you can use the beforePopupOpen
and failure
events of the File Manager component. The beforePopupOpen
event allows you to prevent the error dialog from appearing, while the failure
event provides the failed location through path
property. By setting the previous valid location to the File Manager’s path and refreshing it, you can ensure that the available parent directory is loaded instead of displaying an error dialog.
GanttChart
Bug fixes
-
#I709572
- The spinner is incorrectly loading when performing zoom-in or zoom-out actions, even whenargs.cancel
is set as true issue has been resolved.
Grid
Bug Fixes
-
#FB66257
- Fixed an issue where the expand and collapse icon was hidden when resizing a column with its width set as a percentage. -
#I701100
- Support has been provided for adding custom font in server sidePDF Export
. -
#F196312
- Resolved an issue where focus incorrectly moved to a disabled toolbar button on the first tab attempt. -
#I705050
- Resolved an issue where the selection was not applied to a newly added row when using a customized index higher than the page size.
ListBox
Bug Fixes
-
#F196369
- Issue with “Script error thrown while setting the values with a new line (\n) in the list item text of the list box” has been resolved.
MultiSelect
Bug Fixes
-
#I697553
- Fixed an issue where using the Chip icon removed all selected values instead of removing a specific chip.
PDF Viewer
Bug Fixes
-
#I708196
- The script error no longer occurs when loading the PDF document after it has been programmatically unloaded from the PDF Viewer. -
#I196344
- Fixed an issue where the signature value did not appear while adding the field programmatically. -
#I700063
- The annotation rendering is now optimized for documents with more annotations. -
#I698822
- Fixed an issue where the locked custom stamp remains editable. -
#I704815
- Enhanced thefireFormFieldMoveEvent
,fireFormFieldMouseLeaveEvent
,fireFormFieldMouseOverEvent
,fireFormFieldSelectEvent
,fireFormFieldUnSelectEvent
, andfireFormFieldResizeEvent
to include additional relevant details.
Pivot Table
Bug Fixes
-
#I704581
- The ‘actionComplete’ event now accurately returns the correct ‘actionInfo’ details when transitioning between pivot table and pivot chart views. - The pivot chart can now be successfully exported as PNG, JPEG, and SVG files, even when the ‘allowPdfExport’ property is disabled.
RichTextEditor
Bug Fixes
-
#I707199
- Now, when pasting content with spaces before and after it whileenableHtmlSanitizer
is disabled, the Rich Text Editor no longer inserts
for spaces.
Schedule
Bug Fixes
#I704571
- The issue with non-integer pixel values causing incorrect time when resizing an appointment has been resolved.
Tab
Bug Fixes
-
#I703472
- The issue with misalignment of the tab header text and close icon in Tailwind 3 and Fluent 2 themes has been resolved.
Toolbar
Bug Fixes
-
#I705438
- An issue where focus was maintained on a disabled toolbar item has been fixed.
Tooltip
Bug Fixes
-
#I701814
,#I687776
- Resolved an issue where the Tooltip remained visible when the cursor quickly left the target element.
Tree Grid
Bug Fixes
-
#F61040
- Fixed a script error issue when reordering columns with frozen columns and persistence enabled. -
#F66017
- Fixed an issue where the drop position was not properly registering during drag and drop operations between tree grids, resulting in data disappearing.