Closed
Bug 92252
Opened 25 years ago
Closed 23 years ago
Crash in DOM timer code when visiting quios.com
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.2alpha
People
(Reporter: Matti, Assigned: saari)
References
()
Details
(Keywords: crash, dom0, Whiteboard: [hard to reproduce])
Attachments
(1 file)
|
1.13 KB,
patch
|
Details | Diff | Splinter Review |
win23k build 20010725..
I tried to reproduce bug 92239 and I saw this.
I hope this component is correct. Or is this DOM 0 or HTML Form Controls ?
1. open that URL
2. Type in the message field.
- Now bring another window in the foreground. This page steals the focus all x
secounds.
- Try to mark a part of that URL in the URL box - impossible
- try to type in the last form "Email adress"
| Assignee | ||
Comment 2•25 years ago
|
||
looks like that message field is infinite looping a focus switch between the
message and message length fields.
0.9.4 P1
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P1
Target Milestone: --- → mozilla0.9.4
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
| Assignee | ||
Comment 3•24 years ago
|
||
Okay, I think I have a patch to fix the window jumping to front issue, but it
doesn't fix the inability to type in the other forms. Now, if I change the
page's JS to use the IE targeted code, it works fine. If you read the JS code
and play with it, we are doing what I believe is the correct thing, stealing
focus back to the message field, just as specified. Why this works in 4.x I
don't know.
| Assignee | ||
Comment 4•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
| Assignee | ||
Comment 5•24 years ago
|
||
uh oh, test case went away
QA Contact: madhur → desale
Summary: Form steal Focus → Crash in DOM timer code when visiting quios.com
Whiteboard: PDT+ fixed on branch [hard to reproduce]
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 6•24 years ago
|
||
nsbeta1- per ADT triage team
| Reporter | ||
Comment 7•23 years ago
|
||
saari : can we close this one (no testcase..) ?
Comment 8•23 years ago
|
||
By the definitions on <http://bugzilla.mozilla.org/bug_status.html#severity> and
<http://bugzilla.mozilla.org/enter_bug.cgi?format=guided>, crashing and dataloss
bugs are of critical or possibly higher severity. Only changing open bugs to
minimize unnecessary spam. Keywords to trigger this would be crash, topcrash,
topcrash+, zt4newcrash, dataloss.
Severity: major → critical
| Reporter | ||
Comment 9•23 years ago
|
||
-> wfm
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•