Closed
Bug 484238
Opened 16 years ago
Closed 16 years ago
no click event generated when div is clicked
Categories
(Core :: DOM: Events, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: martin.honnen, Assigned: smaug)
References
(Depends on 1 open bug, )
Details
(Keywords: regression, testcase, verified1.9.1)
Attachments
(3 files)
2.01 KB,
text/html
|
Details | |
339 bytes,
text/html
|
Details | |
2.48 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
In the test case I am going to upload, when you click the yellow bar which is part of the div with id "rbarRuler" with the mouse, Firefox 3.1 beta 3 as well as a trunk nightly (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090319 Minefield/3.6a1pre) does not fire a click event.
Firefox 3.0 however does, as do other browsers like IE 7 or Opera 9.6.
Reporter | ||
Updated•16 years ago
|
Assignee | ||
Comment 1•16 years ago
|
||
Regression range would be great.
Reporter | ||
Comment 2•16 years ago
|
||
The problem was originally reported in the German newsgroup de.comp.lang.javascript with the test case http://brain4.de/test/dcljs/events/ff3.1b3-testcase.html. The reporter there says that the problem happens with Firefox 3.1 beta 3 and all previous 3.1 betas.
Updated•16 years ago
|
Comment 3•16 years ago
|
||
Regression Range:
works: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1a2pre) Gecko/20080814041610 Minefield/3.1a2pre
fails: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1a2pre) Gecko/20080815064214 Minefield/3.1a2pre
pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2008-08-14&enddate=2008-08-15
Flags: blocking1.9.1?
Keywords: regressionwindow-wanted
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Assignee | ||
Comment 5•16 years ago
|
||
The regression range missed few hours. This is a regression from
bug 262306.
Blocks: 262306
Assignee | ||
Comment 6•16 years ago
|
||
Assignee | ||
Comment 7•16 years ago
|
||
I don't understand why bug 262306 moved mouse capturing to happen before the following:
if (frameselection->GetDisplaySelection() == nsISelectionController::SELECTION_OFF)
return NS_OK;//nothing to do we cannot affect selection from here
Assignee | ||
Comment 8•16 years ago
|
||
(In reply to comment #7)
er, nm that comment.
Assignee | ||
Comment 9•16 years ago
|
||
This is IMO significantly worse bug than bug 262306, so we should back out bug
262306 and bug 458418 and reopen bug 262306. That one is more like wanted1.9.1, not blocking1.9.1. IMHO.
Assignee: nobody → Olli.Pettay
Attachment #369727 -
Flags: superreview?(roc)
Attachment #369727 -
Flags: review?(roc)
Attachment #369727 -
Flags: superreview?(roc)
Attachment #369727 -
Flags: superreview+
Attachment #369727 -
Flags: review?(roc)
Attachment #369727 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•16 years ago
|
||
Keywords: fixed1.9.1
Comment 12•16 years ago
|
||
verified FIXED using testcases attached on builds:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090721
Minefield/3.6a1pre ID:20090721044139
and
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1pre) Gecko/20090720
Shiretoko/3.5.1pre ID:20090720042942
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•