Is there any way to determine if a scrollbar was clicked from a DOM event? I'm working on a browser that uses the gtk embedding widget and I can't figure out if this is even possible or not. Currently, button click events get reported by the widget if a click happens in the scrollbar trough area, but not if a click happens on the slider. If I want to show a popup menu on a middle click, this is a problem because middle clicking in the scrollbar trough, which 'jumps' the slider position to the click position, will also display the popup menu. So, either the embedding widget needs to not report click events that happen in the scrollbar area or I need a way to determine from the DOM event where the click happened. Thanks, -Josh
