WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED WORKSFORME
9069
onClick event does not trigger on the html elements within a form
https://bugs.webkit.org/show_bug.cgi?id=9069
Summary
onClick event does not trigger on the html elements within a form
Krishna
Reported
2006-05-23 12:27:21 PDT
Steps to Reproduce: 1. Load the attached form_field_this.html 2. Click on any of the fields Expected result: An alert message "SUCCESS" is displayed Actual result: An alert message "ERROR" is displayed
Attachments
onClick="fMain(this.form)"
(1.04 KB, text/html)
2006-05-23 12:29 PDT
,
Krishna
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Krishna
Comment 1
2006-05-23 12:29:22 PDT
Created
attachment 8489
[details]
onClick="fMain(this.form)"
David Carson
Comment 2
2006-05-23 15:24:00 PDT
Bug not reproducable in TOT. S60 only bug.
zalan
Comment 3
2006-05-27 10:20:49 PDT
onClick event gets fired but wrong form name is passed to fMain()
Bradley Morrison
Comment 4
2006-05-29 20:00:51 PDT
(In reply to
comment #3
)
> onClick event gets fired but wrong form name is passed to fMain() >
For which element? It seems to work for me other than the <select> element. But that's passing the same form name to fMain() as the other elements ...
Krishna
Comment 5
2006-05-30 10:30:07 PDT
TSW Error ID: TMCN-6HRNDN
Krishna
Comment 6
2006-05-30 12:02:03 PDT
(In reply to
comment #4
)
> (In reply to
comment #3
) > > onClick event gets fired but wrong form name is passed to fMain() > > > For which element? It seems to work for me other than the <select> element. But > that's passing the same form name to fMain() as the other elements ...
This is working fine on 3.0 SDK. The error is not reproducible.
Krishna
Comment 7
2006-07-28 09:59:55 PDT
No longer reproducible. Set to CLOSED.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug