Closed
Bug 380641
Opened 18 years ago
Closed 18 years ago
No highlight for "Search Google for" in the location bar
Categories
(SeaMonkey :: Autocomplete, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.0a1
People
(Reporter: sgautherie, Assigned: stefanh)
References
Details
(Keywords: regression)
Attachments
(2 files)
970 bytes,
patch
|
Details | Diff | Splinter Review | |
789 bytes,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a5pre) Gecko/20070513 SeaMonkey/1.5a] (nightly) (W2Ksp4)
No bug with SeaMonkey.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a5pre) Gecko/2007051223 SeaMonkey/1.5a] (suiterunner, tinderbox-builds) (W2Ksp4)
In the location bar, in the history dropdown,
the "Search Google for" item does not highlight when (keyboard) selected.
NB:
*History items do highlight.
*"Search Google for" is otherwise working.
Assignee | ||
Comment 1•18 years ago
|
||
fwiw, on mac nothing highlights in the autocomplete history drop-down in Classic. We probably miss a few style rules since we don't use themes/classic/global.
Assignee | ||
Updated•18 years ago
|
Blocks: suiterunner
Reporter | ||
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 3•18 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a5pre) Gecko/2007053102
SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
(Unsurprisingly, bug still there with new Trunk SeaMonkey(/suiterunner).)
Assignee: general → nobody
Component: General → XP Apps: Autocomplete
Keywords: regression
QA Contact: general
Summary: [suiterunner] No highlight for "Search Google for" in the location bar → No highlight for "Search Google for" in the location bar
Target Milestone: --- → seamonkey1.5alpha
Comment 4•18 years ago
|
||
I can confirm this for Linux.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a6pre) Gecko/2007061216 Mnenhy/0.7.5.0 SeaMonkey/2.0a1pre
Reporter | ||
Updated•18 years ago
|
OS: Windows 2000 → All
Assignee | ||
Comment 5•18 years ago
|
||
Yeah, toolkit doesn't have those style rules.
Comment 6•18 years ago
|
||
Which rules are missing? Where may I find the relevant part in the old CSS files?
Assignee | ||
Comment 7•18 years ago
|
||
The search box is here: http://lxr.mozilla.org/seamonkey/source/suite/browser/urlbarBindings.xml#66
The relevant style rules where in global/platform/autocomplete.css
http://lxr.mozilla.org/seamonkey/source/themes/classic/global/mac/autocomplete.css#93
http://lxr.mozilla.org/seamonkey/source/themes/classic/global/win/autocomplete.css#88
http://lxr.mozilla.org/seamonkey/source/themes/classic/global/unix/autocomplete.css#105
Should be the .autocomplete-search-engine[menuactive="true"] etc rules. You can use "HighlightText" and "Highlight" on mac now as well. I do think you'll need a platform-specific place to put the style rules, though (other stuff might differ).
Assignee | ||
Comment 8•18 years ago
|
||
KaiRo told me he thought we should wait doing anything about the autocomplete stuff until we "at least supporting satchel".
Comment 9•18 years ago
|
||
So this one is blocked by: Bug 304309
Just writing it down here, as I'm unable to enter it, where it should be ;-)
Comment 10•18 years ago
|
||
Bug 304309 is not relevant, because this is a Classic-only bug.
You probably only need to move the autocomplete-search-* rules, and if we can use the same rules for mac as winux, even better, because that means we can put them in navigator.css instead of (say) navigator\mac\urlbar.css
It would probably be a good idea to move the Modern styles at the same time.
No longer depends on: 304309
Assignee | ||
Comment 11•18 years ago
|
||
(In reply to comment #10)
> Bug 304309 is not relevant, because this is a Classic-only bug.
>
> You probably only need to move the autocomplete-search-* rules, and if we can
> use the same rules for mac as winux, even better, because that means we can put
> them in navigator.css instead of (say) navigator\mac\urlbar.css
>
> It would probably be a good idea to move the Modern styles at the same time.
>
What about bug 384821 (mac)? There is also bug 378545 (all) and bug 379192.
Comment 12•18 years ago
|
||
(In reply to comment #11)
>What about bug 384821 (mac)? There is also bug 378545 (all) and bug 379192.
I don't think bug 304309 will affect any of these, especially not bug 379192.
Assignee | ||
Comment 13•18 years ago
|
||
Re the autocomplete-search-* rules: I actually removed those from navigator.css in bug 329144 ;-) See https://bugzilla.mozilla.org/show_bug.cgi?id=329144#c16 (but as I said, Highlight and HighlightText works now).
Comment 14•18 years ago
|
||
(In reply to comment #13)
>Re the autocomplete-search-* rules: I actually removed those from navigator.css
>in bug 329144 ;-) See https://bugzilla.mozilla.org/show_bug.cgi?id=329144#c16
>(but as I said, Highlight and HighlightText works now).
But not on branch, so that patch was at least still necessary there, right?
So will backing that patch out on trunk fix this bug?
Assignee | ||
Comment 15•18 years ago
|
||
(In reply to comment #14)
> (In reply to comment #13)
> >Re the autocomplete-search-* rules: I actually removed those from navigator.css
> >in bug 329144 ;-) See https://bugzilla.mozilla.org/show_bug.cgi?id=329144#c16
> >(but as I said, Highlight and HighlightText works now).
> But not on branch, so that patch was at least still necessary there, right?
> So will backing that patch out on trunk fix this bug?
>
Just adding the highlight rules will fix this bug. But we still have to fix the border styles, I think. If you look at the patch you'll see that I moved some other rules as well.
Assignee | ||
Comment 16•18 years ago
|
||
I guess we could go with this one. On mac there's no need for border rules, but I miss this one (from classic/global/mac/autocomplete.css):
.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
border-top: none;
}
Not sure how this will look on win/nix, though... Maybe someone could try? Neil, since there are more styles rules concerning the autocomplete widget that has to be added somewhere, can we have a platform-specific file that deals with all the stuff that has to be different (I'm thinking of the other bugs that most likely will need some platform-tweaks).
Assignee | ||
Comment 17•18 years ago
|
||
I propose that we just fix the highlight issue - we can have a further discussion on what to do with the borders etc.
Assignee: nobody → stefanh
Status: NEW → ASSIGNED
Attachment #269718 -
Flags: superreview?(neil)
Attachment #269718 -
Flags: review?(neil)
Updated•18 years ago
|
Attachment #269718 -
Flags: superreview?(neil)
Attachment #269718 -
Flags: superreview+
Attachment #269718 -
Flags: review?(neil)
Attachment #269718 -
Flags: review+
Assignee | ||
Comment 18•18 years ago
|
||
Checking in themes/classic/navigator/navigator.css;
/cvsroot/mozilla/themes/classic/navigator/navigator.css,v <-- navigator.css
new revision: 1.36; previous revision: 1.35
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 19•18 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/200707030505 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
V.Fixed, as reporter.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•