Bug 459768 - JavaFX toolkit - Action Error for Drag&Drop in Lists - Operation not supported by the selected toolkit
Summary: JavaFX toolkit - Action Error for Drag&Drop in Lists - Operation not supporte...
Status: CLOSED FIXED
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: All Windows 8
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 421595
  Show dependency tree
 
Reported: 2015-02-12 08:02 EST by Maissmaallsmyss Maulhs-Vvuillss CLA
Modified: 2015-03-11 06:19 EDT (History)
2 users (show)

See Also:


Attachments
Test results and logs (4.86 KB, application/zip)
2015-02-12 08:02 EST, Maissmaallsmyss Maulhs-Vvuillss CLA
no flags Details
test results - successful (538.58 KB, image/zip)
2015-03-11 06:19 EDT, Oliver Goetz CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maissmaallsmyss Maulhs-Vvuillss CLA 2015-02-12 08:02:08 EST
Created attachment 250749 [details]
Test results and logs

For a JavaFX application I get Action Error for Drag&Drop Actions in Lists - Operation not supported by the selected toolkit. While an action to select a list entry works fine. With any of 3 buttons types (right, left, middle) I get the same error, in the same time manually I can do drag and drop using each one of them. Drag and drop for graphical component does not help because I cannot specify seperate List entry as a component.

I use Jubula 8.1, Component type: ListView on a TitledPane. I can simulate Drag & Drop via double click on a List in general with a position specified (X, Y), but is is only partially workaround, because in this way I can move the item from one list only to the end of another list and not to any other needed place. And it is really very inconvenient due to that I have three lists with multiple entries and the amount of entries will be even more later on. That´s why I regard this issue as blocker and would really appreciate help.
Comment 1 Alexandra Schladebeck CLA 2015-02-13 04:27:19 EST
Marcel, I can't check from here but I thought we had drag and drop tests for lists. Can you check / confirm / deny? Thanks!
Comment 2 Marcel Hein CLA 2015-02-13 05:04:49 EST
We don't have any tests and no implementation of D&D on lists, we only throw a not supported exception. We should fix that.

Implementing Drag&Drop - 1 SP
Adding CaA Test - 1 SP
Comment 4 Oliver Goetz CLA 2015-03-11 06:18:14 EDT
Tests are executed successfully
Comment 5 Oliver Goetz CLA 2015-03-11 06:19:13 EDT
Created attachment 251457 [details]
test results - successful