jQuery、ASP.NET MVC、HTML 5、CSS に特化したイン フラジスティックスのコントロール群は、高度な Web ユーザー エ クスペリエンスの実現を強力にサポートします。Web テクノロジ ーの強固な基盤をプラグインや機能拡張を使用せずに構築で きます。
インストール
ダウンロード
Ignite UI 2014.2 SR ダウンロードリリース ノート
日本語版で報告されたバグ コンポーネント カテゴリ 説明AngularJS 機能の向上 $scope.valueVariable の値が変更された際に、igHtmlEditor のコンテンツが変更されな い問題。
注:
$scope 変数から igHtmlEditor までの OneWay データ バインディングを追加しました。
igCombo バグ修正 nullText オプションが設定される場合、value の API メソッドは要件の検証に影響しない問 題。
igEditor バグ修正 iOS8.2 のモバイル Safari でドロップダウンから項目を選択できない問題。
igGrid バグ修正 複数列ヘッダーおよび列固定が有効な場合、ブラウザーの垂直スクロールバーはマウス ホイール によって移動されない問題。
注:
もマウス ホイールによってページをスクロールできません。
igGrid 機能の向上 W3C WAI-ARIA サポート
注:
igGrid は W3C WAI-ARIA の仕様に準拠します (http://www.w3.org/TR/wai-aria /)。これにより、igGrid データを読み上げるスクリーン リーダー機能を有効にできます。
igGrid.accessibilityRendering オプションはサポートされません。
igGrid (ColumnHiding) バグ修正 メモリ リークが Internet Explorer 10 で並べ替え/非表示機能で発生される問題。 注:
この問題は Internet Explorer 10 でのみ発生します。非表示機能が有効な場合に Internet Explorer 11 では問題がありませんでした。
igGrid (ColumnResizing) バグ修正 Internet Explorer 8 で、deferredResizing および Paging が有効な場合に列をサイズ 変更する際にガイド線が表示されない問題。 igGrid (Filtering) バグ修正 フィルター条件アイコンのツールチップが誤解を招く可能性のある問題。 注: フィルターが simple の場合、フィルター エディターのドロップダウン ボタンのツールチップは「適用 済みのフィルター: なし」です。 ドロップダウンからフィルター条件が選択された場合、ツールチップは選択されたフィルター条件にな ります。フィルターがクリアされた場合、ツールチップは「適用済みのフィルター: なし」になります。フ ィルター条件が変更された場合もフィルターが適用されない場合は「適用済みのフィルター: な し」と表示されます。
igGrid (Filtering) バグ修正 フィルター ダイアログが開いているときに、グリッドが破棄される際にハンドルされていない TypeError が発生される問題。 注: フィルター ドロップダウンが開いている場合、グリッドの API または igGridFiltering の破棄が 呼び出された際に JavaScript エラーが発生されます。ドロップダウンを閉じるときにエラーが発 生します。この期間は filterDropDownAnimationDuration オプションによって設定でき、 デフォルト値は 500 ミリ秒です。 igGrid (Filtering) バグ修正 右または左の矢印キーがフィルター操作のすぐ後にで押されると、キャッチされない TypeError がスローされる問題。 注: フィルターおよび選択機能が有効で、フィルターが適用された後に表示するレコードがない場合、 フォーカスがフィルター フィールドにあり、キーボード ナビゲーションを使用する際に JavaScript エラーは発生されます。 igGrid (Filtering) バグ修正 フィルター アイコンのツールチップが説明を正しく表示しない問題。
igGrid (Filtering) 機能の向上 simple モードでフィルター条件を変更した際にフィルターを開始できない問題。 注フィルターが適用され、フィルター条件が変更されたとき、フィルターを再実行します。:
igGrid (Filtering) 重大な変更 (API) igGridFiltering.dataFiltering ui.expressions は ui.newExpressions に名前を変 更しました。
igGrid (Knockout) 新機能 列固定が KnockoutJS で操作しない問題。 注:
igGrid (MergedCells) 重大な変更 (その他) 仮想化が有効な場合、グリッドが下へスクロールされた際、セルの結合がキャンセルされる問題。 注:
有効な場合、セル結合の最初の結合状態は最初の並べ替え操作の後でのみクリアされます。
igGrid (Updating) 重大な変更 (その他) セルが変更された場合、ESC キーの押しは以前の値に戻ります。
igGrid (Updating) 機能の向上 グリッドの幅が % で指定される場合、ブラウザー ウィンドウがサイズ変更された際に [OK] およ び [キャンセル] ボタンは再配置されない問題。 注: [OK] および [キャンセル] ボタンの配置はブラウザー ウィンドウのサイズ変更で再計算されま す。 igGrid (Virtualization) 機能の向上 行の仮想化が有効な場合、キーボードによりスクロール動作は正しく操作しない問題。 注: キーボードにより選択のアクティブな要素の変更により行の仮想化があるグリッドのスクロールを向 上しました。 igGrid (Virtualization) バグ修正 仮想化が有効で特定のデータにバインドしている場合、ユーザーがマウス ホイールでスクロール ダウンできない問題。 注: マウスでスクロールできますがマウス ホイールでのスクロールは正しく動作しません。仮想化が有効 で widow リサイズ イベントでグリッドの高さが変更されると、行の高さがグリッドの高さと同じにな ります。
igGrid (Virtualization) バグ修正 仮想化が有効でグリッドの高さが window リサイズ イベントで 注:
回避策として、グリッドの高さをオプションで設定した後に $("#grid").height(''); を呼び出す 方法があります。
igGrid (Virtualization) バグ修正 データ バインディングで igGrid を含むタブが選択/表示されない場合、データ コンテンツが表示 されない問題。
注:
グリッドが jQuery UI TAB にあり、タブが最初にアクティブではない (表示されない) 場合、タ ブが表示される際にグリッドにコンテンツはありません。
igPopover 重大な変更 (API) 親に ID がなく、複数の項目で初期化される場合、igPopover が操作しない問題。
MVC Wrappers (Grid) 機能の向上 データ バインド時に Grid MVC Wrapper によって必要のない "select top(1)" SQL クエ リが作成される問題。 注: データにバインドするときに、グリッドの MVC ラッパーの追加の "select top(1)" SQL クエリを 削除しました。
その他のバグ
コンポーネント カテゴリ 説明 igChart バグ修正When using Knockout with the chart and the items in the data array are made observable, tooltips do not display properly.
igChart バグ修正
Name field missing from stack fragments when calling exportVisualData API method
igChart バグ修正 SimulateHover doesn’t work appropriately for stack fragments
igChart バグ修正
Setting series after initialization does not work
Note:
frist.
igCombo バグ修正
Unchecked item is preserved inside the editor and re-checked in the list when checking anothet item
igCombo バグ修正
Combo with large data source (such as 100,000 items), with autoComplete enabled, sometimes drops keystrokes
igCombo バグ修正 selectionChanged event is fired when selection should not be changed
igCombo バグ修正
When using multiSelection : "onWithCheckboxes", a single selected with checkbox item doesn’t change its state after the first change
igCombo バグ修正 The validatorOptions are not reflected when set at runtime
igDataSource バグ修正
The transformedData method returns inconsistent result after every call.
Note:
When calling transformedData('afterfilteringbeforepaging') result is incorrect if before this are called
transformedData('priortofilteringandpaging') or transformedData('afterfilteringandpaging')
igDialog バグ修正 Resizing is not working properly from the top border of the window
igEditor バグ修正
Entering accent characters removes all entered character afterwards in Mac OS X Safari
igEditor バグ修正
Uncaught TypeError is thrown when a numeric cell enters edit mode in igGrid Updating
Note:
igEditor バグ修正 igTextEditor maxLength throws exception when the value is null
igGrid バグ修正 Cannot bind grid to $.ig.FunctionDataSource
igGrid バグ修正
Cell focus does not wrap around with TAB key press
Note:
Resolved an issue with focusing elements during edit mode that could cause focus to escape the grid incorrectly during edit cell transitions.
igGrid バグ修正
Destroying igGrid while it requests the remote data will result in JavaScript error
igGrid バグ修正
When dataSourceType is URL and dataSource is URL without containing http or https (and having symbols like “/” or “:” ) a JavaScript exception is thrown
igGrid バグ修正
Not all of the columns have the proper width when they are auto-generated and defaultColumnWidth is "*".
Note:
Some of the columns are not auto-resized and content in some of the rows is cut(this issue could be replicated in Chrome/Firefox)
igGrid バグ修正
Uncaught TypeError: td.parent is not a function exception thrown when Tab key is pressed on the last cell from particular group with read-only unbound column
Note:
Resolved an issue with navigating the edit cell using TAB in a grid with GroupBy enabled an read-only unbound column causing certain TAB sequences to cause exceptions.
igGrid バグ修正
The "ui-widget-content ui-iggrid-tablebody ui-ig-record ui-iggrid-record" classes are not applied to TBODY element in Google Chrome
igGrid (ColumnFixing) バグ修正
"Fix column" button should not be shown in the Feature Chooser when showFixButtons is false
igGrid (ColumnFixing) バグ修正
When fixed virtualization is enabled and you call unfixColumn API method for unfixed column another vertical scrollbar is rendered and the result is true.
igGrid (ColumnFixing) バグ修正
When RowSelectors and ColumnFixing are enabled adding a new row makes the rows misaligned.
igGrid (ColumnFixing) バグ修正
Column Fixing does not have columnUnfixingRefused event.
Note:
columnUnfixingRefused event is added to the Column Fixing feature igGrid (ColumnFixing) バグ修正
When there is fixed column and update row via Row Edit Template dialog the row increases its height
igGrid (ColumnFixing) バグ修正
When Multi-Column Headers and Row Selectors are enabled, there are initially fixed columns and the grid is bound to an empty data source the headers are not rendered correctly.
Note:
The bug could be reproduced only if the data source is empty and row selectors are enabled.
igGrid (ColumnHiding) バグ修正
Memory usage increases with Hiding feature
Note:
igGrid (ColumnMoving) バグ修正
Moving dropdown is not shown when clicking on moving indicator(when column's width exceeds width of the grid container)
igGrid (ColumnMoving) バグ修正
Elements of the tree in Column Moving dialog move even if columnMoving event is cancelled.
igGrid (ColumnMoving) バグ修正
Dragging a column from the column moving dialog to the same place throws an error and the dragging tooltip does not disappear
igGrid 機能セレクター バグ修正
When the grid has horizontal scrollbar and it is in container with 'float: right' style the Feature Chooser does not appear on the right place.
igGrid 機能セレクター バグ修正
It is not possible to TAB between elements inside modal dialog of GroupBy/Multiple Sorting/ColumnChooser
igGrid (Filtering) バグ修正
When column dataType is not defined filtering a column will throw a JavaScript error
igGrid (Filtering) バグ修正
Clearing a filter with the UI clears filters set with the defaultExpressions property in the column settings for columns without the filtering UI allowed
igGrid (Filtering) バグ修正 Hide/show filter from the feature chooser hides a column in the grid
igGrid (Filtering) バグ修正
Using advanced filtering on unbound combobox column results in JavaScript error
Note:
When you filter data-bound column and after unbound column through advanced filtering a JavaScript error is thrown and no filter is
igGrid (Filtering) バグ修正
Uncaught TypeError is thrown when "Yesterday" condition is selected
Note:
Fixed issue in filtering when "Yesterday" condition is selected and the data for the related field contains null values.
igGrid (Filtering) バグ修正
Advanced filtering mode in igGrid builds wrong filtering expression when column header texts are the same for multiple columns
Note:
Wrong filtering expression are not generated properly only if there are columns with duplicated headerText(and advanced filtering is enabled).
igGrid GroupBy バグ修正
When grouped columns are sorted or re-ordered no event is fired.
Note:
The events groupedColumnsChanging/groupedColumnsChanged now trigger when changing sort direction or order of the grouped columns
igGrid GroupBy バグ修正
When changing sort direction of the grouped column the grid layout breaks in Internet Explorer and the browser crashes
igGrid
(igGridExcelExporter) バグ修正 Summaries are not exported when upper case of summary type is used igGrid
(Multicolumn headers) バグ修正
When the grid has width, the indicators of the last column of a group receive indentation incorrectly
igGrid (Paging) バグ修正 Grid's pager not part of the TAB keyboard sequence in Internet Explorer
igGrid (Paging) バグ修正
delayOnPageChanged incorrectly applies when explicitly choosing a page from the paging dropdown
igGrid (Row Edit Template) バグ修正
ui.KeepEditing = true is disregarded when editMode is set to "rowedittemplate"
igGrid (RowSelectors) バグ修正
Clicking on a Row Selectors column is throwing JavaScript error when requireSelection: false
igGrid (Selection) バグ修正
When using keyboard navigation to move selection from the first row-first cell to the last row-last cell the horizontal scrollbar does not update its position and the selected cell is not visible.
igGrid (Selection) バグ修正
When you scroll horizontally with column virtualization enabled the active cell does not update.
igGrid (Selection) バグ修正
When a range of cells is selected and then you press DOWN or UP keys the grid is not scrolled when virtualization is enabled.
igGrid (Selection) バグ修正
Selection does not work correctly on touch devices when there are two grids
igGrid (Selection) バグ修正
When using keyboard navigation to move selection from the last row- last cell to the first row- first cell the horizontal scrollbar does not update its position and the selected cell is not visible.
igGrid (Selection) バグ修正
Page does not scroll when using keyboard navigation and the grid has no height.
Note:
Resolved an issue with navigating the grid with Selection's activation not modifying the scroll position of elements outside the grid or the browser to keep the active element in view.
igGrid (Selection) バグ修正
If a row is visible when virtualization is enabled, calling selectRow API selects the wrong row
Note:
Resolved an issue with selectRow and selectCell API functions when virtualization is enabled and the grid is scrolled into view of the element to be selected resulting in the selection of another element.
igGrid (Selection) バグ修正 Selection by mouse is not possible if touch is detected.
igGrid (Sorting) バグ修正 Sorting through the sorting dialog doesn't apply sorting styles igGrid (Sorting) バグ修正
When sorting is disabled hiding and showing a column applies the sorting style
igGrid (Tooltips) バグ修正
Tooltip does not stay visible if it shows by tapping and holding a cell
Note:
On touch-enabled devices or desktop environments with touch screens using Windows 8.0 & Internet Explorer 10, tapping to show a tooltip will no longer immediately close the tooltip when the interaction ends.
igGrid (Tooltips) バグ修正
When hovering on the last row Tooltip is shown but is not visible in the viewport
igGrid (Tooltips) バグ修正
Tooltip with 'popover' style does not close on iPad
Note:
When touch environment is detected, the igGridTooltips will create its popovers with close buttons enabled so that the popover can be hidden by the end-user without having to trigger a focus out of the grid.
igGrid (Updating) バグ修正
Combo editor's selectionChanged event does not raise after new value rollbacks by hitting ESC key
Note:
Using ESC to revert to the original value of a combo editor during edit mode in igGrid will correctly cause selectionChanging/Changed events to fire.
igGrid (Updating) バグ修正
Active date value on date picker is not reflected to the date cell value
Note:
Resolved an issue with igGridUpdating closing the date picker calendar and moving editing to another cell instead of accepting a date picker value changed when Enter key is pressed while navigating the date picker calendar with the keyboard.
igGrid (Updating) バグ修正 Done and Cancel buttons don't show on Internet Explorer 8
igGrid (Updating) バグ修正
Calling setCellValue for a column/rowId combination that has an original value of null results in a JavaScript exception that the property isn't found
Note:
Resolved a regression with setCellValue causing an exception to be thrown when the property updated has a null value in the data source.
igGrid (Updating) バグ修正
When entering value greater than max value or less than min value, the next entered cell value changes to the last modified cell value
igGrid (Updating) バグ修正
textChanged event does not trigger when edited text is reverted by hitting ESC key
When pressing ESC to revert to the default value of an editor inside igGrid during edit mode, textChanged events will be correctly fired by the editor control.
igGrid (Virtualization) バグ修正
When continuous virtualization, Sorting and Hiding are enabled cancelling a sort action breaks the layout of the grid
igGrid (Virtualization) バグ修正
In Internet Explorer 8 continuous virtualization will quickly change rows' height creating a flickering effect
igHierarchicalGrid バグ修正
Event igChildGridCreating/igChildGridCreated are not fired when initialDataBindDepth is 0
Note:
There is new event - childGridRendered.It is fired when child grid is rendered
igHierarchicalGrid
(GroupBy) バグ修正
Groups of childs are not created correctly after data binding hierarchical grid with grouped child and persistence
igHierarchicalGrid
(Tooltips) バグ修正
When expanding a row in hierarchical grid and databind tooltips are not shown
igHierarchicalGrid
(Updating) バグ修正
When Row Edit Template is enabled and there is grouped column when expanding row Row Edit Template dialog is shown
igHierarchicalGrid
(Updating) バグ修正
Pressing Enter key does not exit edit mode
Note:
Resolved an issue with igGridUpdating which caused the same edited cell to be repeated if there is only one record in the data source and the end-user presses enter to commit.
igHtmlEditor バグ修正 Special characters (; , / ?: @ & = + $) are not encoded properly igHtmlEditor バグ修正 Table cannot be inserted when the <p> tag was removed
igHtmlEditor バグ修正
HierarchyRequestError when attempting to edit a hyperlink using the "Insert Hyperlink" button
igHtmlEditor バグ修正 "Insert Ordered List" button does not contain a tooltip igPivotGrid バグ修正 igPivotGrid is not correctly sorted
igPopover バグ修正
Tooltip does not show at the correct position after some of the columns are fixed
igPopover バグ修正 When hovering on a cell popover is not shown
igUpload バグ修正 startupBrowseButtonClasses is not applied to igUpload button
igUpload バグ修正
Drag and drop files doesn't work
Note:
When trying to upload files using drag and drop and mode is single it is not possible to upload and custom error is thrown.As workaround it could be set mode: 'multiple'.If it should behave as single mode then you can bind to event fileSelecting and to check how many uploading files there are( which are not finished/cancelled) - if more than 1 then cancel the event. KnockoutJS (igCombo) バグ修正
selectedItems option as observable in the KnockoutJS extension for the igCombo is not working
KnockoutJS (igCombo) バグ修正
When enabling and using the clear button for the igCombo, the observable should be updated as well
KnockoutJS (igEditors) バグ修正
Exception ” Cannot read property 'toString' of undefined” is thrown in the Knockout extension when the observable is undefined.
MVC Wrappers (Grid Updati
ng) バグ修正
DefaultValue property in MVC wrapper accepts only string values and is not applicable for column types different than string