Closed
Bug 48153
Opened 24 years ago
Closed 24 years ago
Tooltips activate when minimized
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: devsin, Assigned: mikepinkerton)
Details
(Keywords: helpwanted, polish)
Mozilla M18 2000080808, Mac OS 9.0.4
- Open a browser window and take note of the positions of the toolbar items.
- Minimize the browser window by clicking the windowshade button
- Move the cursor to a position where it would be over a toolbar item
The tooltip for that window appears, even though there is no window!!
Since there is no visible window, I would expect there to be no tooltips.
Comment 1•24 years ago
|
||
tooltips -> pinkerton. I can reproduce this when I have another window at
the location of the mozilla tooltips, but not against a blank desktop.
However, this is a minor defect, unless it suggests a deeper problem to Mike.
Suggest futuring this bug.
Assignee: trudelle → pinkerton
This problem might be more general: if the window is minimized, the cursor will
still change to a hand when you pass over the area where there is a link and to
an I when you pass over an HTML text field or the location bar, etc. This isn't
a big problem as you can't activate the link or text field etc. - clicking will
just bring the Finder or other app to the front. I am, however, able to
reproduce this against a blank desktop.
Comment 3•24 years ago
|
||
Yep, you're right, I can see the cursor change in places where a link or text
would have been, when mozilla is the foreground app. (Still can't do a tooltip
against a blank desktop).
Assignee | ||
Comment 4•24 years ago
|
||
I see this.
cc'ing simon, marking helpwanted, futuring bug.
Comment 5•24 years ago
|
||
To tell if a window is collapsed, you should check the content region:
<http://developer.apple.com/qa/tb/tb13.html>
I know enough people who collapse their frontmost browser window and will get
confused by this.
Perhaps we should not dispatch mouse move events if the window is collapsed?
Keywords: correctness,
polish
Mouse move events (all events, actually) to collapsed windows were suppressed in
the fix for bug 49007. Marking this one fixed, too.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•24 years ago
|
||
Not seeing in 2000081008 OS9. Marking verified fixed.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
OS: Mac System 9.x
You need to log in
before you can comment on or make changes to this bug.
Description
•