Closed
Bug 77552
Opened 24 years ago
Closed 24 years ago
new windows
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
People
(Reporter: bsatterf, Assigned: ashuk)
Details
It seems the creation of new windows is not handled by webclient correctly.
Whether the creation of the window results from a javascript.openWindow() or
from other methods (see the attached url below) the window is never created and
is lost. Any ideas? Is this at all related to the bug 33333?
For an example go to: http://www.attws.com/personal/explore/
then click on "Learn More" at the bottom right of the page. In Mozilla this
opens up a new window, webclient prints out this message:
debug: edburns: Currently Viewing:
http://www.attwirelessoutlet.com/outlet_default.asp?r=23
debug: edburns: CBrowserContainer::UniversalDialog()
Exception in thread "EventThread-134956016" java.lang.NoSuchMethodError:
universalDialog
at
org.mozilla.webclient.wrapper_native.NativeEventThread.nativeProcessEvents(Native
Method)
at
org.mozilla.webclient.wrapper_native.NativeEventThread.run(NativeEventThread.java:244)
Comment 1•24 years ago
|
||
WFM Build ID 2001041212 / Win2000
![]() |
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
cannot confirm with build 2001042504 on W2K
Comment 3•24 years ago
|
||
There doesnt seem to be a problem on win98 build id: 2001042404
Assignee | ||
Comment 6•24 years ago
|
||
This Bug is a duplicate of 33333. This happens only when a Javascript call is
made in Webclient to open a new window. I have a partial fix for this problem,
but it needs to be integrated into the new Webclient code and tested. The
solution didn't work with M18 due to a break on the mozilla embedding api side,
but it might work now.
*** This bug has been marked as a duplicate of 33333 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•