Closed
Bug 745266
Opened 13 years ago
Closed 13 years ago
Operator precedence is wrong in nsEventStateManager::PreHandleEvent
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: Ms2ger, Assigned: humph)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
|
1.39 KB,
patch
|
Details | Diff | Splinter Review |
It has (trusted & mouse & real) | scroll, should be trusted & ((mouse & real) | scroll)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → david.humphrey
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #614876 -
Flags: review?(bugs)
Updated•13 years ago
|
Attachment #614876 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Same patch, but with checkin comment/author added.
Attachment #614876 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•13 years ago
|
||
...with correct commit message this time.
Attachment #615369 -
Attachment is obsolete: true
Comment 5•13 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla14
Comment 6•13 years ago
|
||
the commit message has a wrong bug number
https://hg.mozilla.org/mozilla-central/rev/f59dff115daa
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
(sorry -- I glossed over that in my pre-landing sanity-check)
Comment 8•13 years ago
|
||
hmm, and bug 745255 (the bug # used in the commit) is hidden, so I can't just add a comment over there to direct people to this bug.
I'll backout & re-land this with the correct bug number.
Comment 9•13 years ago
|
||
Backed out:
https://hg.mozilla.org/integration/mozilla-inbound/rev/328b56d0b34c
...and re-landed w/ correct bug number:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb0ab2ceb031
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•13 years ago
|
||
Apologies, and thanks for fixing.
Comment 11•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•