Closed
Bug 290426
Opened 20 years ago
Closed 20 years ago
java console menu should be visible if java is installed on system
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
VERIFIED
DUPLICATE
of bug 230150
People
(Reporter: mike.lei, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
I know it's developer's decision to remove java console menu in firefox, see
#191299. many applet developers , JavaScript developers and end users request
this menu, however.
Instead of having a permanent java console menu in firefox, we can add it for
only those who really need it. unlike mozilla does, we suggests Firefox does in
the way: when it starts up, it checks if java plugins is installed, if not,
there is no Java console menu ; if found, there should be java console menu.
Java console menu is important to both java and javascript. In javascript, the
below code is usual ,
java.lang.System.out.println("some thing");
if java console menu is removed unconditionally, the above code will not make
sense.
I have a tiny code hooked into browser.js to add java console menu dynamically.
it's so lightweight and does not impact firefox.
Reproducible: Always
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 230150 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
QA Contact: bugzilla → menus
Comment 2•18 years ago
|
||
there is working patch needing localization in Bug 230150
You need to log in
before you can comment on or make changes to this bug.
Description
•