Skip to content

Releases: syncfusion/ej2-vue-ui-components

v28.1.36

23 Dec 21:50
Compare
Choose a tag to compare

Carousel

Bug Fixes

  • #I660150 - The issue with carousel slide continue to move, when mouse swiped out of the container has been resolved.

Chart

Bug Fixes

  • #I665246 - Now, the chart point click and double-click events are working properly in the waterfall chart.
  • #I662191 - Now, zooming is restricted for the mouse wheel, similar to selection zoom.
  • #I666272 - Now, the y-axis range is set properly for the waterfall series.
  • #I666317 - The exceptions that occurred during React Jest testing have been resolved.

ContextMenu

Bug Fixes

  • #I664457 - The issue with "The context menu does not close when the Escape key is pressed immediately after opening it with animation enabled." has been resolved.

  • #I627856 - Need to reposition the Context menu after setting the height for popup with enableScrolling support has been resolved.

DateRangePicker

Bug Fixes

  • #I664732 - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.

  • #I664735 - Removed unnecessary conditional code for adding CSS classes based on device type.

Diagram

Bug Fixes

  • #I662730 - The segment next to the target end of a Bezier connector now retains user-defined adjustments when the connector is moved.
  • #I662735 - The undo/redo functionality now restores intermediate connector segments.
  • #I663194 - Connectors now retain their previous state after undoing runtime source and target ID changes.
  • #I663672 - The elementType in the elementDraw event now correctly updates for Polyline and Freehand in the completed state.
  • #I663175 - The diagram page no longer flickers during pinch zoom.

DropDownTree

Bug Fixes

  • #I665182 - The issue with skipping last child items in tree navigation in Dropdown Tree when custom filtering is applied has been resolved.
  • #I659157, #I659195 - Resolved the change event incorrect argument value issue during the node selection in Dropdown Tree component.

FileManager

Bug Fixes

  • #I663792 - The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.
  • #I663788 - The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.
  • #I663794 - The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved.
  • #I663789 - The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.
  • #I663795 - The issue with the hasChild property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved.
  • #I663864 - The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.

GanttChart

Bug fixes

  • #I664845, #I664429 - Unable to Add Dependency When Task Name Contains a Hyphen issue has been fixed.
  • #I666904 - When the resource unit is changed, the duration field is not updated issue has been fixed.
  • #I665780 - Baseline width not validated properly for less than one day issue has been fixed.
  • #I663274 - Taskbar not rendering properly with fixed work issue has been fixed.
  • #I663985 - Script error thrown when collapsing the root node with task mode set to custom and enableMultiTaskbar enabled issue has been fixed.
  • #I665270 - Work not calculated correctly on parent task, after child outdent issue has been fixed.
  • #I662513, #F195374 - Console error thrown when scrolling in virtualization sample with allowSelection set to false issue has been fixed.
  • #I666264 - Console error occurred while taskbar drag with null duration issue has been fixed.

Grid

Bug fixes

  • I660080 - The issue where export options were not disabled when properties were set to false has been resolved.
  • I657741 - Escape key does not function correctly for column menu filtering when the type is set to Menu has been resolved.
  • #FB31658 - The issue of white space appearing during full downward scroll and the occurrence of repeated data with incorrect blocks during slow upward scrolling in virtual scrolling has been resolved.
  • #I659372 - Fixed an issue where the Select All checkbox would automatically get checked after scrolling and selecting the last record when virtual scrolling was enabled.
  • #I663580 - The issue with the cell save functionality not working properly on pressing the Enter key when collapsing rows has been resolved.
  • #I662005 - Fixed an issue where the pageSize setting did not work as expected after updating rules using the QueryBuilder.
  • #I660641 - Fixed an issue where the Checkbox Filter dialog was cut off when rendering the grid inside an Accordion component, with filter.type set to CheckBox and filterSettings.type set to Menu.
  • #I665951 - Resolved an issue where frozen columns with ColumnVirtualization caused a blank space.
  • #I664685 - The script error that occurred when collapsing all records and then deleting the last record has been fixed.

Kanban

Bug Fixes

  • #I660067 - Now, the card drop functionality works properly at the top of another column when SwimlaneSettings is enabled in the Kanban.

ListBox

Bug Fixes

  • #I929759 - Issue with "Correction in Ctrl + A key down action for single mode selection of listbox component" has been resolved.
  • #I664408 - Changing the type of value property of ListboxChangeEvents arguments from (number | string | boolean) to (number[] | string[] | boolean[]) in listbox.

MultiSelect

Bug Fixes

  • #I663752 - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.

PDF Viewer

Bug Fixes

  • #I551643, #I664728 - Now, the script error does not occur when importing the large annotations.
  • #I663071 - Now, the printStart event is triggered when printing a PDF using the Ctrl + P shortcut.
  • #I662257 - No script error occurs when loading the provided document and scrolling quickly to the end of the page.

Pivot Table

Bug fixes

  • #I660802 - The autofit option will now be applied correctly to the pivot table cells without any extra space.
  • #I664290 - The server-side Excel export option will now work properly when using the server-side engine in the pivot table.
  • #I662951 - Applied number formatting will now be properly retained in the exported Excel file when exporting the pivot table using grid export.

RichTextEditor

Bug Fixes

  • #I647911 - Now, the display text with text wrapping functions correctly when the enter action is executed in the Rich Text Editor.

  • #I664650 - Now, the font color and background color picker popup works properly in the Rich Text Editor.

  • #I648421 - Now, the image shows properly when pasting from a Word document by removing the non-standard v:shapes attribute from the image element.

  • #I640046 - Now, images are pasted properly without becoming blurry when copy pasting from Word and then focusing outside the Rich Text Editor.

Schedule

Bug fixes

  • #F195371 - An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed.
  • #I664757 - An accessibility issue where the aria-selected attribute was present on <td> elements and violated accessibility guidelines has been fixed.

Switch

Bug Fixes

  • #I664001- The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved.

Tree Grid

Bug Fixes

  • I664039 - Resolved a console warning that occurred on using freeze property in treegrid.

TreeView

Bug Fixes

  • FB63997 - Prevent expanded nodes from collapsing when using addNodes or moveNodes method with preventTargetExpand set to true in TreeView.

v28.1.35

18 Dec 18:39
Compare
Choose a tag to compare

Accordion

Bug Fixes

  • #I660165 - The issue with " The accordion causing a script error when expanding it with the expandMode set to single" has been resolved.
  • #I924619 - Added cancel support to the Accordion component's click event. This allows users to programmatically restrict the toggle behaviour expand or collapse by setting cancel as true.

Chart

Bug Fixes

  • #I662154 - Axis labels are now rendered correctly in the exported PDF, even when headers and footers are included.
  • #I662546 - Tooltip highlighting functions correctly when the column series width is specified using columnWidthInPixel.
  • #I662277 - The intermediate sum index is no longer included in the calculation of the sum index.
  • #I663653 - Data labels are now rendered correctly when the intermediate sum index is empty.
  • #I663652 - The calculations for both sum and intermediate sum indexes have been corrected.

ColorPicker

Bug Fixes

  • #I904686 - Issue with "Color picker component was not properly read in accessibility tool" has been resolved.

ComboBox

Bug Fixes

  • #I660915 - Fixed an issue where an empty popup was displayed when opening the popup manually.

Diagram

Bug Fixes

  • #F63100 - The Completed event is now triggered correctly during actions, even when multiple mouse buttons are clicked simultaneously.
  • #I660681 - EJ1 diagram JSON with ports in nodes is now loading correctly in the EJ2 Diagram Builder.
  • #I660066 - The RightToLeft option in the Distribute function now operates correctly and independently from the Center option.

DocumentEditor

Bug Fixes

  • #I653914 - Script error no longer thrown when drag and drop the text in document editor.
  • #I655487 - Now, table column is rendered properly when imported the exported document.
  • #I656985 - Now, oval shape is preserved properly in the document editor.
  • #I658167 - Now table row get resized properly when we resize the row fast.
  • F194125 - Now, Footnote and content does not get overlap when edit inside the document.
  • #I640675 - Resolved the document freezing issue when reject the track changes.
  • #I651428 - Now, comment get removed properly when delete the paragraph and accept the changes.
  • #I661065 - Table border is rendered properly when table cell border's line style is set as none.
  • #I658922 - Now, check box is rendered properly after change the value as checked.
  • #I651509 - Provided content change event support to notify when protect and unprotected the document.
  • #I658140 - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
  • #I656347 - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
  • #I645286, #I647203 - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
  • #I653756 - Resolved the content control border rendering issue for paragraph with lists and indentation applied.

DropdownList

Bug Fixes

  • #I472623 - Resolved an issue when the window is resizing the popup position is misaligned

DropDownTree

Bug Fixes

  • #I660279 - The issue of being unable to close the parent Dropdown Tree using the document click action after dynamically removing the child Dropdown Tree component has been resolved.
  • #I662309 - Issue with inconsistent selection behavior when using selectAll API on Dropdown Tree component initial render has been resolved.

FileManager

Features

  • #FB22569 - Provided chunk upload support in the File Manager, making it easier to upload large files or folders by breaking them into smaller chunks based on the specified chunkSize within uploadSettings property.

Bug Fixes

  • #I659845 - The persistence issue with the sorting direction in the File Manager component details view has been resolved.
  • #I654478 - Resolve the inconsistent path issue in File Manager component ID based service.
  • #I658815 - The issue with the ctrl and cmd buttons for selecting multiple files in the macOS has been resolved.
  • #I662195 - The issue with navigation pane not reflect the renamed item data in the macOS has been resolved.

GanttChart

Bug fixes

  • #F195300 - AutoFocus mismatching issue between grid and chart click issue has been fixed.
  • #I660168 - Vertical scrollbar hides when resizing splitter to left or right issue has been fixed.
  • #I665389 - Splitter position changes dynamically, but when splitter is manually dragged, position does not update issue has been fixed.
  • #I663036 - Applied color do not persist in edit dialog's notes tab issue has been fixed.
  • #I658189 - Tooltip misalignment occurs when the parent element is scrolled issue has been fixed.
  • #I660498,#I659031 - Angular Gantt not working for Content-Security-Policy of meta tag issue has been fixed.
  • #I660467 - Gantt crashes when timezone is set to berlin issue has been fixed.
  • #I664048 - Issue in child-parent predecessor validation issue has been fixed.
  • #I664336 - Convert to task does not work for milestone task with task type as fixed work issue has been fixed.

Grid

Bug fixes

  • #I659877 - Fixed the issue where the getSelectedRecords method retained previous selections when virtual scrolling was enabled.
  • #I660588 - The issue of a script error occurring while searching for data after clearing the sorting in the hierarchy grid has been resolved.
  • #I660594 - The problem of the vertical scrollbar disappearing when frozen rows are enabled in the responsive grid has been resolved.
  • #F195226 - The issue of being unable to navigate to the editTemplate with the keyboard while adding a record has been resolved.
  • #I656905 - Fixed an issue where clearing filters in the grid with custom page sizes displayed all records on one page.

ListBox

Bug Fixes

  • #F43705 - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.

Menu

Features

  • The Menu component now supports HTML attributes, allowing users to assign custom attributes such as role, tabindex, aria, and data to individual menu items. This enhancement improves accessibility, provides greater control, and ensures a more customizable and user-friendly experience.

Message

Bug Fixes

  • The issue with "the close icon being misaligned when the content alignment was set to centre" has been resolved.

PDF Viewer

Bug Fixes

  • #I63329 - Now, after the font family is changed, the default font family does not appear in the font family dropdown on the appearance tab.
  • #I646929 - Now, the typed signature appears in the signature field after being added using the custom font.

Pivot Table

Bug fixes

  • #I657448 - Double-clicking the 'No records to display' cell for drill-through in the pivot table will no longer trigger an error.
  • #I655109 - The calculated field option will now work properly with the 'Defer Layout Update' option enabled in the pivot table when using the server-side engine.
  • #I661608 - The pivot button will now show the proper text in the static field list when the 'showAggregationOnValueField' property is disabled.
  • #I653425 - The pivot table will now be rendered properly when changing the aggregation type dynamically using the 'Value field settings' popup for a value field name that begins with numeric text.

