Open
Bug 1114628
Opened 11 years ago
Updated 3 years ago
evt.preventDefault() does not work when an ajax request is dispatched
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
NEW
People
(Reporter: holger, Unassigned)
References
Details
(Keywords: parity-chrome, parity-ie, regression)
Attachments
(2 files, 3 obsolete files)
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36
Steps to reproduce:
To reproduce:
1) Focus the first text box
2) Type "abc"
3) Press tab to kick off the synchronous Ajax request
Actual results:
On FF 34 On a screen with two HTML text boxes, preventDefault still changes focus to second field when ajax requests are dispatched.
Expected results:
focus should not change
Updated•11 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
Version: 34 Branch → Trunk
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [parity-Chrome][parity-IE]
Updated•11 years ago
|
OS: Windows 8.1 → All
Comment 1•11 years ago
|
||
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=bff114502666&tochange=9703fd69e126
In local build
last Good: d88e6b8fab83
First Bad: 3934f51e350f
Regressed by:
3934f51e350f Olli Pettay — Bug 493251 - Header/navigation links on PG.com take two clicks to load, r+sr=jst
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
Attachment #8540652 -
Attachment is obsolete: true
Updated•11 years ago
|
Attachment #8540650 -
Attachment is obsolete: true
Updated•11 years ago
|
Attachment #8540648 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Nice, sync XHR + events again.
(note, sync XHR + event handling is inconsistent in all the browsers in various ways and sync XHR is deprecated in the main thread)
Thanks Alice and Holger.
Updated•10 years ago
|
Flags: needinfo?(bugs)
Comment 7•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome,
parity-ie
Whiteboard: [parity-Chrome][parity-IE]
Updated•7 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•