Bug 64683

Summary: Dialog with all javascript errors
Product: [Applications] konqueror Reporter: Mathieu Kooiman <kde>
Component: kjsAssignee: George Staikos <staikos>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mathieu Kooiman 2003-09-21 21:00:10 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

One feature I seriously miss in Konqueror is a dialog which shows all javascript errors Konqueror encountered in a page. I realize that with current-cvs you can now have Konqueror tell you about -a- error in a page. However, I would like to see a dialog similar to the dialog that shows up in Gecko based browsers when you type in 'javascript:' as the location.
Comment 1 George Staikos 2003-09-21 21:14:55 UTC
It's been part of my 3.2 feature list for many months now and I hope to finish 
it soon.  The hard part is already done, I just need time to finish it. 
Comment 2 George Staikos 2003-10-01 07:33:30 UTC
Subject: kdelibs/khtml

CVS commit by staikos: 

Finally implement the error notification portion of the statusbar extension.
It's not pretty, but it is basically functional.  I will add the ability to
disable it soon.

If someone is real keen (pmk? :)), it would be nice to have a way to jump to
the error in the debugger from here.  Also I think this eliminates the need for
the error window in ecma/.  This is a nicer approach IMHO (less intrusive).

Is there a better way to display these error messages?  (perhaps more detailed?)

CCMAIL: 64683-done@bugs.kde.org, pmk@post.com


  A            kjserrordlg.ui   1.1
  A            kjserrordlg.ui.h   1.1 [no copyright]
  A            pics/cr22-action-bug.png   1.1
  M +4 -2      Makefile.am   1.150
  M +74 -2     khtml_part.cpp   1.911
  M +24 -1     khtml_part.h   1.235
  M +8 -0      khtmlpart_p.h   1.46