Closed
Bug 658500
Opened 14 years ago
Closed 14 years ago
Adobe InDesign panels are treated as transparent
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
10.88 KB,
image/png
|
Details | |
1.89 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0a1) Gecko/20110519 Firefox/6.0a1
This was reported in bug 642423 comment 15.
STR:
1. Move one of Adobe InDesign's panels in front of a Firefox window.
2. Move your mouse over a point where the Firefox window has a bookmarks button
which is covered by the InDesign panel.
Now a tooltip appears and the button has mouseover feedback, which shouldn't happen.
The problem is that Firefox thinks the panel is transparent to mouse events.
Assignee | ||
Comment 1•14 years ago
|
||
The panel has window level kCGFloatingWindowLevel, which we treat as transparent. We shouldn't do that.
I tried to reproduce the Jing window problem I had when I originally wrote this code, but Jing seems to have changed its behavior in the meantime: it now removes its window properly instead of only making it transparent.
We've added the window alpha check in the meantime, so that should make us robust anyway, I think.
Attachment #533923 -
Flags: review?(joshmoz)
Attachment #533923 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #533923 -
Attachment is obsolete: true
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 3•14 years ago
|
||
(In reply to comment #2)
> Created attachment 533968 [details] [diff] [review] [review]
> for checkin
Confirmed, this patch fixes the problem for me. Thanks for the very speedy service!
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Comment 5•14 years ago
|
||
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20100101 Firefox/6.0
Does this apply also to any other windows that are dragged in front of Firefox, or does it only apply to Adobe InDesign's panels. I am asking this because I would like to verify this but I don't have Adobe InDesign installed.
Thanks!
Comment 6•14 years ago
|
||
This is not specific to Adobe InDesign, but I think you will have a tough time finding non-Adobe applications that exhibit this. Theoretically anything that uses kCGFloatingWindowLevel windows will see it. (Perhaps Markus knows of some others?)
Note that you can download and install a 30-day free trial of InDesign from http://www.adobe.com/cfusion/tdrc/index.cfm?product=indesign
Assignee | ||
Comment 7•14 years ago
|
||
I don't know of any others, no; it's likely that other Adobe apps like Photoshop use kCGFloatingWindowLevel, too, but I haven't tested.
You need to log in
before you can comment on or make changes to this bug.
Description
•