Ticket UUID: | cfc74baf4b48dfb0391dfab22ad2c3d93055f86c | |||
Title: | Scrolling position | |||
Status: | Verified | Type: | Code_Defect | |
Severity: | Minor | Priority: | High | |
Subsystem: | Resolution: | Open | ||
Last Modified: | 2013-03-29 13:18:44 | |||
Version Found In: | 1.2.1 | |||
Description: | ||||
Hi!
Your plugin is exactly what I was looking for. Great job! I have two things that might imporive user experience though: 1) You have to press refresh to refresh the page. Auto-Refresh would be great so it shows file changes directly without the need to press the button (maybe let the user define a period of time after the autorefresh kicks in, like maybe 5 seconds) 2) After you hit refresh, the page is reloaded but is always at the top of the page. It would be great if the page would stay at the position where it was before the refresh (this in fact is way more import than 1.) Cheers Anton tinus added on 2012-08-09 17:30:32 UTC: I’d been thinking about both these issues already, but since nobody was complaining (and I'm not using it much at the moment), priority was rather low. :-) Since your ticket was actually two in one, I've separated out the autorefresh to a new ticket, [20d1203257]. I have no idea how to restore the scrolling position, however. I'll see if there's an interface which allows this... Rog added on 2013-01-07 14:24:30 UTC: Rog tinus added on 2013-01-24 14:01:25 UTC: tinus added on 2013-01-26 16:05:59 UTC: | ||||
User Comments: | ||||
Magik added on 2013-03-27 20:50:25:
The scrolling position being retained by clicking on "Refresh" doesn't seem to work correctly on my machine with version 1.2.1. It also isn't retained when the window is automatically refreshed on an edit. Like, with the following text if the "HTML preview" window has scrollbars: <table cellpadding="3" border="1"> <tbody><tr> <th>First Name</th> <th>Last Name</th> <th>Points</th> </tr> <tr> <td>Tom</td> <td>Jones</td> <td>35</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> <tr> <td>John</td> <td>Doe</td> <td>80</td> </tr> <tr> <td>Adam</td> <td>Johnson</td> <td>67</td> </tr> </tbody></table> My OS is Windows XP SP3 with all the latest updates. tinus added on 2013-03-29 13:18:44: Thanks for the example! The plugin also fails to restore its scrolling position on my machine. I’ll take a look at it as soon as I have some time. |