Closed Bug 258730 Opened 20 years ago Closed 20 years ago

Change width of the Search Bar not working properly with latest build

Categories

(Firefox :: Search, defect)

1.0 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 258679

People

(Reporter: mcm.ham, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040909 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040909 Firefox/0.10

http://texturizer.net/firefox/tips.html#app_searchbarsize

This site lists a very useful tool tip to resize the width of the search bar.
However from between build "2004-09-06" to build "2004-09-09" this no longer
performs as expected.

On a new profile I added the code as listed on the site above to my
userChrome.css file.

#search-container { 
   -moz-box-flex: 400 !important; 
}

This sifted the search bar to the left as far as there was room. It should have
resized (become wider) to fit the available space. Not a big issue but I use
this setting a lot.


Reproducible: Always
Steps to Reproduce:
Product: Browser → Firefox
Version: Trunk → 1.0 Branch
The solution is

/* Make the Search box flex wider */
#search-container {
   -moz-box-flex: 200 !important;
}

#searchbar {
   -moz-box-flex: 200 !important;
}
Thanks a lot that fixed the problem. 

Do I need to change the flag to fixed or invalid, or can't I and will someone
else do this?
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---

*** This bug has been marked as a duplicate of 258679 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
Assignee: search → nobody
Status: RESOLVED → VERIFIED
QA Contact: search
You need to log in before you can comment on or make changes to this bug.