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)
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);
Comment 1•26 years ago
|
||
Reassigning to Ramiro, not sure if Pavlov should get this.
Updated•26 years ago
|
Assignee: karnaze → ramiro
Reporter | ||
Updated•26 years ago
|
Assignee: ramiro → pavlov
Reporter | ||
Comment 2•26 years ago
|
||
Pavlov asked me to assign this over to him.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
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.
Assignee | ||
Comment 7•26 years ago
|
||
sorry for bugzilla spam. trying to get these off my radar
You need to log in
before you can comment on or make changes to this bug.
Description
•