Bug 64683 - Dialog with all javascript errors
Summary: Dialog with all javascript errors
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: George Staikos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-21 21:00 UTC by Mathieu Kooiman
Modified: 2003-10-01 07:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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