Closed
Bug 420783
Opened 18 years ago
Closed 17 years ago
Hiding any of the main menu elements causes a crash
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jorgev, Unassigned)
Details
(Keywords: crash, crashreportid)
Reproduced on:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3) Gecko/2008020511 Firefox/3.0b3
Steps to reproduce:
1) Open the DOM Inspector.
2) File > Inspect Chrome Document > [first doc on the list].
3) Select any of the main menu elements (search for id "helpMenu", for example).
4) Set the attribute "hidden" to true (right click on the right pane and select Insert).
This should cause the crash. Setting other attributes (such as label) don't cause the crash. This also happens if you try to set the attribute from an extension script, using .hidden = true.
Some information on the crash:
Add-ons: inspector@mozilla.org:1.9b3,{83874588-ae10-4dbb-8dba-8301c86cb8fc}:1.0.0.2,{972ce4c6-7e08-4474-a285-3208198ce6fd}:2.0
BuildID: 2008020511
CrashTime: 1204587985
InstallTime: 1202922866
ProductName: Firefox
SecondsSinceLastCrash: 684
StartupTime: 1204587914
Theme: classic/1.0
UserID: 946e18cb-656c-914e-8a0e-50c31d1e4b51
Vendor: Mozilla
Version: 3.0b3
Flags: blocking-firefox3?
Updated•18 years ago
|
Component: Menus → General
Flags: blocking-firefox3?
Product: Firefox → Core
QA Contact: menus → general
Comment 1•17 years ago
|
||
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090721 Minefield/3.6a1pre
WFM. I went through the steps in comment 0. The menus became hidden, but I didn't see a crash or even an assertion.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•