[Webkit-unassigned] [Bug 41406] New: [Qt, Gtk, Symbian] Mind the semantics of NPRect for windowed plugin clip rects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 05:44:06 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41406

           Summary: [Qt, Gtk, Symbian] Mind the semantics of NPRect for
                    windowed plugin clip rects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


There is code like this in PluginView{Qt,Gtk,Symbian}.cpp:

m_npWindow.clipRect.left = m_clipRect.x();
m_npWindow.clipRect.top = m_clipRect.y();
m_npWindow.clipRect.right = m_clipRect.width();
m_npWindow.clipRect.bottom = m_clipRect.height();

(right vs width, bottom vs height)
This causes incorrect clipping of windowed plugins.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list