Closed
Bug 13644
Opened 25 years ago
Closed 25 years ago
dropdown widget loses window on click
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: icos, Assigned: kmcclusk)
Details
1) preferences
2) mail and news -> Messages
3) click on a dropdown box
4) NOTICE that the prefs window is sent to back and the Main window is brought
to the front, and then the dropdown choices are drawn.
sept 10 build
Updated•25 years ago
|
Assignee: trudelle → karnaze
Component: XP Toolkit/Widgets → HTML Form Controls
Comment 1•25 years ago
|
||
that's an html forms control, not an xptoolkit widget. reassigning
Updated•25 years ago
|
Assignee: karnaze → rods
Comment 2•25 years ago
|
||
Reassigning to Rod.
Updated•25 years ago
|
Assignee: rods → kmcclusk
Comment 3•25 years ago
|
||
Kevin I thought you fixed this?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•25 years ago
|
||
The old problem was that as soon as the dropdown list was displayed the window
would move behind. The new problem which I confirmed is the dropdown list is
displayed behind when the dropdown list clicked on.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Dropdown on WIN32 no longer causes parent window to change z-order or
activation.
I changed the code which initialized the parent of the popup window to set the
popup parent to null. This fixes the bug
where clicking on the popup window caused it's dialog box to go behind the
apprunner window.
To prevent clicks on the dropdown from deactivating it's parent window, I added
code to check for
WM_MOUSEACTIVATE messages and eat the activation requests if the click was
inside the popup.
Fixed in Oct 1, 1999 6:08 PM build.
Updated•25 years ago
|
QA Contact: beppe → claudius
Updated•25 years ago
|
QA Contact: claudius → cpratt
I can't reproduce this behavior in the 1999111016 build, NT. Marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•