CLOSED FIXED 12834
Drosera should remember scroll position of open files like Xcode
https://bugs.webkit.org/show_bug.cgi?id=12834
Summary Drosera should remember scroll position of open files like Xcode
Vladimir Olexa (vladinecko)
Reported 2007-02-20 21:49:22 PST
Let's say you open file A and select a function from the function list which scrolls down to position posA. When you then select a different file B, you'll see that it is still scrolled to position posA (relative to the size of file B). Proper behavior should be remembering scroll positions for each open file like Xcode does. Patch forthcoming.
Attachments
Patch (1.25 KB, patch)
2007-02-20 23:43 PST, Vladimir Olexa (vladinecko)
timothy: review-
Patch with Changelog (1.66 KB, patch)
2007-02-21 09:42 PST, Vladimir Olexa (vladinecko)
timothy: review+
Vladimir Olexa (vladinecko)
Comment 1 2007-02-20 23:43:08 PST
Created attachment 13287 [details] Patch I am only remembering the top position. I wasn't sure if horizontal position is really important to remember. If it is, it would be an easy change.
Vladimir Olexa (vladinecko)
Comment 2 2007-02-20 23:45:10 PST
Just to note, Xcode only remembers y-position as well.
Timothy Hatcher
Comment 3 2007-02-21 08:30:34 PST
Comment on attachment 13287 [details] Patch Looks good, please add a ChangeLog and I'll r+ this.
Vladimir Olexa (vladinecko)
Comment 4 2007-02-21 09:42:51 PST
Created attachment 13298 [details] Patch with Changelog oops, I thought I did. Here it is again with Changelog attached.
Timothy Hatcher
Comment 5 2007-02-21 12:02:20 PST
Comment on attachment 13298 [details] Patch with Changelog Always good to put the bug link and number in the ChangeLog. I'll add that. Thanks for the patch!
Timothy Hatcher
Comment 6 2007-02-21 12:12:00 PST
Landed in r19775.
Timothy Hatcher
Comment 7 2008-05-17 09:56:03 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.
Note You need to log in before you can comment on or make changes to this bug.