Closed
Bug 281724
Opened 20 years ago
Closed 20 years ago
Erreur : isDocumentFrame is not defined
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: florian, Assigned: florian)
Details
Attachments
(1 file)
|
807 bytes,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
This javascript error is shown in the JavaScript Console: Erreur : isDocumentFrame is not defined Fichier Source : chrome://browser/content/browser.js Ligne : 95 "Save Frame as..." item is always hidden in the File menu. Reproducible: Always Steps to Reproduce: 1.open a webpage using frames 2.open the File menu Actual Results: - a javascript error in console - "Save Frame as..." is hidden Expected Results: - no error - "Save Frame as..." should be visible. isDocumentFrame was changed to isContentFrame in bug 162393 with attachment 103106 [details] [diff] [review]
| Assignee | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Attachment #173894 -
Flags: review+
Comment on attachment 173894 [details] [diff] [review] fix (Checked in) Checking in browser.js; /cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js new revision: 1.380; previous revision: 1.379 done
Attachment #173894 -
Attachment description: fix → fix (Checked in)
Updated•18 years ago
|
QA Contact: bugzilla → menus
You need to log in
before you can comment on or make changes to this bug.
Description
•