Bug #2252
WTreeView drag operation not working with boostrap theme
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
09/25/2013
Due date:
% Done:
0%
Estimated time:
Description
Yesterday I tried to get a drag&drop operation from a WTreeView to some other place to work without any success. I use the bootstrap theme in my application. I debugged and found out the the javascript seems to be the problem here. It is unable to detect a selected item because the css class "Wt-selected" is used directly. Different themes seems to have different classes for selected items. These selected class name is available with WApplication::instance()theme()>activeClass() as it is used for the WTreeTable class already.
I changed the source for me and put a pull request on github already.
Updated by Florian Ransmayr over 9 years ago
Hey there sorry to disturb again. I just wanted to know if this will be included in 3.3.1 as well?
Thanks a lot
Florian