Closed
Bug 10158
Opened 25 years ago
Closed 25 years ago
[key]HTML:INPUT not properly handling some event handlers
Categories
(Core :: XUL, defect, P1)
Core
XUL
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: hangas, Assigned: ftang)
References
Details
(Whiteboard: [TESTCASE] PP for events on <INPUT>)
Attachments
(1 file)
1.02 KB,
text/html
|
Details |
HTML:INPUT does consistantly handle event handlers across platforms. onkeydown
does not seem to work on the Mac. onkeypress works differently on Mac vs Windows
and not at all on Linux (on Mac the value of this field includes the new key when
onkeypress fires, but on Windows the value includes the data prior to this key
press, on Linux it never fires).
I separated this bug from 10054 because that one is the fix we need most urgently
and therefore it is marked as a blocker.
Updated•25 years ago
|
Assignee: trudelle → rickg
Comment 2•25 years ago
|
||
Layout or JS, rickg?
Comment 4•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [TESTCASE] PP for events on <INPUT>
Comment 5•25 years ago
|
||
I left out onMouseMove(), it filled the display too fast! Anyway, here's an easy
way to test how the different platforms react to events.
Comment 6•25 years ago
|
||
Is this an event bug, or one related to other keypress/keyup/keydown stuff I've
heard talk of in various newsgroups?
Updated•25 years ago
|
Assignee: vidur → pierre
Comment 7•25 years ago
|
||
Pierre, can you take a look at the Mac specific portions of this bug, then
reassign as appropriate? Thanks.
Updated•25 years ago
|
Assignee: pierre → tague
Severity: normal → blocker
Comment 8•25 years ago
|
||
Marking blocker per comment from hangas when he opened the bug.
Reassigning to tague who is handling these issues.
Comment 9•25 years ago
|
||
Hangas said that he marked 10154 as a blocker. Is *this* bug (10158) supposed
to be a blocker?
Reporter | ||
Comment 10•25 years ago
|
||
Mail Compose and Address Book need this fixed for beta. Specifically we need
onkeypress= to fire properly for all platforms. The other event handlers are not
as urgent.
Updated•25 years ago
|
Assignee: tague → ftang
Status: ASSIGNED → NEW
Comment 11•25 years ago
|
||
Frank has offered to look into this one. Reassigning to ftang.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12 → M11
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Summary: HTML:INPUT not properly handling some event handlers → [key]HTML:INPUT not properly handling some event handlers
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
fix in keyEvent_19991004_BRANCH landing
Updated•25 years ago
|
QA Contact: phillip → gerardok
Comment 13•25 years ago
|
||
qa contact to gerardok, looks like his group
Comment 14•24 years ago
|
||
Verified with 2000-12-15. with Linux as well as win-95.
Status: RESOLVED → VERIFIED
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•