Closed Bug 1196390 Opened 9 years ago Closed 9 years ago

mouseup event return false

Categories

(Firefox :: Untriaged, defect)

40 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1194733

People

(Reporter: mr4700, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2478.0 Safari/537.36

Steps to reproduce:

Use select with change event and document with mouseup event.

can be verified by http://jsfiddle.net/mr47/2uuym703/

Work for me on Windows 10 and Linux.


Actual results:

if mouseup event return false select box change event dont fires

result of fiddle on ff 40:
document fire event count: 7 


Expected results:

when select box triggers mouseup event and return false, change event on select box must fires too.

document fire event count: 7 
change fire event count: 3

PS:

Can be fixed by returning not false value on mouseup event
maybe dup of bug 1194733
yes, same regression range
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.