Closed
Bug 121266
Opened 24 years ago
Closed 23 years ago
gtk2 needs window raising properly implemented
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: blizzard, Assigned: blizzard)
References
Details
Attachments
(1 file, 1 obsolete file)
3.28 KB,
patch
|
jay.yan
:
review+
jeff.qiu
:
superreview+
|
Details | Diff | Splinter Review |
gtk2 needs window raising implemented.
Assignee | ||
Comment 1•23 years ago
|
||
*** Bug 140900 has been marked as a duplicate of this bug. ***
*** Bug 141075 has been marked as a duplicate of this bug. ***
Don't know if this patch makes sense, but at least it works.
Chris, could you take a look at it? Thanks!
Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 85743 [details] [diff] [review]
A patch ported from gtk1 codes
+ // XXX Do we still need this?
+ GtkWidget *toplevelWidget = gtk_widget_get_toplevel(owningWidget);
You should delete that comment. We do still need that code.
Fix that minor problem and you have an sr=blizzard. Thanks!
Attachment #85743 -
Flags: superreview+
Attachment #85743 -
Attachment is obsolete: true
Attachment #86001 -
Flags: superreview+
Attachment #86001 -
Flags: review+
Comment on attachment 86001 [details] [diff] [review]
v2
r=jay
I patched this patch into my workspace, it works.
Checked in by Jay.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•