Closed
Bug 57812
Opened 25 years ago
Closed 25 years ago
Method getTagText should thrown UnsupportedOperationException
Categories
(Core Graveyard :: Java-Implemented Plugins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sva, Assigned: blackconnect)
Details
(Whiteboard: suntrak-n6-highp)
Method getTagText of PlugletTagInfo2 interface always return null.
The reason is : Method getTagText
in /mozilla/layout/html/base/src/nsObjectFrame.cpp isn't implemented yet and
always return NS_ERROR_FAILURE.
Reproduced under Intel Solaris 2.7 and Mozilla PR3
Assignee | ||
Comment 2•25 years ago
|
||
added exception throwning
fixed in JAVADEV_PR3_20001002
closing as fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•24 years ago
|
||
This bug is verified with mozilla 0.9.4 (Mozilla/5.0 (X11; U; SunOS sun4u;
en-US; rv:0.9.4+) Gecko/20010918) under Sparc Solaris 5.8 and with /mozilla/java
sources from 2001/09/18
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•