Features

  • The classic (tabular) layout support has been added, allowing the pivot table to display in a traditional format with separate columns for row headers, offering a more detailed and organized table structure. Explore the demo here.

QueryBuilder

  • #I925175 - Issue with "Script error occurs when opening a multi-select popup with dropdown tree mode, supported by the data manager of the query builder" has been fixed.
  • #I927733 - Issue with "Script error thrown while typing the number value in numeric textbox of query builder in angular" has been fixed.
  • #I80058 - Issue with "String type between values not update properly in query builder rules" has been fixed.

RichTextEditor

Bug Fixes

  • #I658935 - Now, the executeCommand method works properly to replace the text wrapped inside a <span> element in the Rich Text Editor.

  • #I660077 - Now, the emoji is inserted correctly at the cursor location, even after pressing Enter multiple times, when the EnterKey API is configured to use <br>.

  • #I663039 - Now, the bullet type changes correctly without adding extra bullets when applying a bullet list without focusing on the Rich Text Editor.

Schedule

Bug fixes

  • #I659549 - An issue with dragging longer appointments to the bottom of the vertical views of the Scheduler has been fixed.

Spreadsheet

Bug fixes

  • #I647640 - Issue with "data got changed when multiple text-formatted values from Excel were pasted into Spreadsheet" has been resolved.

Switch

Features

  • The Switch component now includes a beforeChange event, allowing users to intercept and manage state changes before they occur, such as for validation or cancellation.

Tree Grid

v28.1.33

12 Dec 08:34
Compare
Choose a tag to compare

Common

Features

  • Tailwind 3.4 theme support added for Syncfusion® Vue components, offering enhanced styling and support for CSS variables to elevate the design experience.

Bug Fixes

  • #I650692 - Issue with "unable to access the destroy method from the Vue component instance" has been resolved.

AI AssistView

Features

  • The Vue AI AssistView has been developed to meet industry standards and is now production-ready. To align with our naming conventions, the folder and file names have been updated from ai-assist-view to ai-assistview.

  • We have now provided support for preserving the text format when copying the response using the Copy button.

AutoComplete

Features

  • We have provided a new Popup Resize feature for the Autocomplete component. This enhancement allows users to dynamically adjust the size of the popup, improving visibility and control.By enabling the AllowResize option, users can easily resize the popup. The resized dimensions are retained across sessions, ensuring a consistent user experience. Please find the demo link here.

Barcode

Bug Fixes

  • #I508544 - Now, the DataMatrix barcode is rendered properly with alphanumeric values.

Breadcrumb

Bug Fixes

  • #I916680 - The issue with "Breadcrumb menu popup not destroyed after breadcrumb element destroyed" has been resolved.

Carousel

Features

  • #I513228 - Provided support to enable/disable the keyboard interactions in the carousel component by using allowKeyboardInteraction property.

Chart

Bug Fixes

  • #I659555 - Now, the minor gridlines and ticks are rendered in canvas mode.

Features

  • #I567864 - Legends can be arranged horizontally or vertically, with a fixed-width option and a maximum column count for consistent and flexible presentation.
  • #I620773 - The crosshair now snaps to the nearest data point, providing improved precision and focus on individual data points.
  • #F194134 - Users can now customize the position of the zoom toolbar within the chart using drag-and-drop functionality, allowing easy repositioning anywhere within the chart area.
  • Users can now customize the ARIA label, role, tab index, and focusable options for chart elements to improve accessibility and keyboard navigation.
  • Added options for adjusting the spacing between the chart area and container.
  • When hovering over a data point, the corresponding series is now highlighted, improving clarity and interaction with the tooltip.

Breaking Changes

  • The default value of the edgeLabelPlacement property has been changed from None to Shift for better visibility of axis labels.

Chat UI preview

The Vue Chat UI component is a lightweight, user-friendly conversational interface for displaying chat messages between users. It features messages with timestamps, avatar images with fallback text, typing indicators, and extensive customization options, making it ideal for building modern chat applications.

Explore the demo here

Features

  • Message suggestions: Provides on-demand suggestions using customizable templates to enhance user interactions.
  • On-demand messages loading: Dynamically loads messages to optimize performance, especially for lengthy conversations.
  • Header toolbar: Allows adding toolbar items in the header with options for executing custom commands.
  • Timebreak: Automatically inserts time breaks between messages, enhancing readability by grouping conversations by date.
  • Typing indicator: Shows real-time typing activity of users with customizable indicator styles.
  • Customization: Allows users to customize the default appearance, including messages, the footer, and more, to suit their needs.

Checkbox

Bug Fixes

  • #I909049 - The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved.

Chip

Features

  • #FB16787 - Provided template support to render HTML elements as chip item content.

Circular Gauge

Features

  • #I642465 - The drag-and-drop interaction for pointers can now be enabled individually by using the enableDrag property within the pointers property when multiple pointers are available.

ColorPicker

Bug Fixes

  • #I904686 - Issue with "Color picker component was not properly read in accessibility tool" has been resolved.

ComboBox

Features

  • We have provided a new Popup Resize feature for the ComboBox component. This enhancement allows users to dynamically adjust the size of the popup, improving visibility and control.By enabling the AllowResize option, users can easily resize the popup. The resized dimensions are retained across sessions, ensuring a consistent user experience. Please find the demo link here.

ContextMenu

Features

  • Scroller Support - The context menu now features Scroller support, enhancing accessibility and usability across all devices. Submenu dynamically adjust to the available screen space, ensuring a smooth and user-friendly navigation experience. This update makes accessing all menu items more efficient and intuitive.

  • Template Support - The context menu now supports embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness.

DatePicker

Bug Fixes

  • #I648389 - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.

DateRangePicker

Bug Fixes

  • #F171486 - Issue with "performance delay in the popup open while entering invalid start or end date value" has been resolved.

Diagram

