Closed
Bug 38499
Opened 25 years ago
Closed 24 years ago
4x Plugins are receiving a bad portx and porty parameter during draw
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: rfrank, Assigned: serhunt)
Details
Using PP Browser and trying the LivePictPPC plugin sample code (from the
PluginSDK 4.01a) the StartDraw() function receives parameters from the host via
NPWindow* -
Boolean StartDraw(NPWindow* window)
{
NP_Port* port = (NP_Port*) window->window;
.....
}
the port->portx and port->porty parameters are incorrect - they are negative.
This has the effect of causing the plugin to draw offscreen.
Comment 1•25 years ago
|
||
rfrank@dominionsw.com - which build of Mozilla were you using when you
discovered this problem? The Build ID is in the bottom right corner of the
browser.
Gerv
Reporter | ||
Comment 2•25 years ago
|
||
Build 2000042708 MacOS
Comment 3•25 years ago
|
||
rfrank@dominionsw.com - could you possibly download a recent nightly build and
try this again? Your build is almost a month old. If it still occurs, we'll get
this bug confirmed.
Gerv
Comment 4•24 years ago
|
||
resolving worksforme. reporter, please reopen if you still see this with
current builds. thanks for your help in testing mozilla and reporting bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•