Closed Bug 235553 Opened 20 years ago Closed 20 years ago

pull down menus "flicker" when using keys (ie: pressing "l") to scroll through the menus.

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jesse, Unassigned)

References

()

Details

User-Agent:       
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040219

When scrolling through the menus using keys, the flicker. These pull down menus
are form elements. A portion of the page's code is bellow:

<form name="comic_change" method="post" size="1">
		<td>
 <!--- PULLDOWN STARTS HERE ---->

<select name="uc_select" onChange="MM_jumpMenu('self',this,0)" class="drop">
		<option value="http://www.ucomics.com/comics/" selected>Comics              
</option>

		<option value=""> </option>
			
		
		<option value="http://www.ucomics.com/9to5/">9 to 5</option>
		<option value="http://www.ucomics.com/theacademiawaltz/">The Academia
Waltz</option>

		<option value="http://www.ucomics.com/adamathome/">Adam@Home</option>

		<option value="http://www.ucomics.com/agnes/">Agnes</option>

...etc.

Reproducible: Always
Steps to Reproduce:
1. Pull down any of the page's menus. "Comics" for example.
2. scroll through the options, say, using the "A" key.

Actual Results:  
Watch the menu flicker behind itself!

Expected Results:  
scroll through the menu... which stays in the same place. Boring, but, well, you
know...
I am seeing this also. IIRC this first appeared in Firefox with 0.9.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040722
Firefox/0.9.1+
This bug was fixed by the checkin for bug 238493.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Depends on: 238493
Component: DOM: HTML → DOM: Core & HTML
QA Contact: ian → general
You need to log in before you can comment on or make changes to this bug.