Bug Fixes

  • I660452 - Resolved uneven positioning of hierarchical tree child nodes with multiple root nodes.
  • #I642521 - Interactions with nodes now work properly in the Safari browser after switching between the Pan and Select tools.
  • #I642106 - The issue with diagram zooming and node dragging in the Safari browser has been resolved.

Dialog

Bug Fixes

  • #I646678 - Fixed an issue where the dialog would not close when the Escape key was pressed.

  • #FB60123 - Fixed an issue where dynamically changing the dialog target caused the dialog element to remain stuck in its previous DOM position.

DocumentEditor

Bug Fixes

  • #I649860 - Resolved the hanging issue while loading split table document in Document Editor.
  • #I652445 - Resolved the overlapping issue when pasting copied content in document.
  • #I647120 - Resolved the copy pasting and undo/redo issues with comments.
  • #I645890 - Resolved the content control border rendering issue when content control split multiple pages.
  • #I652850 - Resolved the left, home and end keys navigation issue in content control.
  • #I654688 - Resolved the undo issue after pasting content on Track Changes Mode.
  • #I648834 - Resolved the section break layout issue on exported document.
  • #I649050 - Resolved the script error issue when performing accept and reject action in collaborative editing mode.

DropDownButton

Features

  • Template Support - The Dropdown Button component now supports embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness.

  • Popup Width - The Dropdown Button component now includes a PopupWidth property, allowing users to define the width of the dropdown popup. This feature offers greater design flexibility.

  • Animation Support - The Dropdown Button component now includes the AnimationSettings feature, which allows users to customize submenu animations by controlling the duration, easing, and effects. This enhancement improves visual dynamics, ensures smooth transitions, and provides a consistent interactive experience.

DropdownList

Bug Fixes

  • #I472623 - Resolved an issue when the window is resizing the popup position is misaligned

FileManager

Features

  • #FB22569 - Provided chunk upload support in the File Manager, making it easier to upload large files or folders by breaking them into smaller chunks based on the specified chunkSize within uploadSettings property.

Bug Fixes

  • #I659845 - The persistence issue with the sorting direction in the File Manager component details view has been resolved.
  • #I654478 - Resolve the inconsistent path issue in File Manager component ID based service.
  • #I658815 - The issue with the ctrl and cmd buttons for selecting multiple files in the macOS has been resolved.
  • #I662195 - The issue with navigation pane not reflect the renamed item data in the macOS has been resolved.

GanttChart

Features

  • #I639036 - Added AutoFit and AutoFitAll options in the columnMenuItems property to perform autofit on the current column and all existing columns. For more details, refer to the documentation link here.
  • #I644719 - Implemented support for applying custom colors to individual segments in the PDF Gantt chart using the taskSegmentStyles property, enabling enhanced customization and improved visualization of tasks and their segments in exported document.

Grid

Features

  • The column resizing feature in the grid has been enhanced to ensure seamless usability on touch devices, improving user experience across platforms.

Bug fixes...

Read more

v27.2.2

15 Nov 04:53
Compare
Choose a tag to compare

MultiSelect

Bug Fixes

  • #I634300 - Fixed an issue where clicking the Clear Icon did not remove all items as intended.

v27.1.58

05 Nov 01:12
Compare
Choose a tag to compare

Accumulation Chart

Bug Fixes

  • I917094 - The series property now updates correctly on data binding.

Chart

Bug Fixes

  • #F188458 - Now the page scroll remains the same after clearing the series.
  • #I647466 - The zoom settings properties are now properly updated on data binding.

Checkbox

Bug Fixes

  • #F95768- The issue with "Checkbox not getting checked while using usestate in react" has been resolved.

Circular Gauge

Bug fixes

#I644577 - The target element is now correctly identified in the gaugeMouseDown event.

ComboBox

Bug Fixes

  • #I640083 - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.

Diagram

Bug Fixes

  • #I641865 - Now, the node can be moved inside the lane when the AllowMovingOutsideLane constraint is applied to the nodes.

Dialog

Bug Fixes

  • #F194699 - Fixed an issue where the scrollbar appears as soon as the modal dialog is closed.

DocumentEditor

Bug Fixes

  • #I914903 - Resolved the endNote layouting issue.

DropDownTree

Bug Fixes

  • #I646545 - The issue with the customTemplate property, when used as a function type in the Dropdown Tree component, has been resolved.

GanttChart

Bug fixes

  • #645586 - Last 3 rows of the taskbar are not exported when performing PDF export with the pageOrientation set Portrait issue has been fixed.
  • #644812 - When adding a record, the validation for taskType as fixedDuration is not working properly issue has been fixed.

Grid

Bug fixes

  • I644169 - Resolved an issue where the actionBegin event triggers multiple times when dynamically updating the data source.
  • I645803 - Resolved an issue where the Grid displays an empty state when a grouped column contains null values.

Image Editor

Bug Fixes

  • #I648400 - The issue with "Script error thrown while calling resize public method of image editor when toolbar property was empty" has been resolved.

NumericTextBox

Bug Fixes

  • #I641562 - Fixed an issue where pasting a number with spaces resulted in a blank entry.

PDF Viewer

Bug Fixes

  • #I638740 - Now, the comment delete event is properly triggered when the parent comment div is deleted.
  • #I646822 - Now, the formFieldMouseover event includes both the form field ID and Name.
  • #I637574 - Now, the signature position is accurately rendered in the provided document upon reloading the downloaded file.
  • #I641496 - Now, the annotation signature buttons no longer overflow when the translation string is too long.

Pivot Table

Bug fixes

  • #I645787 - Number formatting will now be applied correctly when using the number formatting popup in the pivot table.
  • #I648479 - The context menu will now appear when clicking on a value cell in the pivot table.

RichTextEditor

