Closed Bug 646414 Opened 14 years ago Closed 14 years ago

Width/Height mismatch in nsPluginNativeWindowGtk2.cpp

Categories

(Core Graveyard :: Plug-ins, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stransky, Assigned: jrmuizel)

Details

(Keywords: regression)

http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/src/nsPluginNativeWindowGtk2.cpp#170 Looks like a typo: rect.top = ev->area.x; rect.left = ev->area.y; rect.right = ev->area.x + ev->area.width; rect.bottom = ev->area.y + ev->area.height; Shouldn't it be rect.top = ev->area.y and rect.left = ev->area.x?
Summary: Width/Height mismatch in /nsPluginNativeWindowGtk2.cpp → Width/Height mismatch in nsPluginNativeWindowGtk2.cpp
Jeff, can you take a look?
Assignee: nobody → jmuizelaar
Keywords: regression
Yeah seems so.
Hmm. The code from comment 0 seems to be gone. Am I missing something?
Yeah, it's gone. It was a part of composite plug-ins. (Bug 624165).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.