Bug 78561 - [consistency] Slider does not fill selection's detail on trough click
Summary: [consistency] Slider does not fill selection's detail on trough click
Status: RESOLVED DUPLICATE of bug 51995
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2004-11-12 17:15 EST by Grant Gayed CLA
Modified: 2004-11-30 09:12 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2004-11-12 17:15:07 EST
- run the ControlExample, Slider/Scale tab
- turn on the Selection listener
- click in the Slider's trough (to the right of the thumb)
  -> on gtk the selection event's detail is 0
  -> everywhere else it's PageDown (16777222)
Comment 1 Steve Northover CLA 2004-11-15 15:51:49 EST
FH to check this out.  It's possible that this information simply is not 
available on GTK.
Comment 2 Felipe Heidrich CLA 2004-11-24 17:26:58 EST
See Bug#51995

Scrollbar, Slider, Scale are all subclasses of GtkRange.
Comment 3 Grant Gayed CLA 2004-11-30 09:12:52 EST

*** This bug has been marked as a duplicate of 51995 ***