Closed
Bug 130424
Opened 23 years ago
Closed 22 years ago
edit menu takes a long time to open
Categories
(Toolkit :: Form Manager, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: zorin, Assigned: dveditz)
References
()
Details
Attachments
(1 file)
350.25 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
BuildID: 2002031008
Open the mentioned URL, or any really long Slashdot article in nested mode. The
edit menu and context menu take a long time to open, and the browser hangs
during this delay.
One Mozilla thread is CPU bound during the time the browser is hung. Upon
stracing this thread, there is no syscall activity. I suspect a very large data
structure is being walked.
Reproducible: Always
Steps to Reproduce:
1.Go to the above URL or a very long slashdot article.
2.Try to open the edit menu or context menu.
Actual Results: Observe hung browser. Observe that browser does not respond to
additional UI events until hang is complete.
Expected Results: Edit or context menu should open within a reasonable amount
of time (under half a second)
System config:
Redhat 7.2 on a Pentium III 600, 384MB of RAM, Linux kernel 2.4.17
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
I just noticed that I have moderator access on /., and each article has a
dropdown list associated with it that lets you vote on the article. This may be
related, as the problem didn't ocurr before I had moderator access. Attached is
the HTML from the page which exhibits the problem.
Comment 3•23 years ago
|
||
->xpt/menus.
Assignee: trudelle → hyatt
Component: XP Apps → XP Toolkit/Widgets: Menus
QA Contact: paw → shrir
Comment 4•23 years ago
|
||
Thanks for the example of the moderator's slashdot page.
-> Forms Manager; this is the forms manager code right? (and I think there is a
dup of this bug).
Assignee: hyatt → morse
Status: UNCONFIRMED → NEW
Component: XP Toolkit/Widgets: Menus → Form Manager
Ever confirmed: true
OS: Linux → All
QA Contact: shrir → tpreston
Comment 5•23 years ago
|
||
This was actually a dup of bug 77073, except that that one explicitly mentioned
the context menu and only deep into the comments of the report was the edit menu
mentioned as well. I just closed out that bug report because wallet items no
longer appear on the context menu. So this report shall remain as the defining
bug report for slowdown on the edit menu, and I'll remove the mention of context
menu from the summary line.
Status: NEW → ASSIGNED
Summary: edit menu and context menu take a long time to open → edit menu takes a long time to open
Target Milestone: --- → mozilla1.0.1
Updated•23 years ago
|
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.1alpha → mozilla1.1beta
Updated•23 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.2beta
Is this still an issue? On my win2k edit menu opens immediately on the URL...
dveditz is the new module owner, reassigning.
Assignee: morse → dveditz
Status: ASSIGNED → NEW
Keywords: nsbeta1
Target Milestone: mozilla1.2beta → ---
This is still a worksforme, closing as such.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•