[Webkit-unassigned] [Bug 30212] Each JS execution in console adds extra item into "scripts" combo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 09:14:47 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30212





--- Comment #8 from Patrick Mueller <pmuellr at yahoo.com>  2009-10-30 09:14:47 PDT ---
(In reply to comment #7)
> (In reply to comment #4)
> I think we need to show "(program)", otherwise the developer can be confused.

To do this will mean, presumably, programmatically managing  a "(program)"
<option> in the <select>.  I think this means every time the user displays the
source for an unnamed eval, we add the option and select it so they see it. 
And when the user displays the source for something that's really in the
<select> list, we want to programmatically remove the "(program)" <option>. 
The <option> is really just being used to set the text content of the
unexpanded <select>. 

Which is also a bit confusing.  An entry that comes and goes.  

Another option would be to add a "(program)" <option> for each eval that gets
displayed, and then just leave it in there.  For someone who steps through a
bunch of evals, their <select> will end up getting littered with "(program)"
<option>'s, but that's the behavior today anyway.  This option seems easier to
implement as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list