Bug 443214

Summary: setting slider value emits event in gtk
Product: [openSUSE] openSUSE 11.1 Reporter: Arvin Schnell <aschnell>
Component: YaST2Assignee: Forgotten User h13THG8RK1 <forgotten_h13THG8RK1>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: forgotten_h13THG8RK1
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: example script

Description Arvin Schnell 2008-11-09 19:47:59 UTC
Setting the value of a Slider emits a UI event using Gtk. This is
different from the Qt behavior and seems wrong according to:

http://forgeftp.novell.com/yast/doc/SL11.1/tdg/UI-Events.html
Comment 1 Arvin Schnell 2008-11-09 19:50:28 UTC
Created attachment 250923 [details]
example script

Adding size values in the InputField updates the slider. This
again updates the InputField so what you just typed gets modified.
Comment 2 Forgotten User h13THG8RK1 2008-11-10 16:38:42 UTC
Yep, it's a bug. Added some convenience hooks and reformed things a bit, so hopefully we won't make more mistakes when mapping GTK events to YWidget ones.

Will ask someone to package -gtk shortly after fixing bug 442052.