Bug 61589 - [browser] "Delete All" bookmarks item does not work
Summary: [browser] "Delete All" bookmarks item does not work
Status: RESOLVED DUPLICATE of bug 68759
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Christophe Cornu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 10:18 EDT by Jonathan Simpson CLA
Modified: 2004-07-20 11:08 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Simpson CLA 2004-05-10 10:18:29 EDT
Reporter: Tony Liu
OS: RHEL WS 3.0 -gtk
Language: KOR (verified with English locale as well)
Build level: IES20040506
JDK Version: IBM JDK 1.4.2 Beta
Test case #:    Help testing
Summary: "Delete All" item do not work
Description:
Steps to recreate problem:
1-In Eclipse Help, Click the bookmark icon to add a page into bookmarks.
2-Right click on a bookmark title.. 
3-Select "Delete All" item. 
<<Error>>     
         The bookmarks don't  be  deleted.
<<Expected Result>>
         All of the bookmark must be deleted.
Comment 1 Konrad Kolosowski CLA 2004-05-19 13:56:40 EDT
I can reproduce on RedHat 9.0.
Mozilla on Windows seem to work fine.
Comment 2 Konrad Kolosowski CLA 2004-05-19 21:22:10 EDT
When browser is set to external browser in help preferences, upon choosing 
delete all bookmarks action, a confirmation dialog is displayed and bookmarks 
are deleted.

It is only in the embedded browser with mozilla that it does not work.  It 
turns out that javascript:confirm() does not work in the mozilla browser 
widget.  This is strange as javascript:alert() works fine.
This used to work in 3.0M8.  Now, the embedded browser neither displays 
confirmation window itself nor it calls OpenWindowListener.

Christophe, plese let me know if this can be fixed by 3.0.
Thanks.
Comment 3 Konrad Kolosowski CLA 2004-05-20 00:36:24 EDT
User confirmation to delete all bookmarks is not terribly important.
For M9 I have disabled the javascript confirm call.  We can enable it later 
pending fix to this bug makes it into 3.0, or even change help code to use 
window.open and create confirmation HTML page for it.
Comment 4 Christophe Cornu CLA 2004-07-20 11:08:41 EDT

*** This bug has been marked as a duplicate of 68759 ***