evanshultz / neater-bookmarks

A neater bookmarks tree popup extension for Chrome
https://chrome.google.com/webstore/detail/ofgjggbjanlhbgaemjbkiegeebmccifi
MIT License
215 stars 61 forks source link

Scroll position isn't saved #4

Closed pvogt closed 11 years ago

pvogt commented 11 years ago

For some reason the scroll position isn't being saved. It always goes back to the very top after clicking on the Neater Bookmarks icon. I do have enabled the "Remember previous state".

I'm using Chrome version 21.0.1180.41 beta-m on Windows 7 Ultimate x64.

Owyn commented 11 years ago

Confirm with 21.0.1180.89 m and Win XP SP3

hachigoro commented 11 years ago

Confirm with Chrome 23.0.1271.64 m on Win XP SP3.

You probably already know this, but out of curiosity I have tried changing one line on neat.css: on the #tree block at line 76, if you add "overflow: auto;" the problem is solved, but it also brings back the double scrolling bar problem.

Great work, keep it coming :)

evanshultz commented 11 years ago

Thank you for your suggestions and patience. The issue was a CSS issue, and should be fixed in v0.9.5 (c10124e73682e5e145f0035369280873628dc60c).