Closed
Bug 336231
Opened 19 years ago
Closed 17 years ago
"Manage Search Engines..." in Search dropdown still has stale/incorrectly positioned tooltip
Categories
(Firefox :: Search, defect)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 3 beta3
People
(Reporter: aja+bugzilla, Assigned: wladow)
References
Details
(Keywords: fixed1.8.1, polish)
Attachments
(1 file, 2 obsolete files)
1.28 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060501 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060501 Minefield/3.0a1
After bug 311653, the "Manage Search Engines..." action in the Search dropdown still has a stale tooltip.
Reproducible: Always
Steps to Reproduce:
1. Activate Search dropdown
2. Select "Manage Search Engines..."
3. Notice the tooltip
Actual Results:
stale tooltip (e.g. "Search Google") located top/left
Expected Results:
Tooltip with text "Manage Search Engines..." near the selected action
Reporter | ||
Updated•19 years ago
|
Updated•19 years ago
|
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060502 Minefield/3.0a1 ID:2006050207 [cairo]
confirmed
Status: UNCONFIRMED → NEW
Ever confirmed: true
I see this in the new search box drop down.
You can put your mouse over any of the search dropdown menu engine options and it does this.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060505 BonEcho/2.0a1 ID:2006050602
Was this fixed with Bug 311653?
Comment 4•19 years ago
|
||
no(In reply to comment #3)
> Was this fixed with Bug 311653?
no
Updated•19 years ago
|
Updated•19 years ago
|
Flags: blocking-firefox2?
Comment 5•19 years ago
|
||
(In reply to comment #4)
> no(In reply to comment #3)
> > Was this fixed with Bug 311653?
> no
But it was "fixed" on the branch with that bug's 1.8 branch patch (which removed all tooltips), so this shouldn't be an issue on the branch.
Flags: blocking-firefox2?
Version: unspecified → Trunk
Updated•18 years ago
|
Keywords: fixed1.8.1
Comment 6•18 years ago
|
||
*** Bug 361258 has been marked as a duplicate of this bug. ***
Updated•18 years ago
|
Summary: "Manage Search Engines..." in Search dropdown still has stale tooltip → "Manage Search Engines..." in Search dropdown still has stale/incorrectly positioned tooltip
Comment 7•17 years ago
|
||
Works for me with latest trunk linux build.
Is this fixed?
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a8pre) Gecko/2007091519 Minefield/3.0a8pre
Comment 8•17 years ago
|
||
I can still reproduce in the latest Windows nightly.
Comment 9•17 years ago
|
||
Does not work for me on Linux. Tooltip says "Search using Google" for "Manage Search Engines...".
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2)
Gecko/2007121016 Firefox/3.0b2
Comment 10•17 years ago
|
||
Jason, could you file a new bug, with steps to reproduce? Might be worth trying a newer build first.
Comment 11•17 years ago
|
||
(In reply to comment #10)
> Jason, could you file a new bug, with steps to reproduce? Might be worth trying
> a newer build first.
>
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b3pre) Gecko/2008011008 Minefield/3.0b3pre ID:2008011008
repro:
open FF
Click on the [G] in the searchbar
hover over [Manage Search Engines]
result:
tooltip: Search using Google
Comment 12•17 years ago
|
||
Oh, right, that's this bug. Sorry for saying "file a new bug", I thought this bug was resolved for some reason.
Updated•17 years ago
|
Assignee | ||
Comment 13•17 years ago
|
||
Very simple hack - sets empty tooltiptext for this menuitem
Attachment #299439 -
Flags: review?(gavin.sharp)
Comment 14•17 years ago
|
||
Comment on attachment 299439 [details] [diff] [review]
simple hack
Hmm, good idea! :)
Can you put a comment explaining why we're using a blank tooltip here? Just a "<!-- XXX See bug 336231 -->" should do.
Attachment #299439 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 15•17 years ago
|
||
Assignee: nobody → valastiak
Status: NEW → ASSIGNED
Assignee | ||
Updated•17 years ago
|
Attachment #299439 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 M11
Updated•17 years ago
|
Attachment #299536 -
Flags: approval1.9+
Assignee | ||
Updated•17 years ago
|
Attachment #299439 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Attachment #299439 -
Attachment is obsolete: true
Comment 16•17 years ago
|
||
Checking in browser/components/search/content/search.xml;
/cvsroot/mozilla/browser/components/search/content/search.xml,v <-- search.xml
new revision: 1.117; previous revision: 1.116
done
Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
I backed this out due to the following test failure in the browser mochitests:
FAIL - Exception thrown - TypeError: items[i].getAttribute is not a function -
chrome://mochikit/content/browser/browser/components/search/test/browser_405664.js
Looks like adding the comment isn't such a great idea, since it introduces a comment node! I'd think maybe you want a node type check in that loop? Or a comment using the XUL preprocessor? Or some other type of check in the loop? I'm sure a browser peer would know which is the best style to fix.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 18•17 years ago
|
||
Ugh, that sucks. I'll just change it to use a preprocessor comment, having the comment in the processed source isn't all that important, and not worth adding runtime checks for this kind of thing.
Comment 19•17 years ago
|
||
Attachment #299536 -
Attachment is obsolete: true
Attachment #300062 -
Flags: review+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 20•17 years ago
|
||
mozilla/browser/components/search/content/search.xml 1.119
Filed bug 414642 on removing this workaround once bug 374288 is fixed.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
No longer depends on: 374288
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•