Closed
Bug 87949
Opened 24 years ago
Closed 23 years ago
Drag from chrome widget over content area shows tooltip: "Mozilla {Build ID: ...}"
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: jruderman, Assigned: bugzilla)
References
Details
Attachments
(1 file)
664 bytes,
patch
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Mouse down on the Navigator button on the status bar, or on the reload button.
2. Holding the mosue button down, move the cursor over the content area.
3. Leave the cursor in one place for a second.
Result: a tooltip appears with the text "Mozilla {Build ID: 2001062504}".
Comment 1•24 years ago
|
||
-> XPApps
Assignee: trudelle → blake
Component: XP Toolkit/Widgets → XP Apps: GUI Features
QA Contact: aegis → sairuh
Comment 2•24 years ago
|
||
->d'n'd
Component: XP Apps: GUI Features → XP Apps: Drag and Drop
QA Contact: sairuh → tpreston
Reporter | ||
Comment 3•24 years ago
|
||
See also bug 68839, which makes the same tooltip appear after different steps.
Don't even need to drag on a real element, just mouse-down somewhere on the
chrome, such as the status bar, and drag up over the browser window.
Comment 5•24 years ago
|
||
I think there are two bugs here.
The specific bug is that the content area shouldn't have a `title' attribute by
default, no matter how well you think you may have hidden it.
The general bug is that tooltips should never appear during a drag operation.
The same problem occurs when selecting text in the address field -- you get an
`Enter search term, keyword, or web address' tooltip which is completely
inappropriate for the selection action.
OS: Windows NT → All
Hardware: PC → All
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → Future
Reporter | ||
Comment 7•24 years ago
|
||
This also happens with menus. If I pull down a menu and then move the cursor
into the content area while I read the menu, the same tooltip will appear.
Assignee | ||
Comment 8•24 years ago
|
||
hewitt fixed this.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•24 years ago
|
||
oops -- that's because I moved that function right after hewitt checked in and
trashed his change.
Comment 11•24 years ago
|
||
simple enough. r=me
Reporter | ||
Comment 12•23 years ago
|
||
*** Bug 125636 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 13•23 years ago
|
||
Reopening per blake's comments (and I still see this bug).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: Future → mozilla0.9.9
Assignee | ||
Comment 14•23 years ago
|
||
fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Comment 15•23 years ago
|
||
I can't reproduce this anymore using 2002021608. Marking verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•