Bug 13425
Summary: | Google Reader doesn't scroll to reveal an article opened using a keyboard shortcut | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andersca, mike.aizatsky, tkomulai+webkit |
Priority: | P2 | Keywords: | GoogleBug |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://reader.google.com/ |
Adam Roben (:aroben)
Google Reader doesn't scroll to reveal an article opened using a keyboard shortcut
Repro steps:
1. Have a long list of articles in Google Reader (long enough that you have a scroll bar)
2. Click on the first article
3. Type 'j' repeatedly until you reach articles off the bottom of the screen
Results:
The article list should scroll to reveal the opened article, but doesn't. If you click on an article, it does scroll (though you might run into bug 13423)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tommi Komulainen
From what I can tell this broke between r13058 and 13060.
Unfortunately at the same time 13060 broke reader differently (fails to display subsciption titles) until somewhere between 13265 and 13372 so I can't trace this more accurately.
Tommi Komulainen
On further bisection I think this broke with the fix for bug 7108. r12659 works, 12660 doesn't.
Instead of 'j' I'm using 'n' to avoid marking articles as read, should be the same bug though.
Mike Aizatsky
This is indeed very annoying and is the only reason I still run shipped Safari.
Tommi Komulainen
In r23558 any of the keys besides Space don't seem to be doing anything.
Adam Roben (:aroben)
This now works for me. It may have been fixed on Google's side.