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)
Tracking
()
VERIFIED
FIXED
M8
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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 1•26 years ago
|
||
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.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Added CaptureMouse method to nsIWidget.
Implemented CaptureMouse for WIN32.
Added default implementation of CaptureMouse to nsBaseWidget which returns
NS_OK.
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.
You need to log in
before you can comment on or make changes to this bug.
Description
•