Bug 22021 - drop down menu displayed incorrectly
Summary: drop down menu displayed incorrectly
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://hi.baidu.com/sys/uquerys/?type...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 15:44 PDT by Anantha Keesara
Modified: 2008-10-31 15:44 PDT (History)
0 users

See Also:


Attachments
reduction.zip (1.60 KB, application/octet-stream)
2008-10-31 15:44 PDT, Anantha Keesara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2008-10-31 15:44:58 PDT
I Steps:
 Go to http://hi.baidu.com/sys/uquerys/?type=3&ln=30&marry=1&sex2=1&mr=%B5%A5%C9%ED&age_from=18&age_to=30&word=
 Observe the drop down boxe at the end is shown up thrice. 
 
 II Issue:
 webkit displays 3 drop down menu , but only one drop down menu is displayed in IE/FF, and the options of drop down are different in webkit and IE/FF.
 
 III Conclusion:
 drop down menus are initialized by javascript (at the bottom part of source code), and in the scriptlet there is only a start html comment sign "<!--", which is causing the issue.
 
 on removing "<!--", or add an end sign "-->" works fine in webkit
 
 IV Other Browsers:
 IE7: ok
 FF3: ok
 
 V Nightly tested: 37819
Comment 1 Anantha Keesara 2008-10-31 15:44:59 PDT
Created attachment 24821 [details]
reduction.zip