Closed
Bug 151692
Opened 24 years ago
Closed 24 years ago
hang on active scripting page (javascript accessing alambik embeded plugin web page)
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
mozilla1.1alpha
People
(Reporter: never, Assigned: peterl-bugs)
References
()
Details
(Keywords: hang, Whiteboard: [misc][hang])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611
BuildID: 2002061104
I installed the alambik plugin (see www.alambik.com for more info)
Then i visited www.the-demo.com, where they show lots of examples of alambik
scripts viewed with this plugin. All was going perfectly, eccept when i tried
the active scripting example. Mozilla freezed. (had to kill it in the task
manager) I dont know if "active scripting" is the good term. The crash occured
when javascript tried to access the plugin to control it. Like a javascript
accessing the mediaplayer to play or stop it.
The URL showing this crash is the folowing :
http://www.the-demo.com/samples/EnhancedWebsites/HTMLInlays/Strass/FilterInlay/index.htm
I could not test it without the plugin installed.
Reproducible: Always
Steps to Reproduce:
1. install the alambik script (http://www.net-viewer.com)
2. restart mozilla
3. go to :
http://www.the-demo.com/samples/EnhancedWebsites/HTMLInlays/Strass/FilterInlay/index.htm
4. make the test showed
Actual Results: mozilla freezed
Expected Results: plugin action controled by javascript.
im not really an expert, sorry :-)
Comment 1•24 years ago
|
||
-> Plugins
could be a possible loop in the JS because it they try to use the not supported
old JS functions.
BTW "crash" is not a "hang" (or freeze)
Assignee: Matti → beppe
Component: Browser-General → Plug-ins
Keywords: hang
QA Contact: imajes-qa → shrir
Updated•24 years ago
|
Summary: crash on active scripting page (javascript accessing alambik embeded plugin web page) → hang on active scripting page (javascript accessing alambik embeded plugin web page)
this is gonna be a little more work becaus eit works on my DEBUG build, but
hangs on my RELEASE build. more to come...
confirming, and even though it is not tier 1 plugin, it *IS* a hang, so setting
to 1.1. adding misc and hang to status whiteboard.
anthonyd
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [misc][hang]
Target Milestone: --- → mozilla1.1alpha
Comment 4•24 years ago
|
||
handing over to peterl, the plug-in vendor has contacted us and would like to
work with us to get the plug-in issues resolved.
Assignee: av → peterl
Comment 5•24 years ago
|
||
Once the dll (NPAlambik.dll) and the xpt (nsIAlambikPlugin.xpt) get installed in
the appropriate directory (C:\Program Files\Netscape\Netscape\Plugins) the
plug-in worked as expected. The missing xpt file will cause the hang.
It would be extremely helpful if the vendor would ensure the files get installed
to the correct directory
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 6•24 years ago
|
||
and don't forget :
C:\Program Files\Mozilla.org\Mozilla\Plugins :-)
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•