Closed
Bug 15916
Opened 26 years ago
Closed 26 years ago
need to fix context menu inefficiency
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: law, Assigned: hyatt)
Details
The context menu strategy of building the menu each time from scratch (copying
items from a "template") is terribly inefficient. A better approach would be to
use style="display:none;" to hide the elements rather than remove them. This
eliminates the need for the template and makes the code much better overall.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed checked in (I just opened this bug to give me an excuse).
| Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Assignee | ||
Updated•26 years ago
|
Assignee: law → hyatt
Status: REOPENED → NEW
| Assignee | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Target Milestone: M12
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
this still sucks. we need to profile it.
| Assignee | ||
Comment 3•26 years ago
|
||
probably something stupid in my menu frame code...
Comment 4•26 years ago
|
||
mass-moving all m12 bugs to m13
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Old bug...fixed some time ago. marking verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•