Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
NFC を介した onBeforeActiveLost リスナの使用の修正

NFC では、この動作をサポートするイベントのデフォルトのハンドラをキャンセルする機能が 4.2.4

...

から導入されました。キャンセル可能なイベントは次のとおりです。
テーブル - onSort
ウィンドウ - onMinimizing、onMaximizing、onRestoring
その他 - onKeyUp、onKeyDown、onKeyChar、onBeforeActiveLost
CancelableEvent の拡張である実際の NFC イベント型 (CancelableEvent を含む) とそれに対応する属性を次に示します。
 
BeforeActiveLostEvent - com.nexaweb.nfc.events
 onBeforeActiveLost
onBeforeActiveLost
KeyEvent - com.nexaweb.nfc.events
 onKeyUp, onKeyDown, onKeyChar
onKeyUp、onKeyDown、onKeyChar
TreeTableSortEvent - com.nexaweb.nfc.events
 onSort
onSort
IdDescription
CancelableEvent - com.nexaweb.nfc.events
 onMinimizing, onMaximizing, onRestoring

New attribute textSelectionPolicy
This attribute determines how selected text is drawn when the text component is not focused.  It has two values, “always” and “focused”.  The default is “focused”.

Defects Resolved

onMinimizing、onMaximizing、onRestoring

新しい属性 textSelectionPolicy

この属性によって、テキストコンポーネントがフォーカスされていない場合の選択テキストの描画方法が決定されます。2 つの値 "always" および "focused" があります。デフォルトは "focused" です。
 
解決した欠陥
 
ID
説明
5887
712-2513597 - comboBox
commit happens between the onBeforeActiveLost and onCommand events
のコミットが onBeforeActiveLost イベントと onCommand イベントの間に行われる。
5884
712-2508348 - printElement
javaDocs incomplete
javaDoc が不完全。
5927
712-2558034 -
using onBeforeActiveLost listener via NFC
NFC を介した onBeforeActiveLost リスナの使用。
5851
712-2423401
Setting the
- <exception-handler>
tag to empty does not prevent error dialog
タグを空に設定しても、エラーダイアログボックスが回避されない。
5951
712-2567544 - onContextMenu()
is not being fired for a chart widget
がチャートウィジェットに対して発生しない。
5889
開く際に comboBox で Shift + Tab
in a comboBox when open transfers focus from the listBox to the textField
を押すと、フォーカスが listBox から textField に移動する。
5912
TextArea
, selectedStyle overwrites unchanged styles
textArea で、変更されないスタイルが selectedStyle によって上書きされる。
5913
TextArea ... update DOM with rich text marking changes
5918textField raises exception in validation situation
5956712-2572725 Japanese characters within Loading Screen
5996Selection of underline rich text does not always draw the underline
5997Add textSelectionPolicy attribute
5998Undo/Redo with rich text loses style
5999Undo/redo of setSelectedStyle does not work
5845712-2445340 The position of vertical scroll bar when add a new row to table by Macro/MCO
5894712-2518904 "selected" attribute of the <listItem/> in a <comboBox/>
5906712-2521236 Focus movement starts from a selected position by keyboard in a table
5937712-2560450 onActiveLost event doesn't file when mouse clicks on a cell with CDATA type
6150712-2718277 - Cannot tab out of textField/editable comboBox after modalAlert has fired

Special Notes

5887
The "text" and "value" attributes of a comboBox component will reflect whatever the text onscreen is. For example, if you open the list box and use the keyboard to navigate between list items, the "text" and "value" of the combo box will reflect the highlighted list item. If you click away or hit the Escape key, the old text/value will be rolled back too.

5889
Shift+Tab now moves focus to previous UI component.

5845
Scroll bars in tables now work as follows: if a row is selected, the table will stay scrolled to that row unless the user/developer changes the scrolling of the table, either by using the scrollbars manually or by setting the scroll position via XML. If the scroll position is changed in that way, the table will remain scrolled to the position specified until the user/developer changes the scrolling again or until a new row is selected. In addition, when a new selected row is appended to the table, the table will now scroll to that selected row instead of to just above that selected row.

...

textArea - リッチテキストのマーキングの変更で DOM が更新された。