Bug 344686 - [GTK] Cannot enable/disable breakpoint by clicking checkbox
Summary: [GTK] Cannot enable/disable breakpoint by clicking checkbox
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux-GTK
: P3 major (vote)
Target Milestone: 3.7 RC1   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 06:15 EDT by Dani Megert CLA
Modified: 2011-05-06 17:00 EDT (History)
9 users (show)

See Also:
gheorghe: review+


Attachments
fix (7.34 KB, patch)
2011-05-05 14:23 EDT, Silenio Quarti CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2011-05-04 06:15:33 EDT
+++ This bug was initially created as a clone of Bug #344642 +++

Same problem on Linux GTK 3.7 M7 - works on 3.6.

1. Open a Java file and add a breakpoint
2. Switch to the Debug perspective
3. Try to disable the breakpoint by slowly clicking the checkbox
   in the Breakpoints view --> not possible

Or use ControlExample steps as given in bug 344642 comment 3.
Comment 1 Silenio Quarti CLA 2011-05-05 14:23:56 EDT
Created attachment 194858 [details]
fix

This patch determines whether the drag operation will start when the timeout expires depending on the wigdet (false for Tree/Table/List, true for other widgets).
Comment 2 Silenio Quarti CLA 2011-05-06 16:22:34 EDT
Changes for Bug#336408 broke this.
Comment 3 Silenio Quarti CLA 2011-05-06 17:00:40 EDT
Fixed > 20110506