assertj / assertj/assertj-swing
Drag moves the tree node a bit and drops there, doesn't reach correct destination
- 主要言語
- Java
- スター
- 121
- フォーク
- 52
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
_Issue by **[prateek gangwal](http://jira.codehaus.org/secure/ViewProfile.jspa?name=prateek)** from Tue, 6 Apr 2010 04:29:48 -0500_
_Originally opened as http://jira.codehaus.org/browse/FEST-325_
---
I am trying to simulate drag and drop functionality across tress. I am doing following:-
myApp.drag("ABC.tree", "General/Label");
myApp.drop("XYZ.tree", "Start");
to drag Label node of ABC.tree to Start node of XYZ.tree.
The framework is able to identify the ABC.tree and also locates the General/Label, then it does try to drag but it doesn't reach Start node of XYZ.tree. It moves Label node a bit and just drops it there whereas Start node is much further from there. Any idea, what is going wrong.
I am getting java.lang.RuntimeException: java.lang.Exception: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
Any help on this will be great!
---
votes (original issue): 0
watches (original issue): 0
コントリビューションガイド
調査の方向性
まず、報告された呼び出しシーケンス myApp.drag("ABC.tree", "General/Label") に続いて myApp.drop("XYZ.tree", "Start") を再現し、結果として生じる移動と InvocationTargetException を調べます。ツリーノードのドラッグアンドドロップのエントリポイントを追跡します。Label ノードが近くで停止せずに Start ノードまで到達し、報告された例外が発生しなければ完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- desktop, testing-qa
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100