Closed
Bug 62332
Opened 24 years ago
Closed 24 years ago
Kein onscroll-Event im Div
Categories
(Mozilla Localizations :: de / German, defect, P3)
Tracking
(Not tracked)
People
(Reporter: r.mueller, Assigned: kairo)
Details
From Bugzilla Helper German:
proposed Product: Browser+Localizations
proposed Component: German-Austria/de-AT
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; CWMIE501WODU; DigExt)
BuildID: M18
In einem Div kann ich keinen onscrollEvent feststellen
Reproducible: Always
Steps to Reproduce:
1.Div mit overflov:scroll anlegen
2.dem Div den onscrollEvent zuweisen
3.scrollen - keine Event wird ausgelöst
Expected Results: beim scrollen einen onscrollEvent feuern
Man kann auch keinen neuen Event erzeugen:
var newEvent=document.createEvent("HTMLEvent")
ergibt newEvent==NULL
In newEvent müsste dann eigenlich das neue EventObject abgelegt sein
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 35011 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 2•24 years ago
|
||
mmh, can I verify the bugs I resolved as dupes?
"Just Do It" -Nike
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•