Bug Fixes

  • #I644007 - Now, after deleting an empty line in the Rich Text Editor, the line will no longer reappear when clicking outside the editor.

  • #I641442 - Now, the link quick toolbar opens when clicking on an anchor element with a relative URL, without redirecting to the linked page.

  • #I643173 - Now, when applying bold, italic, or other inline formatting to text adjacent to an anchor tag, the space between the text and the anchor tag will remain preserved.

  • #I644738 - Now, the undo action now behaves correctly when selecting text with Shift + Left Arrow in the Rich Text Editor.

  • #I637881 - Now, the lines retained after pasting content to VS Code from the Rich Text Editor have been resolved.

  • #I645142 - Now, When resize is set to false in insertImageSettings, the resize handles do not appear, and the functionality operates as expected.

Schedule

Bug fixes

  • #I647902 - An issue where a script error occurred while click the close icon in print window has been resolved.

Tab

Bug Fixes

  • #I640676 - An issue with the Tab item selection when Tab is rendered with hidden Tab items has been fixed.

v27.1.57

29 Oct 00:26
Compare
Choose a tag to compare

Barcode

Bug Fixes

  • #I508544 - Now, the DataMatrix barcode is rendered properly with alphanumeric values.

Breadcrumb

Bug Fixes

  • #I916680 - The issue with "Breadcrumb menu popup not destroyed after breadcrumb element destroyed" has been resolved.

Carousel

Bug Fixes

  • #I644419 - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.

Chart

Bug Fixes

  • #I640035 - The tooltips now render properly for decimal data points.
  • #I645981 - The stripline now works correctly on the logarithmic axis.

Circular Gauge

Bug fixes

#I640295 - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the dragEnd event.

ComboBox

Bug Fixes

  • #I640083 - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.

Diagram

Bug Fixes

  • #I637156 - Tooltip now displays properly on mobile devices with touch interactions.
  • #I637207 - Nodes are now resizable via touch interactions.
  • #I639121 - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
  • #F194691 - The Position Change Event Now Triggers on Keyboard Nudging.

Dialog

Bug Fixes

  • #I28945 - Fixed an issue where the Dialog's enableResize property was not functioning for dynamic changes.

DocumentEditor

Bug Fixes

  • #I644412 - Resolved the issue of editor deletes all text in document.
  • #I642436 - Resolve the issue with track Changes when pasting Word contents multiple times.
  • F194706 - Now able to copy highlighted text from word processor when Restrict Editing property is true.
  • #I640675 - Resolve script error when using track changes.
  • #I639276 - Resolved the issue of page freezes when trying to load document in document editor.

DropdownList

Bug Fixes

  • #I612750 - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.

DropDownTree

  • I639573 - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.

GanttChart

Bug fixes

  • #I642434 - recordIndex property is updating last index for every above or below add action via contextMenu issue has been fixed.
  • #I646826 - An invalid resource collection is being passed resulting in a script error issue has been fixed.
  • #I637870 - White space when expand and collapse action issue has been fixed.

Grid

Bug fixes

  • #I645144 - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
  • #I641786 - Fixed an issue with focus misplacement after deleting a row using the command column.
  • #I641368 - Resolved a type issue in the ICustomOptr interface by updating the filterSettings.operators property from dateTimeOperator to datetimeOperator.
  • #I640492 - The issue where the dataBound event was triggered multiple times during a page refresh when virtualization with persistence was enabled has been resolved.

Image Editor

Bug Fixes

  • #I910189 - The issue with "Browser window gets zoomed while zooming the image editor with mouse wheel support" has been resolved.

PDF Viewer

Breaking Changes

  • The getPageDetails API has been renamed to getPageInfo. Additionally, the zoom factor parameter has been removed from the getPageInfo API, as the zoom factor can be accessed directly through the zoomPercentage API.
Existing API name New API Name
getPageDetails getPageInfo

Pivot Table

Bug fixes

  • The pivot table will now be rendered properly when creating a new report using the toolbar.

QueryBuilder

Bug Fixes

  • Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.

RichTextEditor

Bug Fixes

  • #I640976 - Now, the width and height attributes of the image are set with correct values instead of auto, when inserting and replacing the image in the Rich Text Editor.

  • #I637660 - Now, the OneNote list that has been copied and pasted will now have a correct element structure.

  • #I644239 - Now, the link insertion is prevented when clicking the insert button in the link dialog when the cancel argument is set to true in the beforeDialogClose event.

  • #I633901 - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.

  • Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.

Schedule

Bug fixes

  • #I641069 - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
  • #I643159 - An issue when weekly recurrence rule is rendered in the wrong position when setting the firstDayOfWeek has been resolved.
  • #FB62128 - An issue causing events to display incorrectly when a weekly recurrence rule with BDAY and a specified timezone is applied has been resolved.

Sidebar

Bug Fixes

  • #I643178 - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.

SplitButton

Bug Fixes

  • #I914299 - Split buttons popup not closed when we open with mouse click and select with key down action has been resolved.

Stock Chart

Bug Fixes

  • #F194807 - The series now renders properly after a data source update and legend toggle.

TreeView

  • #I639573 - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.

Bug Fixes

  • #I642832 - An issue with TreeView component when adding child nodes using addNodes method without passing a target has been resolved.

v27.1.56

23 Oct 13:39
Compare
Choose a tag to compare

Dialog

Bug Fixes

  • #I633873 - Resolved the inconsistent resizing behaviour observed with the modal dialog.

Grid

Bug fixes

  • #I642129 - The script error that occurred when adding a new row with a dateonly column in Batch edit mode has been resolved.
  • #I643285 - The script error caused by the pager when using a custom locale has been resolved.
  • #I641645 - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
  • #I638401 - In AdaptiveUI Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
  • #I641453 - Fixed an issue where unsupported characters were present in the pt and pt-BR localization JSON files.
  • #F194581 - Fixed an issue where the Excel filter in the grid was not functioning correctly when localization was enabled.

Schedule

Bug fixes

  • #I638628 - The issue with the renderCell event not being triggered in the Agenda view has been resolved.

v27.1.55

22 Oct 03:24
Compare
Choose a tag to compare

Accumulation Chart

Bug Fixes

  • #I642553 - The legend text size now updates correctly when resizing the accumulation chart.

Chart

