Closed
Bug 5509
Opened 26 years ago
Closed 26 years ago
debug | viewer demos has 2x expected menu items
Categories
(Core Graveyard :: Tracking, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: cpratt, Assigned: saari)
Details
build id: 1999042608
using: windows nt (mac does not have the debug menu) or linux
if you look at the debug | viewer demos menu immediately after launching
apprunner, the menu contents appear twice. (you'll see 0 through 15 and then 0
through 15 again).
expected result: they should only appear once.
Resolved as WORKSFORME.
Chris Saari fixed a bug like this last week ...
i'm able to consistently reproduce this on both windows and linux using this
morning's build (the 1999042608 build as reported earlier). therefore, I believe
that this is still a problem. reopening bug.
Assignee: don → matt
Status: REOPENED → NEW
Priority: P3 → P2
Target Milestone: M5
Comment 4•26 years ago
|
||
Win95 apprunner. All second level dropdown menu lists repeat.
nobody wacked the xul. Looks like all nested menu items are
listing twice. This xul code below will look like:
Mozilla
Yahoo
Netscape
Mozilla
Yahoo
Netscape
<menu name="Debug">
<menu name="Verification"> // Build verification sites.
<menuitem name="Mozilla" />
<menuitem name="Yahoo" />
<menuitem name="Netscape" />
</menu>
Assignee | ||
Comment 7•26 years ago
|
||
This should be fixed on GTK now.
I'll fix windows as soon as I get a successful build.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•26 years ago
|
||
This was technically a different bug. Before it infinitely added to the submenus.
Now it just doubled them.
Fixed.
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•