Closed
Bug 92879
Opened 24 years ago
Closed 24 years ago
textbox.select() still grabs focus from other mozilla windows
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: bryner)
References
()
Details
Attachments
(1 file)
|
1.43 KB,
patch
|
Details | Diff | Splinter Review |
textbox.select() brings the window that contains the textbox to the front.
Hyatt fixed a similar problem for textbox.focus() in bug 41813, so I'm giving
this bug to him.
This bug is visible at aj.com: loading aj.com in one window while another window
is focused causes the aj.com window to jump in front.
Comment 1•24 years ago
|
||
--> bryner. Just mimic what I did in the Focus method.
Assignee: hyatt → bryner
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
sr=hyatt
r=dbaron if you move the declaration of |focusController| to the line before
where you use it.
| Reporter | ||
Comment 5•24 years ago
|
||
I find it disconcerting that this fix requires adding code rather than removing
it. Shouldn't the C++ code have specifically ask for the window to gain focus
for the window to gain focus?
Comment 6•24 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
| Assignee | ||
Comment 7•24 years ago
|
||
This was fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•