Reviewers: mp+161894_code.launchpad.net, Message: Please take a look. Description: Resolves views rendering in partly scrolled state This branch resolves two bugs wherein a view rendered scrolled partway down. This appears to be an issue with browser behavior rather than JS, as investigation showed no problem when debuggers were used to check state as the views render. To get around that, this branch simply grabs the top-most visible element of the two views and ensures they're scrolled into view. https://code.launchpad.net/~jcsackett/juju-gui/scroll-to-top-on-change/+merge/161894 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/9088043/ Affected files: A [revision details] M app/subapps/browser/views/charm.js M app/subapps/browser/views/editorial.js M app/subapps/browser/views/search.js Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: