[Webkit-unassigned] [Bug 18094] New: Clicking drop-down box redirects to new page because of the unclosed anchor element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 17:46:13 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18094

           Summary: Clicking drop-down box redirects to new page because of
                    the unclosed anchor element
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to 
the attached reduction

II Issue:
Click on drop-down box. It redirects to new page because of the unclosed anchor
element.

III Conclusion:
The issue is because of the anchor tag.
The way Safari/Opera interpret the anchor element <a
href="http://www.apple.com"/> is different from FF/IE.If we have a closing
anchor tag, everything works fine. The above style of anchoring gets applied to
the whole table below that anchor tag.

Opera gets redirected to that page with a single click in the whole table area.
Safari gets redirected with a single click in the table area except for the
selection box. It takes you to the linked page after a couple of clicks on the
selection box. First try selecting and then click again on the text or the
arrow of the selection box.
FF3b4/IE7 don't redirect to the page. They simply ignore that anchor element.

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: not ok

V Nightly tested: 31238


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the webkit-unassigned mailing list