Closed
Bug 79262
Opened 24 years ago
Closed 24 years ago
windows should only raise a window when nsIWidget::SetFocus(PR_TRUE) is called
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
mozilla0.9.9
People
(Reporter: blizzard, Assigned: saari)
Details
In the windows ( and maybe the mac ) implementation of the widget code when
nsIWidget::SetFocus() is called with PR_FALSE the window is still raised.
Windows should honor the flag to SetFocus().
| Reporter | ||
Comment 1•24 years ago
|
||
Oh, and we might be able to get rid of the isActive() hacks in the focus
controller if this is fixed.
| Reporter | ||
Updated•24 years ago
|
OS: Linux → Windows NT
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.3
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla0.9.4
| Assignee | ||
Comment 3•24 years ago
|
||
->0.9.5
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.8
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
| Assignee | ||
Comment 4•24 years ago
|
||
I think these issues are being fixed by fixing the focus controller suppression
cases.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•