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)

1.7 Branch
x86
All
defect
Not set
minor

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!
This window should show a horizontal and vertical scrollbar or at least a
vertical scrollbar.
Just resize the window to view all installed extensions.
Product: Browser → Firefox
Version: Trunk → 1.0 Branch
OS: Windows XP → All
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
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.
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
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)
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...
Blocks: 274891
Attached patch Patch v1.0 (obsolete) — Splinter Review
Removed hardcoded width, height from script and
CSS manages default size instead.
Attachment #169017 - Flags: review?(bsmedberg)
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)
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
Attachment #169017 - Attachment is obsolete: true
Attachment #169017 - Flags: review?(bugs)
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: