Actions
Bug #4775
closedWAbstractItemView regression: spurious select on middle or right mousedown
Start date:
02/28/2016
Due date:
% Done:
0%
Estimated time:
Description
WAbstractItemView treats mousedown on middle/right mouse buttons as a select since github fd45eb4. Previously, these mousedowns were ignored for select purposes and the new behavior interferes with right mouse button context menus. The middle/right mouse select behavior can be observed in the widgetgallery MVC views, e.g. http://www.webtoolkit.eu/widgets/trees-tables/mvc-item-models.
Attached for your review is a one-line patch that should apply cleanly to latest github, 3.3.5-12-g989944d, although it was tested (lightly) against a different version of Wt.
Files
Updated by Koen Deforche over 8 years ago
- Status changed from New to Resolved
Hey Bruce, thanks. Indeed, we didn't think of that.
Updated by Koen Deforche over 8 years ago
- Status changed from Resolved to Closed
- Target version set to 3.3.6
Actions