Closed Bug 7068 Opened 26 years ago Closed 25 years ago

[BLOCKER] nsIWidget :: NS_IMETHOD CaptureMouse(PRBool aCapture) is not implemented on WIN32

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: kmcclusk, Assigned: kmcclusk)

Details

CaptureMouse is not implemented on WIN32. This prevents comboboxes from popping up their list when the user selects the frame of the window, the desktop or another application's window.
Status: NEW → ASSIGNED
Target Milestone: M7
The calls to use on Win32 are SetCapture and ReleaseCapture. When this is working on Win32 need to file bugs for Mac and Linux to get them implemented as well.
Target Milestone: M7 → M8
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Added CaptureMouse method to nsIWidget. Implemented CaptureMouse for WIN32. Added default implementation of CaptureMouse to nsBaseWidget which returns NS_OK.
Component: Widget Set → HTML Form Controls
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.
Status: RESOLVED → VERIFIED
code level fix, marking verified.
You need to log in before you can comment on or make changes to this bug.