Closed Bug 411751 Opened 17 years ago Closed 14 years ago

preferences window grows its height unlimited

Categories

(Firefox :: Settings UI, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: calvin, Unassigned)

References

Details

(Whiteboard: [CLOSEME 2010-11-15])

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9b2) Gecko/2007121014 Firefox/3.0b2

In ff3 beta2 (on Mac), if switch a overlay tab with 'applications' tab in preferences window, the window height will grow up.

Reproducible: Always

Steps to Reproduce:
1. Try save this piece of code below into a xul file and overlay ff3's pref window.

<?xml version="1.0"?>

<overlay id="tmpPreferencesOverlay"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <prefwindow id="BrowserPreferences">
   <prefpane id="paneTest" insertafter="paneAdvanced" label="test" image="http://www.mozilla.com/en-US/press/image-library/firefox-logo_small.png">
	</prefpane>
  
  </prefwindow>

</overlay>
2. Switch between this tab and the 'Applications' tab.
3. Repeat step 1 and 2 again and again.
Actual Results:  
The window increases its height.

Expected Results:  
Window should keep its size
Attached image screen snapshot
Got the answer for myself. :)

The key issue is we missed "helpURI" attribute for element "prefpane". If we add the following line to prefpane, everything will be fine.

helpURI="chrome://browser/locale/help/help.rdf"

That looks like an irrelevant attribute to me so still think it's a bug of firefox.
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.

This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
Tested, works for me.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: