Closed Bug 342789 Opened 18 years ago Closed 18 years ago

No search box grippy/triangle in trunk builds with places

Categories

(Firefox :: Search, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: zach, Assigned: jminta)

References

Details

(Keywords: regression)

Attachments

(1 file, 2 obsolete files)

After bug 337725 landed, the search engine selection icon is completely missing from the search box in trunk builds. If you happen to click in exactly the right spot, you can still access the menu, but the grippy/triangle isn't there. 

jminta thinks that the new icon is only built without places, so we should see about moving the icon into a new location.
Yeah.  This is places only. http://lxr.mozilla.org/mozilla/source/browser/themes/pinstripe/browser/jar.mn#74
Summary: No search box grippy/triange in trunk builds without places → No search box grippy/triange in trunk builds with places
Summary: No search box grippy/triange in trunk builds with places → No search box grippy/triangle in trunk builds with places
Attached patch use places icon (obsolete) — Splinter Review
Patch uses a Places icon if MOZ_PLACES is defined.
Attachment #227595 - Flags: review?(sspitzer)
joey, what do you think of doing it this way instead?

.search-go-button .toolbarbutton-menubutton-dropmarker {
%ifdef MOZ_PLACES
  list-style-image: url("chrome://browser/skin/places/folderDropArrow.png") !important;
%else
  list-style-image: url("chrome://browser/skin/bookmarks/folderarrow.png") !important;
%endif
}
Attached patch use places icon v2 (obsolete) — Splinter Review
The mac I was using has temporarily disappear.  I'll test this shortly and then ask for review.
Keywords: regression
Only ifdefs the actual url bit of the rule.
Attachment #227595 - Attachment is obsolete: true
Attachment #227724 - Attachment is obsolete: true
Attachment #228147 - Flags: review?
Attachment #228147 - Flags: review? → review?(sspitzer)
Comment on attachment 228147 [details] [diff] [review]
use places icon v3

r=sspitzer
Attachment #228147 - Flags: review?(sspitzer) → review+
Checking in browser/themes/pinstripe/browser/jar.mn;
/cvsroot/mozilla/browser/themes/pinstripe/browser/jar.mn,v  <--  jar.mn
new revision: 1.28; previous revision: 1.27
done
Checking in browser/themes/pinstripe/browser/searchbar.css;
/cvsroot/mozilla/browser/themes/pinstripe/browser/searchbar.css,v  <--  searchbar.css
new revision: 1.14; previous revision: 1.13
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: