Closed
Bug 305723
Opened 19 years ago
Closed 19 years ago
Current trunk installer builds have no bookmarks, too long context menus, new tab only works after second click and the menus are disabled after clicking customize
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ria.klaassen, Assigned: Gavin)
References
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050823 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050823 Firefox/1.0+ Current trunk builds have no bookmarks, too long context menus, New Tab only works after second click and the menus are disabled after clicking Customize. Typing an URL in the locationbar works however. These are the most obvious things. Working build: 1.9a1_2005082306 Failing build: 1.9a1_2005082313 Reproducible: Always
| Reporter | ||
Comment 1•19 years ago
|
||
If I have the tabbox at the bottom it displays double.
I use this code to reverse them:
#content > tabbox { -moz-box-direction: reverse; }
The tabbox on the default location (on top) displays only once however.
Comment 2•19 years ago
|
||
Confirming with a blank profile on build 2005080402. There are no bookmarks in the menu or on the toolbar but going to the bookmarks manager does show them. Context menus show every possible context menu item, not just those relevant for what you right clicked on. While a slightly earlier build showed the same problem and displayed errors about "browserglue", this does not have any errors.
Assignee: general → nobody
Status: UNCONFIRMED → NEW
Component: DOM → General
Ever confirmed: true
Product: Core → Firefox
QA Contact: ian → general
Comment 3•19 years ago
|
||
I also see that the navigation icons (forward/back/stop/reload) are all greyed out no matter what. Checkin range from comment 0 http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-08-23+06&maxdate=2005-08-23+13&cvsroot=%2Fcvsroot No idea what could have caused this..
- The URL in the address bar is also always the last one entered and doesn't change while changing tabs. - Clicking external links open blank windows but doesn't load the URL.
Comment 5•19 years ago
|
||
Extensions appear not to be functional as well. Did a build from code checked out at 09:51 23/08/2005 and that exhibited this problem too. So the checkin range is reduced to: http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1124808960&maxdate=1124815979
Comment 6•19 years ago
|
||
Confirming with both blank and my own profile on 20050824. In addition following errors are shown in JS console while used with my profile: Error: Components.classes['@mozilla.org/browser/browserglue;1'] has no properties Source File: chrome://browser/content/browser.js Line: 19 Error: gPopupBlockerObserver has no properties Source File: chrome://browser/content/browser.js Line: 631 Error: MailIntegration has no properties Source File: chrome://browser/content/browser.xul Line: 1 Everything works well after I compiled Fx without patches for bug 284086.
| Assignee | ||
Comment 7•19 years ago
|
||
New components wasn't added to packages-static for windows, resulting in breakage using windows installer builds.
| Assignee | ||
Updated•19 years ago
|
Summary: Current trunk builds have no bookmarks, too long context menus, new tab only works after second click and the menus are disabled after clicking customize → Current trunk installer builds have no bookmarks, too long context menus, new tab only works after second click and the menus are disabled after clicking customize
Updated•19 years ago
|
Attachment #193711 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 8•19 years ago
|
||
Checked in to trunk. Marking fixed, if someone could verify using the next installer build, that'd be great. mozilla/browser/installer/windows/packages-static new revision: 1.54;
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 9•19 years ago
|
||
Verified FIXED using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050824 Firefox/1.6a1 which I got from Pacifica: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/pacifica-trunk firefox-1.6a1.en-US.win32.installer.exe 4805 KB 8/25/2004 3:44:00 AM
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•