[Webkit-unassigned] [Bug 27552] remember last script displayed in Scripts panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 13:22:29 PDT 2009


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





--- Comment #2 from Patrick Mueller <pmuellr at yahoo.com>  2009-08-10 13:22:29 PDT ---
Created an attachment (id=34506)
 --> (https://bugs.webkit.org/attachment.cgi?id=34506)
proposed patch

Couple of issues with this patch:

- the behavior of always showing the first file added to the scripts menu still
happens.  So if the "last script" file is also found in the list, two files
will be added.  You can tell this has happened as the "left arrow" in the
script traversal buttons is enabled.

- using the left and right arrows to traverse the "open" script files does not
change the last viewed script

The behavior of the first point probably can't be easily fixed, as there
probably is no good way to tell when scripts are being done loaded into the
list - scripts may be added after the document has been loaded by more scripts. 

The second item can probably be fixed.

I suspect the existing behavior works in almost all cases though - I don't
think I've ever used the left/right arrows to traverse open scripts files, on
purpose.

-- 
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