Sencha Ext JS 7.8.0
Released: May 21, 2024
7.8.0 での更新項目
機能
- Incorporated Froala as a new feature for the classic toolkit.
- The checkbox's color shade will now be adjusted to align with the user's chosen color scheme for the material theme.
- Enhanced support for read-only cells, specifically addressing improvements when utilizing 'paste' functionality through the clipboard.
不具合の修正
- Keydown and keyup events for child rows were absent in the Ext.grid.Grid for the modern toolkit. This issue has been addressed for enhanced functionality.
- The Combobox with a virtual store that conceals the picker should stay apparent while scrolling, enabling users to choose the desired record.
- If the MessageBox is triggered by the ENTER key and the OK/YES buttons are disabled through developer-specified mechanisms such as input validation, etc., the callback handler for these buttons will not be allowed to trigger.
- Charts' SVG engine fails hiding labels from charts. Charts' SVG engine When clicking on a legend bar, the bar would hide, but the associated label remained visible in the Ext.draw.engine.Svg engine. The resolution ensures that both the bar and label are now consistently hidden simultaneously, and vice versa.
- Incorporating an 'id' field in the combo store has the potential to trigger unhandled errors during typeahead functionality.
- Resolved an issue where tab focus was not functioning on anchor tags within the DataView element, ensuring accessibility and proper focus on links during tab navigation. Tab focus not working on anchor tag in DataView element.
- Resolved an issue where calling ensureVisible on a hidden component resulted in an infinite loop.
- Fixed an issue where rows inadvertently became editable upon reloading the store after clicking the action column; the update ensures that rows remain non-editable after store reloading. Row becomes editable after reloading of store on click of action column.
- Configuring Ext.MessageBox.wait with text will now prevent the display of percentage progress the next time it is not called with text.
- Addressed an issue in Grid with Cell Editor where the ComboBox failed to expand upon trigger click.
- Grid now updates the scroller size appropriately when resizing.
- The "Done" button is now correctly translated for the picker and datepicker in the Japanese locale file.
- Fixed issue preventing the re-expansion of a form configured with "msgTarget: under".