Closed Bug 223847 Opened 21 years ago Closed 21 years ago

double-click in a scrollbar generates a dblClick event for a <SELECT multiple> form and should not

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 222998

People

(Reporter: arnaud.bertrand, Assigned: bugzilla)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7

When using <select multiple ...> in a html page, I've seen a problem:

Wen the list is longer than the size of the window, the scrollbar is needed and 
does not take the whole height of the window.

To move the scrollbar, you can click on the "empty" space of the scrollbar. You 
can also click multiple times to scroll...multiple times. And here is the 
problem, if you click multiple times in the scrollbar to move it, the 
Event "DblClick" is sent to the window exactly as you double-click on an 
element of the list! That's, of course, not the expected behaviour. 

I've done the test on linux and the bug still exists.

This bug appears ONLY IN FIREBIRD and NOT IN MOZILLA

The exact html line is: 
<select multiple name="results[]" size="25" onChange="outValue()" 
onDblClick="opendoc()" class="outbox">



Reproducible: Always

Steps to Reproduce:
1. Write a html file containing <select multiple name="n" size="5" 
onDblClick="opendoc()">
2. include ten times <option>foo
3. open the page in firebird
4. double click on the scrollbar

Actual Results:  
try to call opendoc() function (callback of dblClick event)


Expected Results:  
Nothing. (not start the callback!)
(I insist, this is only a bug of firebird, not of mozilla)
Summary: double-click in a scrollbar generates an dblClick event for a <SELECT multiple> form and should not → double-click in a scrollbar generates a dblClick event for a <SELECT multiple> form and should not

*** This bug has been marked as a duplicate of 222998 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.