Bug Fixes

  • #I641213 - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
  • #I641366 - The border for the multi-pane chart now renders correctly in canvas mode.
  • #I640624 - The Moving Average trendline now functions as expected when the period is set to one.
  • #I642177 - The columnWidthInPixel property now works correctly in the transposed stacked column chart.
  • #I638097 - The scrollbar now functions properly during data binding.
  • #I644765 - Series now renders properly when the axis interval is zero.

DateTimePicker

Bug Fixes

  • #I632734 - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.

Diagram

Bug Fixes

  • #I635721 - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
  • #I638627 - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
  • #I595572, #I632276 - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.

DocumentEditor

Bug Fixes

  • #I636914 - Now track changes working as expected when using collaboration.
  • #I641336 - Resolved the text overlap issue in document uploading.
  • #I636876 - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
  • #I638548 - Resolved the issue of document stays loading.
  • #I637068 - Now proper font family is updated for splitted Chinese text.
  • #I618565 - Now text get highlighted properly if user clicks on comment.

FileManager

Bug Fixes

  • #I641183 - Resolved the flat data navigation path and rename arguments issues in File Manager component.

GanttChart

Bug fixes

  • #I639460 - Console error occurred when clicking fittoproject issue has been fixed.
  • #I643327 - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
  • #I641833 - Console error occurs while exporting pdf with empty data and critical path issue has been fixed.
  • #I637794,#I637841 - Pdf export issue with baselines not working properly issue has been fixed.

Grid

Bug fixes

  • #I642129 - The script error that occurred when adding a new row with a dateonly column in Batch edit mode has been resolved.
  • #I643285 - The script error caused by the pager when using a custom locale has been resolved.
  • #I641645 - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
  • #I638401 - In AdaptiveUI Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
  • #I641453 - Fixed an issue where unsupported characters were present in the pt and pt-BR localization JSON files.
  • #F194581 - Fixed an issue where the Excel filter in the grid was not functioning correctly when localization was enabled.

PDF Viewer

Bug Fixes

  • #I638745 - Now, the sticky notes annotation is correctly added when the PDF Viewer window is resized to a smaller size, with the sticky annotation option available in the toolbar dropdown menu.
  • #I637865 - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
  • #I637742 - Now, the annotations are not missing, and no script errors occur when enableThumbnail and isThumbnailViewOpen are enabled.
  • #I634412 - Now, the stamp annotation is no longer missing when printing the imported annotations.

Pivot Table

Bug fixes

  • #I640765 - The cumulative percentage values will now be displayed correctly in the tooltip when hovering over the chart series of the Pareto chart.

QueryBuilder

  • #I639409 - Issue with "Custom operator not working properly in QueryBuilder While dynamically change locale property" has been fixed.

Bug Fixes

RichTextEditor

Bug Fixes

  • #I628053 - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.

  • #I553157 - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.

  • #I640949 - Now, image duplication is prevented when shiftEnterKey is pressed on a paragraph in the Rich Text Editor.

  • #I639924 - Now, the format toolbar will be updated properly when the cursor is in front of the table.

  • #I640818 - Now, being typed with zero-width-space works without any console error.

  • #I640976 - Now, the width and height attributes of images will reflect their specified values, rather than defaulting to auto, after insertion and replacement in the Rich Text Editor.

  • #I639718 - Now, when enableResize is set to true, the IFrame editor resize event will be unbound properly.

  • #I637651 - Now, the issue where the editor was lagging after inserting a mention value has been resolved.

  • #I641503 - Now the cutting and pasting list works properly in the rich text editor.

Schedule

Bug fixes

  • #I592841 - An issue where resizing was not functioning correctly in timeline views when using the startHour and endHour properties has been resolved.

Spreadsheet

Bug fixes

  • #I640754 - Issue with "image ID is not applied properly when inserting an image with an ID using the insertImage method" has been resolved.

Stepper

Bug Fixes

  • #I592870 - Now the issue with unable to navigate to the next step when the step's disabled state is dynamically updated in linear mode has been resolved.

  • #I640774 - Now the issue with progress bar misalignment during dynamic updates of the step label has been resolved.

Tab

Bug Fixes

  • #I640676 - An issue with the arguments returned in the selected event of the Tab when using the removeTab method with hidden Tab items has been fixed.

Tree Grid

Bug Fixes

  • #I625060 - Fixed an issue where the delete action would not function correctly when the expand/collapse icon was clicked repeatedly.
  • F61804 - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.

v27.1.53

15 Oct 09:11
Compare
Choose a tag to compare

3DChart

Bug Fixes

  • #I637725 - The first label on the y-axis is now positioned correctly.

AI AssistView

Bug Fixes

#I639994 - Now the issue with CSS syntax exception raised by the use of justifyContent property style in the AI AssistView has been resolved.

Feature

#640732 - Now we have provided localization support for the stop responding text in the AI AssistView.

Barcode

Bug Fixes

  • #I508544 - Now, the DataMatrix barcode is rendered properly with alphanumeric values.

Chart

Bug Fixes

  • #I637436 - Now, multilevel axis labels are working properly when RTL is enabled.
  • #I640682 - The border dash array now works properly for all series.
  • #I640585 - Now, the range area series works properly when the middle point's x value is set to 0.

Checkbox

Bug Fixes

  • #F60464- The issue with "checkbox state input element checked state was not update properly " has been resolved.

DashboardLayout

  • #I636600 - Panels overlapping when adding a panel dynamically using addPanel method in the Vue DashboardLayout component has been resolved.

Diagram

Bug Fixes

  • #I631866 - Now, The connectors can connect to ports even when their visibility is set to hidden.
  • #F194445 - The mouse cursor now updates correctly when entering the diagram canvas after changing tools at runtime.
  • #I635135 - The tooltip for a node is now displayed correctly when the node is grouped at runtime.
  • #I630934 - Now, The flipped annotations are readable when the corresponding node is flipped.

Dialog

Bug Fixes

  • #I633873 - Resolved the inconsistent resizing behaviour observed with the modal dialog.

DocumentEditor

