Closed Bug 3617 Opened 26 years ago Closed 26 years ago

GTK scrollbar not setting coordinates in event

Categories

(Core :: Layout: Form Controls, defect, P3)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: bruce, Assigned: pavlov)

Details

in handle_scrollbar_value_changed() in widget/src/gtk/nsGtkEventHandler.cpp, the
x and y values on the event are not set.  These values are attempted to be
accessed in nsViewManager::DispatchEvent():

aEvent->point.x = NSIntPixelsToTwips(aEvent->point.x, p2t);
aEvent->point.y = NSIntPixelsToTwips(aEvent->point.y, p2t);
Reassigning to Ramiro, not sure if Pavlov should get this.
Assignee: karnaze → ramiro
Assignee: ramiro → pavlov
Pavlov asked me to assign this over to him.
Status: NEW → ASSIGNED
have fix, waiting for chofmann to aprove.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
fix checked in.
Status: RESOLVED → VERIFIED
Looks good.
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze.  Widget Set component will be retired
shortly.
sorry for bugzilla spam.  trying to get these off my radar
Status: RESOLVED → VERIFIED
reVERIFYing...
You need to log in before you can comment on or make changes to this bug.