Actions
Bug #1377
closedfile tree is "selected" in treeview-dragdrop
Start date:
07/30/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello!
I tried treeview-dragdrop in Google Chrome 20.0.1132.57. It works, but file tree is filled as if it was selected.
See screen shot.
Files
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.3
Hey,
We've noticed this changed behaviour with Google Chrome too and fixed this in git.
The workaround is to add to your CSS:
.unselectable {
-webkit-user-select: none;
}
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
Fixed in Wt 3.2.3 RC1.
Actions