Bug 157508 - [Webapp] Navigating search results in browser with arrow keys does not always work
Summary: [Webapp] Navigating search results in browser with arrow keys does not always...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M5   Edit
Assignee: platform-ua-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2006-09-15 13:50 EDT by Chris Goldthorpe CLA
Modified: 2006-12-15 16:35 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Goldthorpe CLA 2006-09-15 13:50:32 EDT
Launch Eclipse 
Help/Help Contents
In the help browser select the search tab
Search for "platform"
Select the first hit
Use the down arrow key to move down through the results

Expected result: Each time the down arrow is pressed the next item is shown.
Actual result: It works this way for a while but after about the 70th result it stops advancing and starts to move the scrollbar. With other searches this happens a lot quicker, or not at all depending on the number of hits.

This happens also using Internet Explorer or Firefox is used as the browser.
Comment 1 Karice McIntyre CLA 2006-09-29 13:22:11 EDT
Chris, please include the build-id you are using and the installed Callisto products/components you have.  I tried the testcase using just the Eclipse SDK and didn't get 70 results.  I was able to scroll through all of them using the down arrow key.
Comment 2 Karice McIntyre CLA 2006-09-29 13:23:29 EDT
I suppose I should mention I used 3.2 (M20060629-1905)
Comment 3 Chris Goldthorpe CLA 2006-09-29 14:40:44 EDT
I just reproduced the problem using this version, and on two different machines running Windows XP. 

Eclipse SDK
Version: 3.2.0
Build id: M20060629-1905

The number of times I have to hit the down arrow to make it occur seems to be inconsistent. 

Comment 4 Chris Goldthorpe CLA 2006-12-15 16:35:55 EST
This was a problem with event bubbling which caused the focus to be lost. Tested on IE and Firefox.