Ticket #360 (closed defect: wontfix)

Opened 8 years ago

Last modified 8 years ago

Undo behavior

Reported by: ursm@… Owned by: gogo
Priority: high Milestone:
Component: Xinha Core Version: trunk
Severity: major Keywords: undo selection
Cc:

Description

When editing a large document, when making a change at one end of the document, then scrolling to the other end, and hitting undo will have no visible effect to the user, since the action happened out of view area. I would be important first to scroll to the previous selection before performing the undo action, so that the user can see what it is performed.

Change History

Changed 8 years ago by Urs C Muff <ursm@…>

Is there any solution in sight?

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to wontfix

Not possible. The undo works in one of two ways 1. The browser does it - in this case we have no control 2. We snapshot html at regular intervals, when "undo" is hit we revert to a previous snapshot. We don't know where in the DOM the changes were made and thus we cannot scroll to that area.

Note: See TracTickets for help on using tickets.