Closed
Bug 9610
Opened 25 years ago
Closed 25 years ago
[PP]Drop-down menus are empty on linux/gtk
Categories
(Core :: XUL, defect, P3)
Tracking
()
M9
People
(Reporter: kherron+mozilla, Assigned: pavlov)
Details
Start apprunner, click on "File", "Edit", etc. The word highlights, but no
menu appears. There's a little bitty box attached to the bottom of the "File"
highlight which is probably an empty menu list. I still get gtkcontainer
assertion failures as I move from one menu heading to another.
I pulled fresh source and rebuilt this morning. I think the last time I ran
apprunner was friday evening or saturday morning, and menus worked then.
Menus also work fine in the viewer app.
Updated•25 years ago
|
Component: UE/UI → XP Toolkit/Widgets
Comment 1•25 years ago
|
||
I'm looking at the 1999071109 build and I can't repro the problem. I've noticed the little bitty boxes you mentioned before and
they are indeed still there. I get the sense that the menus are taking a little longer to draw when switching between them but they
are drawing for me.
changing component an cc'ing component owner.
Reporter | ||
Comment 2•25 years ago
|
||
Did "cvs update; configure; make clean; make" and tried apprunner again.
It still happens. When I click on "File" (or any of the others) the "File"
highlights, but instead of the drop-down menu I just get a teeny square maybe
2x2 attached to the bottom of the "File" highlight. I presume this little
square is a menu with no menu items in it. As I go from menu to menu I get
assertion failures:
Gtk-CRITICAL **: file gtkcontainer.c: line 723 (gtk_container_remove): assertion
`widget->parent == GTK_WIDGET (container)' failed.
These have been appearing for a few weeks in conjuction with leaving menus, and
I think there's another bug report on them, but they're a sign that at some
level the menu code thinks it's working.
I'm using a modified xpt_link tool (see bug 9596). Xpt_link isn't related to
menus...right?
Updated•25 years ago
|
Assignee: shuang → trudelle
Comment 3•25 years ago
|
||
It is not a really UI bug that belong to me. Maybe trudelle has someone can take
a closer look later?
Updated•25 years ago
|
Assignee: trudelle → pavlov
Target Milestone: M9
Comment 4•25 years ago
|
||
I can't reproduce this in today's optimized builds. reassigning to pavlov as
p3 for M9, cc saari
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
VERIFIED dupe.
Summary: Drop-down menus are empty on linux/gtk → [PP]Drop-down menus are empty on linux/gtk
You need to log in
before you can comment on or make changes to this bug.
Description
•