Closed
Bug 268544
Opened 20 years ago
Closed 19 years ago
No scrollbar in Extensions Manager (on some localized builds)
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 307654
People
(Reporter: mozilla, Assigned: bugs)
References
Details
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0
Opening Extras > Extension and resizing the Extensions Manager window, or having
a lot of extensions installed the window does not contain a scrollbar.
Reproducible: Always
Steps to Reproduce:
1. Launch Firefox
2. Click "Extras"
3. Click "Extensions" ("Erweiterungen" in german version)
Actual Results:
The extensionsmanager opens in a new window and the scrollbar is missing.
Expected Results:
There should be a scrollbar on the windows right side to browse all installed
extensions.
Bug also reproduceable with the linux version! A workaround is to resize the
window. If you have much extensions installed the screen resolution maybe to
small to list all extensions!| Reporter | ||
Comment 1•20 years ago
|
||
This window should show a horizontal and vertical scrollbar or at least a vertical scrollbar.
| Reporter | ||
Comment 2•20 years ago
|
||
Just resize the window to view all installed extensions.
| Reporter | ||
Updated•20 years ago
|
Product: Browser → Firefox
Version: Trunk → 1.0 Branch
| Reporter | ||
Updated•20 years ago
|
OS: Windows XP → All
Comment 3•20 years ago
|
||
I think the problem is that the German text in that window is much larger than the corresponding English text, but the default size of the window is chosen to make it look nice in English. If you make the window wider, the scrollbar should appear. bsmedberg, any ideas for fixing the default size?
Assignee: prefs → bugs
Component: Preferences → Extension/Theme Manager
QA Contact: bugs
| Reporter | ||
Comment 4•20 years ago
|
||
Right, I didn't recognize it before. If you resize the window slowly enough and wide enough, a scrollbar appears. It slides into the window and is first partially covered by the right side of the windows frame. You get the same effect by resizing the preferences window but without the appearing of a scrollbar.
Comment 5•20 years ago
|
||
The width/height is set at http://lxr.mozilla.org/aviarybranch/source/toolkit/mozapps/extensions/content/extensions.js#193 Which is a bit unusual. Normally you would set the default width/height using width="&extensionManagerWindow.width;" and height="&extensionManagerWindow.height;" and make the entities localizeable. But since this dialog does dual-purpose (it's the extension manager and the theme manager), it hardcodes it badly. Potential solutions could be loading the initial width/height numbers from a properties file, or setting arbitrary properties emwidth="&entity;" emheight="&entity2;" tmwidth="&entity3;" tmheight="&entity4;".
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•20 years ago
|
||
Another potential solution is fix bug 259848.
Depends on: 259848
Summary: No scrollbar in Extensions Manager → No scrollbar in Extensions Manager (on some localized builds)
Comment 7•20 years ago
|
||
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0 (ax) I think I had this problem in v0.8 or so, once resized and never had to bother again...
Comment 8•20 years ago
|
||
Removed hardcoded width, height from script and CSS manages default size instead.
Attachment #169017 -
Flags: review?(bsmedberg)
Comment 9•20 years ago
|
||
Comment on attachment 169017 [details] [diff] [review] Patch v1.0 Comeon, guys, pick a module owner to review this.
Attachment #169017 -
Flags: review?(bsmedberg) → review?(bugs)
Comment 10•19 years ago
|
||
This was fixed by bug 307654 *** This bug has been marked as a duplicate of 307654 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Attachment #169017 -
Attachment is obsolete: true
Attachment #169017 -
Flags: review?(bugs)
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•