Comment 1 for bug 1217536

Revision history for this message
Richard Harding (rharding) wrote :

A couple of challenges to keep in mind is that when using the Gui to perform a seach you've got multiple scrolls in play. There's the scrollbar on the left for the search results. There's the scroll of a charm details view which must be kept in sync. We can attempt to use scrollTo and move only the details when clicking on tab headings, but it cannot be a simple anchor system due to the multiple 'boxes' of content.

When you move down to a specific part of content, we need the ability to get back to the stop and move on to other tabs/etc easily.