Bug 106351 - Radio buttons are not and page display halts on javascript menus
Summary: Radio buttons are not and page display halts on javascript menus
Status: RESOLVED DUPLICATE of bug 103847
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 23:44 UTC by tilleyrw
Modified: 2005-08-19 14:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Minimal testcase (435 bytes, text/html)
2005-06-11 17:25 UTC, kirun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tilleyrw 2005-05-26 23:44:53 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages

The radio button problem was noticed on the page "http://pages.ebay.com/securitycenter/?ssPageName=f:f:US".  When clicking any of the four buttons in the middle of the page, within the section "Have a problem?  We can help.", any one of the buttons can be clicked and will receive an activation highlight (radio button dot).  However, the last selected radio button will remain highlighted despite not being active.
---
The page display problem occurrs when reporting a suspected fake e-mail to eBay at the page "http://pages.ebay.com/help/contact_us/_base/index.html?tier0=account_security.html".

Clicking in the top "1." box, on the item "Report fake eBay emails..." causes the middle box (number "2.") to fill with additional choices.  However, clicking on none of the additional choices in the second "2." box will cause choices to appear in the bottom number "3." box.  The "Continue" button does not enable and the user must remain on this page.

Performing the same sequence of events within Mozilla Firefox yields different results.  An option is chosen in box 1, and box 2 is populated.  Another option is chosen in box 2, and box 3 is populated.  A final option is chosen in box 3, and then the "Continue" button becomes highlighted.

Thank you,

Bob
Comment 1 Harri Porten 2005-05-27 21:27:26 UTC
The radio button issue is confirmed but doesn't look JS related to me. JS only comes into play when actually submitting the form. Once that's fixed feel free to assign the remaining issue to khtml/ecma if it looks JS related.
Comment 2 kirun 2005-06-11 17:25:47 UTC
Created attachment 11403 [details]
Minimal testcase
Comment 3 kirun 2005-06-11 17:28:05 UTC
I think this is only affecting radio groups not in a <form> tag.
Comment 4 Tommi Tervo 2005-08-19 14:44:41 UTC

*** This bug has been marked as a duplicate of 103847 ***