Bug Fixes

  • #I628955 - Resolved the Pie chart color issue in Blazor word processor.
  • #I627890 - Resolved the error in opening the document.
  • #I631391 - Resolved the Word Preview Freezes Browser issue.
  • #I632707 - Resolved the issue of tables with complex structures that have cells wrapping to the next page are not rendered.
  • #FB61513 - Resolved the error when saving track changes.
  • #I631081 - Resolved the table looping issue while opening attached sfdt.
  • #I638813 - Resolved the XSS vulnerability issue.
  • #I635143 - Resolved the mailto issue in the Document editor.
  • #I632855 - Resolved script error when try to download the document with unposted comments.
  • #I627023 - Now SpellCheck API pass the custom header when using beforeXmlHttpRequestSend.
  • #I631727 - Resolved the issue bullet points loses it style.
  • #I636298 - Now stopProtectionAsync reject properly when entered wrong password.
  • #I626464 - Resolved the Characters get hidden when typing multi languages with Track changes OFF.
  • #I632911 - Resolved console warning for missing modules in document editor.
  • #I630998 - Now able to add text after a content control when no other element is next to it.
  • #I622732 - Resolved script error while delete content after search text.

Features

  • #I629004 - Added support for selecting revision in beforeAcceptRejectChanges event in document editor.
  • #I568983 - Provided support to refer external font in Document Editor.

DropDownList

Bug fixes

  • #I633865 - The issue with the selected item being incorrectly added to the popup in the dropdown list has been resolved.
  • #I912588 - The issue with filtered selected item in the Dropdown Tree component has been resolved.

FileManager

Bug Fixes

  • #I629895 - The scrolling performance of the File Manager component has been enhanced to enable smoother scrolling during drag-and-drop operations.
  • #I633879 - Improved error handling and null value management in File Manager component create folder and filterFiles operations.

GanttChart

Bug fixes

  • #I634857 - Parent dependency validation is not working properly issue has been fixed.
  • #I632390 - While collapsing parent custom color applied for child disappeared issue has been fixed.
  • #I635881 - taskMode is set to custom non-working days are not disabled when editing the Start Date and End Date columns issue has been fixed.
  • #I636598 - Duration field not updating in dialog box when setting the end Date as same as start Date issue has been fixed.
  • #I635782 - When the PdfTrueTypeFont property is used, the label value is not exported issue has been fixed.
  • #I637078 - Setting fontSize for labels does not working when exporting to pdf issue has been fixed.
  • #I635774 - Portrait mode not working in pdf export while using A0 page size issue has been fixed.
  • #I632226 - Performance delay occur during load time issue has been fixed.

Grid

Bug fixes

  • #I637799 - The issue with Excel custom filtering not working correctly with the Null or Empty operators has been resolved.
  • #FB61575 - The issue where the browser automatically scrolls to the grid when it is rendered with initially grouped columns has been resolved.
  • #I630298 - The issue where the dataStateChange event was not triggered when opening the filter menu for a Boolean column in custom data binding has been resolved.
  • I640964 - Resolved a script error that occurred when editing was disabled in Batch mode.
  • I638333 - Fixed an issue where clicking the Clear button in the sort responsive dialog incorrectly displayed all sort buttons text as None instead of their localized values.
  • I639750 - Resolved a script error that occurred during the initial rendering of auto-generated columns when resizing was enabled.
  • I638418 - Fixed a script error that occurred when opening the filter pop-up and navigating using the down arrow key.
  • I635845 - Resolved misalignment issues that occurred when resizing aggregate columns along with frozen columns.

Image Editor

Bug Fixes

  • The issue with "Localization issue in ImageEditor" has been resolved.
  • The issue with "redact with straightening not working properly" has been resolved.

Kanban

Bug Fixes

  • #I628570 - Now, the Kanban card filter and drag-and-drop functionality are now functioning properly, with only the filtered cards displayed when the field property is configured in both sortSettings and query.

ListBox

Bug Fixes

  • Issue with "Toolbar button state not updated properly while drag and drop with filtering and disabled listbox items" has been resolved.

PDF Viewer

Bug Fixes

  • #I638294 - Now, the notification dialog is not shown for search text with no matches when showNotificationDialog API is set to false.
  • #I636244 - Now, the annotation toolbar is programmatically opened on a mobile device using the showAnnotationToolbar method.
  • #I637351 - Now, the signature collection ID and ID from the addSignature event are the same on mobile devices.
  • #F194443 - Now, the tooltip is properly removed when programmatically removing a form field tooltip using the updateFormField API.
  • #I637350 - Now, the PDF Viewer does not stop responding when searching the text.
  • #I637275 - Now, the download option is disabled in mobile mode when enableDownload API is set to false.
  • #I633438 , #I633453 - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
  • #I619099 - Now, the delay in searching for text after completing text extraction has been reduced.
  • #I635120 - Now, the undo and redo functions for free text annotations, as well as the ability to change alignment and font size using the editAnnotation method, are now functioning correctly.
  • #I608686 - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
  • #I635119 - Now, after programmatically highlighting and deleting text, the text will not be highlighted again unless a new selection is made, as the selection is cleared when the delete method is called programmatically.
  • Now, the close button is clickable across all size scenarios when the thumbnail container is resized.
  • #I908781 - Now, the Form field data will be accurately preserved after scrolling, even when form fields with the same name are updated, and the form designer module is not included.

New Features

  • #I627469 - Added support for retrieving page details, such as the current page size, page rotation and zoom factor, through the getPageDetails.

Pivot Table

Bug fixes

  • The pivot table will now work properly while dynamically disabling grouping with the pivot chart enabled.

Schedule

Bug fixes

  • #FB61537 - An issue where a script error occurred when attempting to save an event after adding the NumericTextBox component in the editor template has been resolved.
  • #FB61371 - An issue affecting the identification of the startTime and endTime properties within the eventRenderedArgs for spanned events in the Month view has been resolved.
  • #I640650 - An issue where a script error occurred while setting setWorkHours in DST time has been resolved.

Spreadsheet

Bug fixes

  • #I639103 - Issue with "script error occurred when exporting to Excel with a filter set to the second sheet but not the first sheet" has been resolved.

Stepper

Bug Fixes

  • #F194542 - The issue with the text indicators disappearing when the disabled property is updated dynamically in the stepper component has been resolved.

Tree Grid

Bug Fixes

  • #F61461 - Fixed an issue where the scroll position was not maintained correctly when using enablePersistence.
  • #I635845 - The alignment issue with aggregates and treegrid columns has been fixed when allowResizing and frozenColumns are enabled.

TreeView

Bug Fixes

  • #I637759 - The issue with the collapseAll API not collapsing TreeView nodes correctly based on the specified node level in the TreeView component has been resolved.
  • #I912588 - The issue with filtered selected item in the DropdownTree component has been fixed.

v27.1.52

08 Oct 03:34
Compare
Choose a tag to compare

Accumulation Chart

Bug Fixes

  • #I637398 - Now, the percentage values of the pie chart points are updated when the legend is clicked.

Chart

Bug Fixes

  • #I605430 - Now, the chart height is set properly when applying the scale.
  • #I636350 - Now, the y-axis label is rendered properly when rotation is enabled.

ContextMenu

Bug Fixes

  • #I909790 - The issue with "When adding submenu item dynamically the parent menu item was returned wrongly in select event" has been resolved.

Diagram

Bug Fixes

  • #I632369 - Now, selector renders for newly added phase at runtime.
  • #I632361 - Now, Node will be draggable inside swimlane after adding new phase at run time.
  • #I632374 - Now, Height and Width of the lane will be updated properly.
  • #I632335 - Now, Node selection is restricted on diagram focus.
  • #I632371 - The resize cursor now updates correctly when hovering over the phase line.
  • #I632404 - Now, Rotating the flipped node will rotates its annotation along with the node.

DocumentEditor

Bug Fixes

  • #I636488 - Resolved the console error thrown when opening attached SFDT document.
  • #I630929 - Resolved the content not syncing properly after removing content control at the end of the document.
  • #I627161 - Resolved the RTL text formatting issue in Document Editor.

DropDownTree

Bug Fixes

  • #I636022 - Nodes with selectable as false cannot be expanded or collapsed using keyboard in Dropdown Tree has been resolved.

GanttChart

Bug fixes

  • #I634826 - Manual parent taskbar pdf export is not working properly issue has been fixed.
  • #I634832 - The issue about isShiftPressed property in the row selecting event was not maintained properly has been fixed.
  • #I633271 - Changing the events hitting order and add rowPosition property in actionBegin event issue has been fixed
  • #I634857 - Parent dependency validation is not working properly issue has been fixed.

Grid

Bug fixes

  • #I630299 - The issue where Virtualization loads indefinitely after applying Grouping, Filtering and scroll to the end has been resolved.
  • #F194538 - The issue where the UpdateCell method does not change the value of the primary key column in a newly added record before saving in batch mode has been resolved.
  • #I633129 - The issue where the IEditCell interface did not support the TextBoxModel property has been resolved.
  • #I633624 - The issue where the focus was moved out of the column chooser dialog when pressing the tab key on the cancel button has been resolved.
  • #I633945 - The issue where added records were not displayed while using CustomDataAdaptor with batch editing mode has been resolved.
  • #FB61502 - Resolved the script error occurs when enter key press with column spanning and hidden columns.
  • #I628507 - The issue where the reorder the stacked header with frozen column not working properly has been resolved.

Image Editor

Bug Fixes

  • The issue with "text annotation not proper in transformed state" has been resolved.
  • The issue with "image annotation not working properly in safari browser" has been resolved.

Kanban

Bug Fixes

  • #I628570 - Now, the drag-and-drop functionality for the kanban cards is now working properly without any errors when the configuration includes the field property in both sortSettings and query.

ListBox

Bug Fixes

  • #I628439 - Issue with "Handle the toolbar button state while filtering with disabled listbox items" has been resolved.
  • #I625107 - Issue with "The listbox Item template with filtering action related issues" has been resolved.

PDF Viewer

Bug Fixes

  • #I631430 - Now, the form field index is correctly calculated, and NaN is no longer added to the form field name when creating new fields from the designer in PDF Viewer.
  • #I634439 - Now, the value of the dropdown field name does not set to null in the formFieldCollections when the enableFormDesigner API is disabled.
  • #I631901 - Now, the keyboard shortcuts for the OpenOption are disabled when the OpenOption item is not included in the toolbar.

QueryBuilder

Bug Fixes

  • #I594200 - Issue with "Script error thrown while adding the new condition in complex data binding sample with template in angular" has been fixed.

RichTextEditor

Bug Fixes

  • #I638381 - Now, decreasing the indent for list items correctly preserves the paragraph format instead of converting them into a single paragraph in the Rich Text Editor.

  • #I627005 - Now, the issue where applying a list or alignment at the last line in Firefox caused the page to scroll to the top when the Rich Text Editor was rendered in an iframe has been successfully resolved.

  • #I625044 - Now, Resolved an issue where pasting mention chips inside a <span> resulted in unnecessary nested <span> tags in the Rich Text Editor.

  • #I636882 - Now, inserting the link with a URL as multiple spaces using the link dialog is prevented in the Rich Text Editor.

  • #I623355 - Now, the order list start attribute is maintained while copying and pasting content from Word document in the Rich Text Editor.

  • #I633767 - Now, the tooltip for custom toolbar items works properly in the Rich Text Editor.

  • #I631260 - Now, the Iframe editor's table border styles are handled with class names instead of tags.

  • Now the default font size and font family will be applied to the editor when the Iframe mode is enabled.

  • Now the browser spell check will work when the Iframe mode is enabled.

  • Now the editor content will have proper line height when the Iframe mode is enabled.

  • Now the Iframe editor's body element will have the class name e-content and then id.

  • Now, the issue where the page would scroll with the Iframe editor height set to auto when the table quick toolbar was opened has been resolved.

Schedule

Bug fixes

  • #FB61586 - The issue with the schedule component tooltip rendering outside the viewport has been fixed.

Spreadsheet

Bug fixes

  • #I633175 - The border styles will now display correctly when printing a sheet or workbook.